The goal of this exercise is to extract information about the Berlin metro system from Wikidata and to analyze its relationships with Neo4j.
Last active
April 23, 2024 07:44
-
-
Save CliffordAnderson/7fb7473af31f9343f8a55518545480a0 to your computer and use it in GitHub Desktop.
Exploring the U-Bahn with Neo4j
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xquery version "3.1"; | |
declare namespace sparql = "http://www.w3.org/2005/sparql-results#"; | |
let $query := " | |
SELECT ?stationLabel ?coord | |
WHERE { | |
?station wdt:P361 wd:Q68646 ; | |
wdt:P625 ?coord . | |
SERVICE wikibase:label { bd:serviceParam wikibase:language '[AUTO_LANGUAGE],de'} | |
} | |
" | |
let $request := " https://query.wikidata.org/bigdata/namespace/wdq/sparql" || "?query=" || fn:encode-for-uri($query) | |
let $records := | |
for $result in fn:doc($request)//sparql:result | |
let $station := $result/sparql:binding[@name="stationLabel"]/sparql:literal/text() | |
let $point := fn:replace($result/sparql:binding[@name="coord"]/sparql:literal/text(), "Point\((.*)\)", "$1") | |
return | |
element record { | |
element name { $station }, | |
element longitude { fn:tokenize($point, " ")[1] }, | |
element latitude { fn:tokenize($point, " ")[2] } | |
} | |
return csv:serialize(element csv { $records }, map { 'header': true() }) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name | longitude | latitude | |
---|---|---|---|
U-Bahnhof Viktoria-Luise-Platz | 13.342702777 | 52.496161111 | |
U-Bahnhof Kochstraße | 13.390611111 | 52.505897222 | |
U-Bahnhof Rehberge | 13.3412 | 52.5567 | |
U-Bahnhof Alt-Mariendorf | 13.3877 | 52.4391 | |
U-Bahnhof Hansaplatz | 13.342222222 | 52.517777777 | |
U-Bahnhof Moritzplatz | 13.410833333 | 52.503611111 | |
U-Bahnhof Bülowstraße | 13.363419444 | 52.497552777 | |
U-Bahnhof Onkel Toms Hütte | 13.253333333 | 52.450277777 | |
U-Bahnhof Friedrichsfelde | 13.512777777 | 52.506111111 | |
Bahnhof Berlin Westhafen | 13.344 | 52.536 | |
U-Bahnhof Magdalenenstraße | 13.486388888 | 52.5125 | |
Bahnhof Berlin Karl-Bonhoeffer-Nervenklinik | 13.329 | 52.578 | |
Bahnhof Berlin Karl-Bonhoeffer-Nervenklinik | 13.3326 | 52.5782 | |
Bahnhof Brandenburger Tor | 13.380833333 | 52.516388888 | |
U-Bahnhof Karl-Marx-Straße | 13.439166666 | 52.476111111 | |
U-Bahnhof Borsigwerke | 13.2907 | 52.5819 | |
U-Bahnhof Hönow | 13.6339 | 52.5383 | |
U-Bahnhof Weberwiese | 13.444991666 | 52.516794444 | |
U-Bahnhof Elsterwerdaer Platz | 13.56056 | 52.505 | |
U-Bahnhof Biesdorf-Süd | 13.5465 | 52.4997 | |
Bahnhof Wuhletal | 13.5752 | 52.5126 | |
Bahnhof Berlin Frankfurter Allee | 13.474722222 | 52.514166666 | |
Bahnhof Berlin Frankfurter Allee | 13.474722 | 52.515 | |
U-Bahnhof Samariterstraße | 13.464444444 | 52.514722222 | |
U-Bahnhof Schillingstraße | 13.421666666 | 52.520277777 | |
U-Bahnhof Kaulsdorf-Nord | 13.589 | 52.521 | |
U-Bahnhof Platz der Luftbrücke | 13.385833333 | 52.485555555 | |
U-Bahnhof Schwartzkopffstraße | 13.377222222 | 52.535277777 | |
U-Bahnhof Seestraße | 13.35194 | 52.55056 | |
U-Bahnhof Naturkundemuseum | 13.3825 | 52.531111111 | |
U-Bahnhof Schloßstraße | 13.32444 | 52.46083 | |
U-Bahnhof Rathaus Reinickendorf | 13.3257 | 52.5882 | |
U-Bahnhof Westphalweg | 13.386 | 52.446 | |
Bahnhof Berlin Rathaus Steglitz | 13.3216 | 52.4562 | |
U-Bahnhof Kurt-Schumacher-Platz | 13.326572222 | 52.563555555 | |
U-Bahnhof Lindauer Allee | 13.3392 | 52.5753 | |
U-Bahnhof Nauener Platz | 13.3675 | 52.551666666 | |
U-Bahnhof Franz-Neumann-Platz (Am Schäfersee) | 13.363888888 | 52.564722222 | |
U-Bahnhof Birkenstraße | 13.341388888 | 52.532222222 | |
U-Bahnhof Kienberg (Gärten der Welt) | 13.59056 | 52.52861 | |
U-Bahnhof Residenzstraße | 13.360555555 | 52.571111111 | |
U-Bahnhof Paradestraße | 13.386111111 | 52.478055555 | |
U-Bahnhof Cottbusser Platz | 13.5964 | 52.5339 | |
U-Bahnhof Louis-Lewin-Straße | 13.61833 | 52.53889 | |
U-Bahnhof Paracelsus-Bad | 13.349166666 | 52.574166666 | |
U-Bahnhof Holzhauser Straße | 13.296111111 | 52.575833333 | |
U-Bahnhof Amrumer Straße | 13.350277777 | 52.5425 | |
U-Bahnhof Otisstraße | 13.302777777 | 52.571111111 | |
U-Bahnhof Scharnweberstraße | 13.312777777 | 52.566944444 | |
U-Bahnhof Friedrich-Wilhelm-Platz | 13.32861 | 52.47194 | |
U-Bahnhof Alt-Tempelhof | 13.385897222 | 52.465952777 | |
U-Bahnhof Kaiserin-Augusta-Straße | 13.384577777 | 52.460152777 | |
U-Bahnhof Afrikanische Straße | 13.334633333 | 52.560027777 | |
U-Bahnhof Reinickendorfer Straße | 13.370377777 | 52.539911111 | |
U-Bahnhof Uhlandstraße | 13.325555555 | 52.5025 | |
U-Bahnhof Frankfurter Tor | 13.454166666 | 52.515833333 | |
U-Bahnhof Spittelmarkt | 13.403611111 | 52.511111111 | |
S-Bahnhof Neukölln | 13.441666666 | 52.469166666 | |
U-Bahnhof Vinetastraße | 13.413333333 | 52.559166666 | |
U-Bahnhof Rohrdamm | 13.2625 | 52.537222222 | |
U-Bahnhof Haselhorst | 13.232777777 | 52.538888888 | |
U-Bahnhof Rathaus Schöneberg | 13.341930555 | 52.483116666 | |
U-Bahnhof Adenauerplatz | 13.307222222 | 52.499722222 | |
U-Bahnhof Paulsternstraße | 13.247777777 | 52.538055555 | |
U-Bahnhof Tierpark | 13.5233 | 52.4964 | |
U-Bahnhof Wilmersdorfer Straße | 13.306666666 | 52.506666666 | |
U-Bahnhof Strausberger Platz | 13.430833333 | 52.518055555 | |
U-Bahnhof Konstanzer Straße | 13.309722222 | 52.494166666 | |
U-Bahnhof Halemweg | 13.286388888 | 52.536666666 | |
U-Bahnhof Nollendorfplatz | 13.353888888 | 52.499166666 | |
U-Bahnhof Kleistpark | 13.360277777 | 52.490555555 | |
U-Bahnhof Eisenacher Straße | 13.350277777 | 52.489444444 | |
U-Bahnhof Podbielskiallee | 13.296388888 | 52.464444444 | |
U-Bahnhof Freie Universität (Thielplatz) | 13.282222222 | 52.451111111 | |
U-Bahnhof Breitenbachplatz | 13.308055555 | 52.466388888 | |
U-Bahnhof Pankstraße | 13.38167 | 52.55222 | |
U-Bahnhof Eberswalder Straße | 13.412222222 | 52.541666666 | |
U-Bahnhof Eberswalder Straße | 13.412222 | 52.541667 | |
U-Bahnhof Mierendorffplatz | 13.305 | 52.526388888 | |
U-Bahnhof Blissestraße | 13.321944444 | 52.486666666 | |
U-Bahnhof Turmstraße | 13.341352777 | 52.52585 | |
U-Bahnhof Altstadt Spandau | 13.206388888 | 52.538888888 | |
Bahnhof Schönhauser Allee | 13.413706 | 52.549329 | |
Bahnhof Schönhauser Allee | 13.4161 | 52.5492 | |
Bahnhof Berlin-Tempelhof | 13.3854 | 52.4708 | |
U-Bahnhof Lipschitzallee | 13.462777777 | 52.424722222 | |
U-Bahnhof Französische Straße | 13.389166666 | 52.514722222 | |
U-Bahnhof Oranienburger Tor | 13.387477777 | 52.524886111 | |
U-Bahnhof Güntzelstraße | 13.33083 | 52.49194 | |
U-Bahnhof Hohenzollernplatz | 13.325 | 52.493888888 | |
U-Bahnhof Hellersdorf | 13.60639 | 52.53667 | |
U-Bahnhof Grenzallee | 13.443888888 | 52.463333333 | |
U-Bahnhof Wutzkyallee | 13.475 | 52.423333333 | |
U-Bahnhof Britz-Süd | 13.448055555 | 52.437777777 | |
U-Bahnhof Parchimer Allee | 13.449444444 | 52.444722222 | |
U-Bahnhof Zwickauer Damm | 13.483888888 | 52.423333333 | |
U-Bahnhof Görlitzer Bahnhof | 13.428 | 52.4992 | |
U-Bahnhof Schlesisches Tor | 13.441666666 | 52.500833333 | |
U-Bahnhof Rathaus Neukölln | 13.434166666 | 52.481666666 | |
Bahnhof Berlin-Lichtenberg | 13.4964 | 52.5106 | |
U-Bahnhof Berliner Straße | 13.330833333 | 52.487222222 | |
U-Bahnhof Ullsteinstraße | 13.384302777 | 52.453775 | |
U-Bahnhof Jakob-Kaiser-Platz | 13.293611111 | 52.534444444 | |
U-Bahnhof Johannisthaler Chaussee | 13.453333333 | 52.429166666 | |
U-Bahnhof Walther-Schreiber-Platz | 13.328333333 | 52.465 | |
Bahnhof Berlin-Wedding | 13.3661 | 52.5425 | |
U-Bahnhof Rathaus Spandau | 13.200277777 | 52.535 | |
Bahnhof Pankow | 13.4111 | 52.5667 | |
Bahnhof Berlin-Spandau | 13.1958 | 52.5347 | |
U-Bahnhof Südstern | 13.407777777 | 52.489444444 | |
U-Bahnhof Alt-Tegel | 13.28389 | 52.58944 | |
U-Bahnhof Ruhleben | 13.241388888 | 52.525555555 | |
U-Bahnhof Kaiserdamm | 13.2822 | 52.51 | |
U-Bahnhof Neu-Westend | 13.261111111 | 52.515555555 | |
U-Bahnhof Olympia-Stadion | 13.25 | 52.517222222 | |
U-Bahnhof Hausvogteiplatz | 13.396666666 | 52.513055555 | |
U-Bahnhof Theodor-Heuss-Platz | 13.273055555 | 52.509722222 | |
U-Bahnhof Märkisches Museum | 13.408888888 | 52.511944444 | |
U-Bahnhof Sophie-Charlotte-Platz | 13.296666666 | 52.510833333 | |
U-Bahnhof Klosterstraße | 13.412222222 | 52.516111111 | |
U-Bahnhof Mehringdamm | 13.388333333 | 52.493888888 | |
U-Bahnhof Hallesches Tor | 13.391111111 | 52.497777777 | |
U-Bahnhof Ernst-Reuter-Platz | 13.322222222 | 52.511944444 | |
U-Bahnhof Mohrenstraße | 13.38472 | 52.51167 | |
U-Bahnhof Mendelssohn-Bartholdy-Park | 13.375 | 52.50389 | |
U-Bahnhof Rosa-Luxemburg-Platz | 13.410277777 | 52.528333333 | |
U-Bahnhof Hermannplatz | 13.424444444 | 52.486388888 | |
U-Bahnhof Rudow | 13.496111111 | 52.415833333 | |
U-Bahnhof Stadtmitte | 13.3894 | 52.5122 | |
U-Bahnhof Weinmeisterstraße | 13.403888888 | 52.525833333 | |
U-Bahnhof Richard-Wagner-Platz | 13.306388888 | 52.5175 | |
U-Bahnhof Osloer Straße | 13.37361 | 52.55694 | |
U-Bahnhof Heinrich-Heine-Straße | 13.416388888 | 52.510833333 | |
U-Bahnhof Zitadelle | 13.217777777 | 52.537777777 | |
U-Bahnhof Rosenthaler Platz | 13.401111111 | 52.53 | |
U-Bahnhof Fehrbelliner Platz | 13.314444444 | 52.490277777 | |
U-Bahnhof Siemensdamm | 13.273055555 | 52.536666666 | |
U-Bahnhof Voltastraße | 13.3925 | 52.542777777 | |
U-Bahnhof Kurfürstendamm | 13.332777777 | 52.504166666 | |
U-Bahnhof Krumme Lanke | 13.241388888 | 52.443333333 | |
Bahnhöfe Berlin Warschauer Straße | 13.449733333 | 52.505788888 | |
U-Bahnhof Schönleinstraße | 13.421944444 | 52.493055555 | |
U-Bahnhof Blaschkoallee | 13.449444444 | 52.451944444 | |
U-Bahnhof Augsburger Straße | 13.336388888 | 52.500555555 | |
U-Bahnhof Spichernstraße | 13.330555555 | 52.496388888 | |
U-Bahnhof Leinestraße | 13.428333333 | 52.472777777 | |
U-Bahnhof Bayerischer Platz | 13.340277777 | 52.488333333 | |
U-Bahnhof Dahlem-Dorf | 13.289444444 | 52.456944444 | |
U-Bahnhof Gneisenaustraße | 13.395555555 | 52.491388888 | |
Bahnhof Berlin Potsdamer Platz | 13.3758 | 52.5094 | |
Bahnhof Berlin Gesundbrunnen | 13.389444444 | 52.548611111 | |
U-Bahnhof Gleisdreieck | 13.375277777 | 52.498333333 | |
U-Bahnhof Oskar-Helene-Heim | 13.269722222 | 52.450277777 | |
U-Bahnhof Bismarckstraße | 13.305 | 52.511388888 | |
U-Bahnhof Bernauer Straße | 13.396666666 | 52.5375 | |
U-Bahnhof Prinzenstraße | 13.406111111 | 52.498333333 | |
U-Bahnhof Kurfürstenstraße | 13.361944444 | 52.5 | |
U-Bahnhof Wittenbergplatz | 13.343055555 | 52.501944444 | |
U-Bahnhof Bundestag | 13.373005555 | 52.520013888 | |
Bahnhof Berlin-Alexanderplatz | 13.411944444 | 52.521388888 | |
U-Bahnhof Möckernbrücke | 13.382777777 | 52.499166666 | |
U-Bahnhof Boddinstraße | 13.425277777 | 52.48 | |
U-Bahnhof Kottbusser Tor | 13.418055555 | 52.499166666 | |
U-Bahnhof Deutsche Oper | 13.310555555 | 52.511944444 | |
U-Bahnhof Leopoldplatz | 13.3591 | 52.5465 | |
U-Bahnhof Hauptbahnhof | 13.369444 | 52.525278 | |
Bahnhof Berlin Innsbrucker Platz | 13.3439 | 52.4786 | |
U-Bahnhof Yorckstraße | 13.369722222 | 52.493055555 | |
U-Bahnhof Heidelberger Platz | 13.311927777 | 52.479986111 | |
U-Bahnhof Heidelberger Platz | 13.313236111 | 52.479808333 | |
U-Bahnhof Bundesplatz | 13.328519444 | 52.478080555 | |
U-Bahnhof Jungfernheide | 13.300141666 | 52.530963888 | |
U-Bahnhof Warschauer Straße | 13.449047222 | 52.505083333 | |
U-Bahnhof Jannowitzbrücke | 13.418185 | 52.515656 | |
U-Bahnhof Wittenau | 13.334715 | 52.595606 | |
U-Bahnhof Senefelderplatz | 13.4125 | 52.5325 | |
U-Bahnhof Senefelderplatz | 13.412743 | 52.53242 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xquery version "3.1"; | |
declare namespace sparql = "http://www.w3.org/2005/sparql-results#"; | |
let $query := " | |
SELECT ?stationLabel ?adjacentLabel ?lineLabel WHERE { | |
?station wdt:P361 wd:Q68646. | |
?station wdt:P197 ?adjacent. | |
SERVICE wikibase:label { bd:serviceParam wikibase:language '[AUTO_LANGUAGE],de'. } | |
OPTIONAL { ?station wdt:P81 ?line. } | |
} | |
" | |
let $request := "https://query.wikidata.org/bigdata/namespace/wdq/sparql" || "?query=" || fn:encode-for-uri($query) | |
let $records := | |
for $result in fn:doc($request)//sparql:result | |
let $station := $result/sparql:binding[@name="stationLabel"]/sparql:literal/text() | |
let $adjacent := $result/sparql:binding[@name="adjacentLabel"]/sparql:literal/text() | |
let $line := $result/sparql:binding[@name="lineLabel"]/sparql:literal/text() | |
return | |
element record { | |
element station { $station }, | |
element adjacent { $adjacent }, | |
element line { $line } | |
} | |
return csv:serialize(element csv { $records }, map { 'header': true() }) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
station | adjacent | line | |
---|---|---|---|
U-Bahnhof Wutzkyallee | U-Bahnhof Lipschitzallee | U7 | |
U-Bahnhof Wutzkyallee | U-Bahnhof Zwickauer Damm | U7 | |
U-Bahnhof Britz-Süd | U-Bahnhof Parchimer Allee | U7 | |
U-Bahnhof Britz-Süd | U-Bahnhof Johannisthaler Chaussee | U7 | |
U-Bahnhof Parchimer Allee | U-Bahnhof Britz-Süd | U7 | |
U-Bahnhof Parchimer Allee | U-Bahnhof Blaschkoallee | U7 | |
U-Bahnhof Zwickauer Damm | U-Bahnhof Wutzkyallee | U7 | |
U-Bahnhof Zwickauer Damm | U-Bahnhof Rudow | U7 | |
U-Bahnhof Görlitzer Bahnhof | U-Bahnhof Schlesisches Tor | U1 | |
U-Bahnhof Görlitzer Bahnhof | U-Bahnhof Kottbusser Tor | U1 | |
U-Bahnhof Schlesisches Tor | U-Bahnhof Görlitzer Bahnhof | U1 | |
U-Bahnhof Schlesisches Tor | Bahnhöfe Berlin Warschauer Straße | U1 | |
U-Bahnhof Schlesisches Tor | U-Bahnhof Warschauer Straße | U1 | |
U-Bahnhof Rathaus Neukölln | U-Bahnhof Karl-Marx-Straße | U7 | |
U-Bahnhof Rathaus Neukölln | U-Bahnhof Hermannplatz | U7 | |
Bahnhof Berlin-Lichtenberg | U-Bahnhof Friedrichsfelde | U5 | |
Bahnhof Berlin-Lichtenberg | U-Bahnhof Magdalenenstraße | U5 | |
Bahnhof Berlin-Lichtenberg | S-Bahnhof Friedrichsfelde Ost | U5 | |
Bahnhof Berlin-Lichtenberg | S-Bahnhof Nöldnerplatz | U5 | |
Bahnhof Berlin-Lichtenberg | U-Bahnhof Friedrichsfelde | Preußische Ostbahn | |
Bahnhof Berlin-Lichtenberg | U-Bahnhof Magdalenenstraße | Preußische Ostbahn | |
Bahnhof Berlin-Lichtenberg | S-Bahnhof Friedrichsfelde Ost | Preußische Ostbahn | |
Bahnhof Berlin-Lichtenberg | S-Bahnhof Nöldnerplatz | Preußische Ostbahn | |
Bahnhof Berlin-Lichtenberg | U-Bahnhof Friedrichsfelde | Bahnstrecke Berlin Frankfurter Allee–Berlin-Rummelsburg | |
Bahnhof Berlin-Lichtenberg | U-Bahnhof Magdalenenstraße | Bahnstrecke Berlin Frankfurter Allee–Berlin-Rummelsburg | |
Bahnhof Berlin-Lichtenberg | S-Bahnhof Friedrichsfelde Ost | Bahnstrecke Berlin Frankfurter Allee–Berlin-Rummelsburg | |
Bahnhof Berlin-Lichtenberg | S-Bahnhof Nöldnerplatz | Bahnstrecke Berlin Frankfurter Allee–Berlin-Rummelsburg | |
Bahnhof Berlin-Lichtenberg | U-Bahnhof Friedrichsfelde | Wriezener Bahn | |
Bahnhof Berlin-Lichtenberg | U-Bahnhof Magdalenenstraße | Wriezener Bahn | |
Bahnhof Berlin-Lichtenberg | S-Bahnhof Friedrichsfelde Ost | Wriezener Bahn | |
Bahnhof Berlin-Lichtenberg | S-Bahnhof Nöldnerplatz | Wriezener Bahn | |
U-Bahnhof Berliner Straße | Bahnhöfe Berlin Bundesplatz | U7 | |
U-Bahnhof Berliner Straße | U-Bahnhof Blissestraße | U7 | |
U-Bahnhof Berliner Straße | U-Bahnhof Güntzelstraße | U7 | |
U-Bahnhof Berliner Straße | U-Bahnhof Bayerischer Platz | U7 | |
U-Bahnhof Berliner Straße | U-Bahnhof Bundesplatz | U7 | |
U-Bahnhof Berliner Straße | Bahnhöfe Berlin Bundesplatz | U9 | |
U-Bahnhof Berliner Straße | U-Bahnhof Blissestraße | U9 | |
U-Bahnhof Berliner Straße | U-Bahnhof Güntzelstraße | U9 | |
U-Bahnhof Berliner Straße | U-Bahnhof Bayerischer Platz | U9 | |
U-Bahnhof Berliner Straße | U-Bahnhof Bundesplatz | U9 | |
U-Bahnhof Ullsteinstraße | U-Bahnhof Westphalweg | U6 | |
U-Bahnhof Ullsteinstraße | U-Bahnhof Kaiserin-Augusta-Straße | U6 | |
U-Bahnhof Jakob-Kaiser-Platz | Bahnhof Berlin Jungfernheide | U7 | |
U-Bahnhof Jakob-Kaiser-Platz | U-Bahnhof Halemweg | U7 | |
U-Bahnhof Jakob-Kaiser-Platz | U-Bahnhof Jungfernheide | U7 | |
U-Bahnhof Johannisthaler Chaussee | U-Bahnhof Lipschitzallee | U7 | |
U-Bahnhof Johannisthaler Chaussee | U-Bahnhof Britz-Süd | U7 | |
U-Bahnhof Walther-Schreiber-Platz | U-Bahnhof Schloßstraße | U9 | |
U-Bahnhof Walther-Schreiber-Platz | U-Bahnhof Friedrich-Wilhelm-Platz | U9 | |
Bahnhof Berlin-Wedding | Bahnhof Berlin Westhafen | U6 | |
Bahnhof Berlin-Wedding | U-Bahnhof Reinickendorfer Straße | U6 | |
Bahnhof Berlin-Wedding | Bahnhof Berlin Gesundbrunnen | U6 | |
Bahnhof Berlin-Wedding | U-Bahnhof Leopoldplatz | U6 | |
U-Bahnhof Rathaus Spandau | U-Bahnhof Altstadt Spandau | U7 | |
Bahnhof Pankow | U-Bahnhof Vinetastraße | U2 | |
Bahnhof Pankow | S-Bahnhof Pankow-Heinersdorf | U2 | |
Bahnhof Pankow | S-Bahnhof Bornholmer Straße | U2 | |
Bahnhof Berlin-Spandau | Berlin Hauptbahnhof | U7 | |
Bahnhof Berlin-Spandau | Hamburg Hauptbahnhof | U7 | |
Bahnhof Berlin-Spandau | Wolfsburg Hauptbahnhof | U7 | |
Bahnhof Berlin-Spandau | Bahnhof Berlin Jungfernheide | U7 | |
Bahnhof Berlin-Spandau | Bahnhof Berlin Zoologischer Garten | U7 | |
Bahnhof Berlin-Spandau | Bahnhof Berlin-Charlottenburg | U7 | |
Bahnhof Berlin-Spandau | S-Bahnhof Stresow | U7 | |
U-Bahnhof Südstern | U-Bahnhof Hermannplatz | U7 | |
U-Bahnhof Südstern | U-Bahnhof Gneisenaustraße | U7 | |
U-Bahnhof Alt-Tegel | U-Bahnhof Borsigwerke | U6 | |
U-Bahnhof Ruhleben | U-Bahnhof Olympia-Stadion | U2 | |
U-Bahnhof Kaiserdamm | U-Bahnhof Theodor-Heuss-Platz | U2 | |
U-Bahnhof Kaiserdamm | U-Bahnhof Sophie-Charlotte-Platz | U2 | |
U-Bahnhof Neu-Westend | U-Bahnhof Olympia-Stadion | U2 | |
U-Bahnhof Neu-Westend | U-Bahnhof Theodor-Heuss-Platz | U2 | |
U-Bahnhof Olympia-Stadion | U-Bahnhof Ruhleben | U2 | |
U-Bahnhof Olympia-Stadion | U-Bahnhof Neu-Westend | U2 | |
U-Bahnhof Hausvogteiplatz | U-Bahnhof Spittelmarkt | U2 | |
U-Bahnhof Hausvogteiplatz | U-Bahnhof Stadtmitte | U2 | |
U-Bahnhof Theodor-Heuss-Platz | U-Bahnhof Kaiserdamm | U2 | |
U-Bahnhof Theodor-Heuss-Platz | U-Bahnhof Neu-Westend | U2 | |
U-Bahnhof Märkisches Museum | U-Bahnhof Spittelmarkt | U2 | |
U-Bahnhof Märkisches Museum | U-Bahnhof Klosterstraße | U2 | |
U-Bahnhof Sophie-Charlotte-Platz | U-Bahnhof Kaiserdamm | U2 | |
U-Bahnhof Sophie-Charlotte-Platz | U-Bahnhof Bismarckstraße | U2 | |
U-Bahnhof Klosterstraße | U-Bahnhof Märkisches Museum | U2 | |
U-Bahnhof Klosterstraße | Bahnhof Berlin-Alexanderplatz | U2 | |
U-Bahnhof Mehringdamm | U-Bahnhof Platz der Luftbrücke | U6 | |
U-Bahnhof Mehringdamm | U-Bahnhof Hallesches Tor | U6 | |
U-Bahnhof Mehringdamm | U-Bahnhof Gneisenaustraße | U6 | |
U-Bahnhof Mehringdamm | U-Bahnhof Möckernbrücke | U6 | |
U-Bahnhof Mehringdamm | U-Bahnhof Platz der Luftbrücke | U7 | |
U-Bahnhof Mehringdamm | U-Bahnhof Hallesches Tor | U7 | |
U-Bahnhof Mehringdamm | U-Bahnhof Gneisenaustraße | U7 | |
U-Bahnhof Mehringdamm | U-Bahnhof Möckernbrücke | U7 | |
U-Bahnhof Hallesches Tor | U-Bahnhof Kochstraße | U1 | |
U-Bahnhof Hallesches Tor | U-Bahnhof Mehringdamm | U1 | |
U-Bahnhof Hallesches Tor | U-Bahnhof Prinzenstraße | U1 | |
U-Bahnhof Hallesches Tor | U-Bahnhof Möckernbrücke | U1 | |
U-Bahnhof Hallesches Tor | U-Bahnhof Kochstraße | U6 | |
U-Bahnhof Hallesches Tor | U-Bahnhof Mehringdamm | U6 | |
U-Bahnhof Hallesches Tor | U-Bahnhof Prinzenstraße | U6 | |
U-Bahnhof Viktoria-Luise-Platz | U-Bahnhof Nollendorfplatz | U4 | |
U-Bahnhof Viktoria-Luise-Platz | U-Bahnhof Bayerischer Platz | U4 | |
U-Bahnhof Kochstraße | U-Bahnhof Hallesches Tor | U6 | |
U-Bahnhof Kochstraße | U-Bahnhof Stadtmitte | U6 | |
U-Bahnhof Rehberge | U-Bahnhof Seestraße | U6 | |
U-Bahnhof Rehberge | U-Bahnhof Afrikanische Straße | U6 | |
U-Bahnhof Alt-Mariendorf | U-Bahnhof Westphalweg | U6 | |
U-Bahnhof Hansaplatz | U-Bahnhof Turmstraße | U9 | |
U-Bahnhof Hansaplatz | Bahnhof Berlin Zoologischer Garten | U9 | |
U-Bahnhof Moritzplatz | U-Bahnhof Heinrich-Heine-Straße | U8 | |
U-Bahnhof Moritzplatz | U-Bahnhof Kottbusser Tor | U8 | |
U-Bahnhof Bülowstraße | U-Bahnhof Nollendorfplatz | U2 | |
U-Bahnhof Bülowstraße | U-Bahnhof Gleisdreieck | U2 | |
U-Bahnhof Onkel Toms Hütte | U-Bahnhof Krumme Lanke | U3 | |
U-Bahnhof Onkel Toms Hütte | U-Bahnhof Oskar-Helene-Heim | U3 | |
U-Bahnhof Friedrichsfelde | U-Bahnhof Tierpark | U5 | |
U-Bahnhof Friedrichsfelde | Bahnhof Berlin-Lichtenberg | U5 | |
U-Bahnhof Friedrichsfelde | Q3831986 | U5 | |
Bahnhof Berlin Westhafen | Bahnhof Berlin Beusselstraße | U9 | |
Bahnhof Berlin Westhafen | U-Bahnhof Birkenstraße | U9 | |
Bahnhof Berlin Westhafen | U-Bahnhof Amrumer Straße | U9 | |
Bahnhof Berlin Westhafen | Bahnhof Berlin-Wedding | U9 | |
U-Bahnhof Magdalenenstraße | Bahnhof Berlin Frankfurter Allee | U5 | |
U-Bahnhof Magdalenenstraße | Bahnhof Berlin-Lichtenberg | U5 | |
U-Bahnhof Magdalenenstraße | Q3831986 | U5 | |
Bahnhof Berlin Karl-Bonhoeffer-Nervenklinik | U-Bahnhof Rathaus Reinickendorf | U8 | |
Bahnhof Berlin Karl-Bonhoeffer-Nervenklinik | U-Bahnhof Lindauer Allee | U8 | |
Bahnhof Brandenburger Tor | Bahnhof Berlin Potsdamer Platz | U55 | |
Bahnhof Brandenburger Tor | U-Bahnhof Bundestag | U55 | |
Bahnhof Brandenburger Tor | Bahnhof Berlin-Friedrichstraße | U55 | |
U-Bahnhof Karl-Marx-Straße | S-Bahnhof Neukölln | U7 | |
U-Bahnhof Karl-Marx-Straße | U-Bahnhof Rathaus Neukölln | U7 | |
U-Bahnhof Borsigwerke | U-Bahnhof Holzhauser Straße | U6 | |
U-Bahnhof Borsigwerke | U-Bahnhof Alt-Tegel | U6 | |
U-Bahnhof Hönow | U-Bahnhof Louis-Lewin-Straße | U5 | |
U-Bahnhof Weberwiese | U-Bahnhof Frankfurter Tor | U5 | |
U-Bahnhof Weberwiese | U-Bahnhof Strausberger Platz | U5 | |
U-Bahnhof Elsterwerdaer Platz | U-Bahnhof Biesdorf-Süd | U5 | |
U-Bahnhof Elsterwerdaer Platz | Bahnhof Wuhletal | U5 | |
U-Bahnhof Biesdorf-Süd | U-Bahnhof Elsterwerdaer Platz | U5 | |
U-Bahnhof Biesdorf-Süd | U-Bahnhof Tierpark | U5 | |
Bahnhof Wuhletal | U-Bahnhof Elsterwerdaer Platz | U5 | |
Bahnhof Wuhletal | U-Bahnhof Kaulsdorf-Nord | U5 | |
Bahnhof Wuhletal | S-Bahnhof Kaulsdorf | U5 | |
Bahnhof Wuhletal | S-Bahnhof Biesdorf | U5 | |
Bahnhof Berlin Frankfurter Allee | U-Bahnhof Magdalenenstraße | U5 | |
Bahnhof Berlin Frankfurter Allee | U-Bahnhof Samariterstraße | U5 | |
Bahnhof Berlin Frankfurter Allee | Bahnhof Berlin-Ostkreuz | U5 | |
Bahnhof Berlin Frankfurter Allee | Bahnhof Berlin Storkower Straße | U5 | |
U-Bahnhof Samariterstraße | Bahnhof Berlin Frankfurter Allee | U5 | |
U-Bahnhof Samariterstraße | U-Bahnhof Frankfurter Tor | U5 | |
U-Bahnhof Schillingstraße | U-Bahnhof Strausberger Platz | U5 | |
U-Bahnhof Schillingstraße | Bahnhof Berlin-Alexanderplatz | U5 | |
U-Bahnhof Kaulsdorf-Nord | Bahnhof Wuhletal | U5 | |
U-Bahnhof Kaulsdorf-Nord | U-Bahnhof Kienberg (Gärten der Welt) | U5 | |
U-Bahnhof Platz der Luftbrücke | U-Bahnhof Paradestraße | U6 | |
U-Bahnhof Platz der Luftbrücke | U-Bahnhof Mehringdamm | U6 | |
U-Bahnhof Schwartzkopffstraße | U-Bahnhof Naturkundemuseum | U6 | |
U-Bahnhof Schwartzkopffstraße | U-Bahnhof Reinickendorfer Straße | U6 | |
U-Bahnhof Seestraße | U-Bahnhof Rehberge | U6 | |
U-Bahnhof Seestraße | U-Bahnhof Leopoldplatz | U6 | |
U-Bahnhof Naturkundemuseum | U-Bahnhof Schwartzkopffstraße | U6 | |
U-Bahnhof Naturkundemuseum | U-Bahnhof Oranienburger Tor | U6 | |
U-Bahnhof Schloßstraße | Bahnhof Berlin Rathaus Steglitz | U9 | |
U-Bahnhof Schloßstraße | U-Bahnhof Walther-Schreiber-Platz | U9 | |
U-Bahnhof Rathaus Reinickendorf | Bahnhof Berlin Karl-Bonhoeffer-Nervenklinik | U8 | |
U-Bahnhof Rathaus Reinickendorf | U-Bahnhof Wittenau | U8 | |
U-Bahnhof Westphalweg | U-Bahnhof Alt-Mariendorf | U6 | |
U-Bahnhof Westphalweg | U-Bahnhof Ullsteinstraße | U6 | |
Bahnhof Berlin Rathaus Steglitz | U-Bahnhof Schloßstraße | U9 | |
U-Bahnhof Kurt-Schumacher-Platz | U-Bahnhof Scharnweberstraße | U6 | |
U-Bahnhof Kurt-Schumacher-Platz | U-Bahnhof Afrikanische Straße | U6 | |
U-Bahnhof Lindauer Allee | Bahnhof Berlin Karl-Bonhoeffer-Nervenklinik | U8 | |
U-Bahnhof Lindauer Allee | U-Bahnhof Paracelsus-Bad | U8 | |
U-Bahnhof Nauener Platz | U-Bahnhof Osloer Straße | U9 | |
U-Bahnhof Nauener Platz | U-Bahnhof Leopoldplatz | U9 | |
U-Bahnhof Franz-Neumann-Platz (Am Schäfersee) | U-Bahnhof Residenzstraße | U8 | |
U-Bahnhof Franz-Neumann-Platz (Am Schäfersee) | U-Bahnhof Osloer Straße | U8 | |
U-Bahnhof Birkenstraße | Bahnhof Berlin Westhafen | U9 | |
U-Bahnhof Birkenstraße | U-Bahnhof Turmstraße | U9 | |
U-Bahnhof Kienberg (Gärten der Welt) | U-Bahnhof Kaulsdorf-Nord | U5 | |
U-Bahnhof Kienberg (Gärten der Welt) | U-Bahnhof Cottbusser Platz | U5 | |
U-Bahnhof Residenzstraße | U-Bahnhof Franz-Neumann-Platz (Am Schäfersee) | U8 | |
U-Bahnhof Residenzstraße | U-Bahnhof Paracelsus-Bad | U8 | |
U-Bahnhof Paradestraße | U-Bahnhof Platz der Luftbrücke | U6 | |
U-Bahnhof Paradestraße | Bahnhof Berlin-Tempelhof | U6 | |
U-Bahnhof Cottbusser Platz | U-Bahnhof Kienberg (Gärten der Welt) | U5 | |
U-Bahnhof Cottbusser Platz | U-Bahnhof Hellersdorf | U5 | |
U-Bahnhof Louis-Lewin-Straße | U-Bahnhof Hönow | U5 | |
U-Bahnhof Louis-Lewin-Straße | U-Bahnhof Hellersdorf | U5 | |
U-Bahnhof Paracelsus-Bad | U-Bahnhof Lindauer Allee | U8 | |
U-Bahnhof Paracelsus-Bad | U-Bahnhof Residenzstraße | U8 | |
U-Bahnhof Holzhauser Straße | U-Bahnhof Borsigwerke | U6 | |
U-Bahnhof Holzhauser Straße | U-Bahnhof Otisstraße | U6 | |
U-Bahnhof Amrumer Straße | U-Bahnhof Leopoldplatz | U9 | |
U-Bahnhof Amrumer Straße | U-Bahnhof Westhafen | U9 | |
U-Bahnhof Otisstraße | U-Bahnhof Holzhauser Straße | U6 | |
U-Bahnhof Otisstraße | U-Bahnhof Scharnweberstraße | U6 | |
U-Bahnhof Scharnweberstraße | U-Bahnhof Kurt-Schumacher-Platz | U6 | |
U-Bahnhof Scharnweberstraße | U-Bahnhof Otisstraße | U6 | |
U-Bahnhof Heinrich-Heine-Straße | U-Bahnhof Moritzplatz | U8 | |
U-Bahnhof Heinrich-Heine-Straße | Bahnhof Berlin Jannowitzbrücke | U8 | |
U-Bahnhof Heinrich-Heine-Straße | U-Bahnhof Jannowitzbrücke | U8 | |
U-Bahnhof Zitadelle | U-Bahnhof Haselhorst | U7 | |
U-Bahnhof Zitadelle | U-Bahnhof Altstadt Spandau | U7 | |
U-Bahnhof Rosenthaler Platz | U-Bahnhof Weinmeisterstraße | U8 | |
U-Bahnhof Rosenthaler Platz | U-Bahnhof Bernauer Straße | U8 | |
U-Bahnhof Siemensdamm | U-Bahnhof Rohrdamm | U7 | |
U-Bahnhof Siemensdamm | U-Bahnhof Halemweg | U7 | |
U-Bahnhof Voltastraße | Bahnhof Berlin Gesundbrunnen | U8 | |
U-Bahnhof Voltastraße | U-Bahnhof Bernauer Straße | U8 | |
U-Bahnhof Kurfürstendamm | U-Bahnhof Uhlandstraße | U1 | |
U-Bahnhof Kurfürstendamm | U-Bahnhof Spichernstraße | U1 | |
U-Bahnhof Kurfürstendamm | Bahnhof Berlin Zoologischer Garten | U1 | |
U-Bahnhof Kurfürstendamm | U-Bahnhof Wittenbergplatz | U1 | |
U-Bahnhof Kurfürstendamm | U-Bahnhof Uhlandstraße | U9 | |
U-Bahnhof Kurfürstendamm | U-Bahnhof Spichernstraße | U9 | |
U-Bahnhof Kurfürstendamm | Bahnhof Berlin Zoologischer Garten | U9 | |
U-Bahnhof Kurfürstendamm | U-Bahnhof Wittenbergplatz | U9 | |
U-Bahnhof Krumme Lanke | U-Bahnhof Onkel Toms Hütte | U3 | |
Bahnhöfe Berlin Warschauer Straße | U-Bahnhof Schlesisches Tor | U1 | |
Bahnhöfe Berlin Warschauer Straße | Bahnhof Berlin-Ostkreuz | U1 | |
Bahnhöfe Berlin Warschauer Straße | Berlin Ostbahnhof | U1 | |
Bahnhöfe Berlin Warschauer Straße | U-Bahnhof Schlesisches Tor | S7 | |
Bahnhöfe Berlin Warschauer Straße | Bahnhof Berlin-Ostkreuz | S7 | |
Bahnhöfe Berlin Warschauer Straße | Berlin Ostbahnhof | S7 | |
U-Bahnhof Schönleinstraße | U-Bahnhof Hermannplatz | U8 | |
U-Bahnhof Schönleinstraße | U-Bahnhof Kottbusser Tor | U8 | |
U-Bahnhof Blaschkoallee | U-Bahnhof Grenzallee | U7 | |
U-Bahnhof Blaschkoallee | U-Bahnhof Parchimer Allee | U7 | |
U-Bahnhof Augsburger Straße | U-Bahnhof Spichernstraße | U3 | |
U-Bahnhof Augsburger Straße | U-Bahnhof Wittenbergplatz | U3 | |
U-Bahnhof Spichernstraße | U-Bahnhof Güntzelstraße | U3 | |
U-Bahnhof Spichernstraße | U-Bahnhof Hohenzollernplatz | U3 | |
U-Bahnhof Spichernstraße | U-Bahnhof Kurfürstendamm | U3 | |
U-Bahnhof Spichernstraße | U-Bahnhof Augsburger Straße | U3 | |
U-Bahnhof Spichernstraße | U-Bahnhof Güntzelstraße | U9 | |
U-Bahnhof Spichernstraße | U-Bahnhof Hohenzollernplatz | U9 | |
U-Bahnhof Spichernstraße | U-Bahnhof Kurfürstendamm | U9 | |
U-Bahnhof Spichernstraße | U-Bahnhof Augsburger Straße | U9 | |
U-Bahnhof Leinestraße | U-Bahnhof Boddinstraße | U8 | |
U-Bahnhof Leinestraße | Bahnhof Berlin Hermannstraße | U8 | |
U-Bahnhof Bayerischer Platz | U-Bahnhof Viktoria-Luise-Platz | U4 | |
U-Bahnhof Bayerischer Platz | U-Bahnhof Rathaus Schöneberg | U4 | |
U-Bahnhof Bayerischer Platz | U-Bahnhof Eisenacher Straße | U4 | |
U-Bahnhof Bayerischer Platz | U-Bahnhof Berliner Straße | U4 | |
U-Bahnhof Bayerischer Platz | U-Bahnhof Viktoria-Luise-Platz | U7 | |
U-Bahnhof Bayerischer Platz | U-Bahnhof Rathaus Schöneberg | U7 | |
U-Bahnhof Bayerischer Platz | U-Bahnhof Eisenacher Straße | U7 | |
U-Bahnhof Bayerischer Platz | U-Bahnhof Berliner Straße | U7 | |
U-Bahnhof Dahlem-Dorf | U-Bahnhof Podbielskiallee | U3 | |
U-Bahnhof Dahlem-Dorf | U-Bahnhof Freie Universität (Thielplatz) | U3 | |
U-Bahnhof Gneisenaustraße | U-Bahnhof Südstern | U7 | |
U-Bahnhof Gneisenaustraße | U-Bahnhof Mehringdamm | U7 | |
Bahnhof Berlin Potsdamer Platz | Berlin Hauptbahnhof | U2 | |
Bahnhof Berlin Potsdamer Platz | Bahnhof Berlin Südkreuz | U2 | |
Bahnhof Berlin Potsdamer Platz | Bahnhof Brandenburger Tor | U2 | |
Bahnhof Berlin Potsdamer Platz | U-Bahnhof Mohrenstraße | U2 | |
Bahnhof Berlin Potsdamer Platz | U-Bahnhof Mendelssohn-Bartholdy-Park | U2 | |
Bahnhof Berlin Potsdamer Platz | Berlin Anhalter Bahnhof | U2 | |
Bahnhof Berlin Gesundbrunnen | Berlin Hauptbahnhof | U8 | |
Bahnhof Berlin Gesundbrunnen | U-Bahnhof Pankstraße | U8 | |
Bahnhof Berlin Gesundbrunnen | Bahnhof Schönhauser Allee | U8 | |
Bahnhof Berlin Gesundbrunnen | Bahnhof Berlin-Wedding | U8 | |
Bahnhof Berlin Gesundbrunnen | U-Bahnhof Voltastraße | U8 | |
U-Bahnhof Gleisdreieck | U-Bahnhof Bülowstraße | U1 | |
U-Bahnhof Gleisdreieck | U-Bahnhof Mendelssohn-Bartholdy-Park | U1 | |
U-Bahnhof Gleisdreieck | U-Bahnhof Kurfürstenstraße | U1 | |
U-Bahnhof Gleisdreieck | U-Bahnhof Möckernbrücke | U1 | |
U-Bahnhof Gleisdreieck | Q33284476 | U1 | |
U-Bahnhof Gleisdreieck | U-Bahnhof Bülowstraße | U2 | |
U-Bahnhof Gleisdreieck | U-Bahnhof Mendelssohn-Bartholdy-Park | U2 | |
U-Bahnhof Gleisdreieck | U-Bahnhof Kurfürstenstraße | U2 | |
U-Bahnhof Gleisdreieck | U-Bahnhof Möckernbrücke | U2 | |
U-Bahnhof Gleisdreieck | Q33284476 | U2 | |
U-Bahnhof Oskar-Helene-Heim | U-Bahnhof Onkel Toms Hütte | U3 | |
U-Bahnhof Oskar-Helene-Heim | U-Bahnhof Freie Universität (Thielplatz) | U3 | |
U-Bahnhof Bismarckstraße | U-Bahnhof Wilmersdorfer Straße | U2 | |
U-Bahnhof Bismarckstraße | U-Bahnhof Sophie-Charlotte-Platz | U2 | |
U-Bahnhof Bismarckstraße | U-Bahnhof Richard-Wagner-Platz | U2 | |
U-Bahnhof Bismarckstraße | U-Bahnhof Deutsche Oper | U2 | |
U-Bahnhof Bismarckstraße | U-Bahnhof Wilmersdorfer Straße | U7 | |
U-Bahnhof Bismarckstraße | U-Bahnhof Sophie-Charlotte-Platz | U7 | |
U-Bahnhof Bismarckstraße | U-Bahnhof Richard-Wagner-Platz | U7 | |
U-Bahnhof Bismarckstraße | U-Bahnhof Deutsche Oper | U7 | |
U-Bahnhof Bernauer Straße | U-Bahnhof Rosenthaler Platz | U8 | |
U-Bahnhof Bernauer Straße | U-Bahnhof Voltastraße | U8 | |
U-Bahnhof Prinzenstraße | U-Bahnhof Hallesches Tor | U1 | |
U-Bahnhof Prinzenstraße | U-Bahnhof Kottbusser Tor | U1 | |
U-Bahnhof Kurfürstenstraße | U-Bahnhof Nollendorfplatz | U1 | |
U-Bahnhof Kurfürstenstraße | U-Bahnhof Gleisdreieck | U1 | |
U-Bahnhof Wittenbergplatz | U-Bahnhof Nollendorfplatz | U1 | |
U-Bahnhof Wittenbergplatz | U-Bahnhof Kurfürstendamm | U1 | |
U-Bahnhof Wittenbergplatz | U-Bahnhof Augsburger Straße | U1 | |
U-Bahnhof Wittenbergplatz | Bahnhof Berlin Zoologischer Garten | U1 | |
U-Bahnhof Wittenbergplatz | U-Bahnhof Nollendorfplatz | U2 | |
U-Bahnhof Wittenbergplatz | U-Bahnhof Kurfürstendamm | U2 | |
U-Bahnhof Wittenbergplatz | U-Bahnhof Augsburger Straße | U2 | |
U-Bahnhof Wittenbergplatz | Bahnhof Berlin Zoologischer Garten | U2 | |
U-Bahnhof Wittenbergplatz | U-Bahnhof Nollendorfplatz | U3 | |
U-Bahnhof Friedrich-Wilhelm-Platz | Bahnhöfe Berlin Bundesplatz | U9 | |
U-Bahnhof Friedrich-Wilhelm-Platz | U-Bahnhof Walther-Schreiber-Platz | U9 | |
U-Bahnhof Friedrich-Wilhelm-Platz | U-Bahnhof Bundesplatz | U9 | |
U-Bahnhof Alt-Tempelhof | U-Bahnhof Kaiserin-Augusta-Straße | U6 | |
U-Bahnhof Alt-Tempelhof | Bahnhof Berlin-Tempelhof | U6 | |
U-Bahnhof Kaiserin-Augusta-Straße | U-Bahnhof Alt-Tempelhof | U6 | |
U-Bahnhof Kaiserin-Augusta-Straße | U-Bahnhof Ullsteinstraße | U6 | |
U-Bahnhof Afrikanische Straße | U-Bahnhof Rehberge | U6 | |
U-Bahnhof Afrikanische Straße | U-Bahnhof Kurt-Schumacher-Platz | U6 | |
U-Bahnhof Reinickendorfer Straße | U-Bahnhof Schwartzkopffstraße | U6 | |
U-Bahnhof Reinickendorfer Straße | Bahnhof Berlin-Wedding | U6 | |
U-Bahnhof Uhlandstraße | U-Bahnhof Kurfürstendamm | U1 | |
U-Bahnhof Frankfurter Tor | U-Bahnhof Weberwiese | U5 | |
U-Bahnhof Frankfurter Tor | U-Bahnhof Samariterstraße | U5 | |
U-Bahnhof Spittelmarkt | U-Bahnhof Hausvogteiplatz | U2 | |
U-Bahnhof Spittelmarkt | U-Bahnhof Märkisches Museum | U2 | |
S-Bahnhof Neukölln | S-Bahnhof Sonnenallee | U7 | |
S-Bahnhof Neukölln | U-Bahnhof Karl-Marx-Straße | U7 | |
S-Bahnhof Neukölln | U-Bahnhof Grenzallee | U7 | |
S-Bahnhof Neukölln | S-Bahnhof Köllnische Heide | U7 | |
S-Bahnhof Neukölln | Bahnhof Berlin Hermannstraße | U7 | |
S-Bahnhof Neukölln | U-Bahnhof Hermannstraße | U7 | |
U-Bahnhof Vinetastraße | Bahnhof Schönhauser Allee | U2 | |
U-Bahnhof Vinetastraße | Bahnhof Pankow | U2 | |
U-Bahnhof Rohrdamm | U-Bahnhof Paulsternstraße | U7 | |
U-Bahnhof Rohrdamm | U-Bahnhof Siemensdamm | U7 | |
U-Bahnhof Haselhorst | U-Bahnhof Paulsternstraße | U7 | |
U-Bahnhof Haselhorst | U-Bahnhof Zitadelle | U7 | |
U-Bahnhof Rathaus Schöneberg | U-Bahnhof Bayerischer Platz | U4 | |
U-Bahnhof Rathaus Schöneberg | Bahnhof Berlin Innsbrucker Platz | U4 | |
U-Bahnhof Adenauerplatz | U-Bahnhof Wilmersdorfer Straße | U7 | |
U-Bahnhof Adenauerplatz | U-Bahnhof Konstanzer Straße | U7 | |
U-Bahnhof Paulsternstraße | U-Bahnhof Rohrdamm | U7 | |
U-Bahnhof Paulsternstraße | U-Bahnhof Haselhorst | U7 | |
U-Bahnhof Tierpark | U-Bahnhof Friedrichsfelde | U5 | |
U-Bahnhof Tierpark | U-Bahnhof Biesdorf-Süd | U5 | |
U-Bahnhof Wilmersdorfer Straße | U-Bahnhof Adenauerplatz | U7 | |
U-Bahnhof Wilmersdorfer Straße | U-Bahnhof Bismarckstraße | U7 | |
U-Bahnhof Strausberger Platz | U-Bahnhof Weberwiese | U5 | |
U-Bahnhof Strausberger Platz | U-Bahnhof Schillingstraße | U5 | |
U-Bahnhof Konstanzer Straße | U-Bahnhof Adenauerplatz | U7 | |
U-Bahnhof Konstanzer Straße | U-Bahnhof Fehrbelliner Platz (U7) | U7 | |
U-Bahnhof Halemweg | U-Bahnhof Jakob-Kaiser-Platz | U7 | |
U-Bahnhof Halemweg | U-Bahnhof Siemensdamm | U7 | |
U-Bahnhof Nollendorfplatz | U-Bahnhof Viktoria-Luise-Platz | U1 | |
U-Bahnhof Nollendorfplatz | U-Bahnhof Bülowstraße | U1 | |
U-Bahnhof Nollendorfplatz | U-Bahnhof Kurfürstenstraße | U1 | |
U-Bahnhof Nollendorfplatz | U-Bahnhof Wittenbergplatz | U1 | |
U-Bahnhof Nollendorfplatz | U-Bahnhof Viktoria-Luise-Platz | U2 | |
U-Bahnhof Nollendorfplatz | U-Bahnhof Bülowstraße | U2 | |
U-Bahnhof Nollendorfplatz | U-Bahnhof Kurfürstenstraße | U2 | |
U-Bahnhof Nollendorfplatz | U-Bahnhof Wittenbergplatz | U2 | |
U-Bahnhof Nollendorfplatz | U-Bahnhof Viktoria-Luise-Platz | U3 | |
U-Bahnhof Nollendorfplatz | U-Bahnhof Bülowstraße | U3 | |
U-Bahnhof Nollendorfplatz | U-Bahnhof Kurfürstenstraße | U3 | |
U-Bahnhof Nollendorfplatz | U-Bahnhof Wittenbergplatz | U3 | |
U-Bahnhof Nollendorfplatz | U-Bahnhof Viktoria-Luise-Platz | U4 | |
U-Bahnhof Nollendorfplatz | U-Bahnhof Bülowstraße | U4 | |
U-Bahnhof Nollendorfplatz | U-Bahnhof Kurfürstenstraße | U4 | |
U-Bahnhof Nollendorfplatz | U-Bahnhof Wittenbergplatz | U4 | |
U-Bahnhof Kleistpark | Bahnhof Berlin Yorckstraße | U7 | |
U-Bahnhof Kleistpark | U-Bahnhof Eisenacher Straße | U7 | |
U-Bahnhof Kleistpark | U-Bahnhof Yorckstraße | U7 | |
U-Bahnhof Eisenacher Straße | U-Bahnhof Kleistpark | U7 | |
U-Bahnhof Eisenacher Straße | U-Bahnhof Bayerischer Platz | U7 | |
U-Bahnhof Podbielskiallee | U-Bahnhof Breitenbachplatz | U3 | |
U-Bahnhof Podbielskiallee | U-Bahnhof Dahlem-Dorf | U3 | |
U-Bahnhof Freie Universität (Thielplatz) | U-Bahnhof Dahlem-Dorf | U3 | |
U-Bahnhof Freie Universität (Thielplatz) | U-Bahnhof Oskar-Helene-Heim | U3 | |
U-Bahnhof Breitenbachplatz | U-Bahnhof Rüdesheimer Platz | U3 | |
U-Bahnhof Breitenbachplatz | U-Bahnhof Podbielskiallee | U3 | |
U-Bahnhof Pankstraße | U-Bahnhof Osloer Straße | U8 | |
U-Bahnhof Pankstraße | Bahnhof Berlin Gesundbrunnen | U8 | |
U-Bahnhof Eberswalder Straße | Bahnhof Schönhauser Allee | U2 | |
U-Bahnhof Eberswalder Straße | U-Bahnhof Senefelderplatz | U2 | |
U-Bahnhof Mierendorffplatz | Bahnhof Berlin Jungfernheide | U7 | |
U-Bahnhof Mierendorffplatz | U-Bahnhof Richard-Wagner-Platz | U7 | |
U-Bahnhof Mierendorffplatz | U-Bahnhof Jungfernheide | U7 | |
U-Bahnhof Blissestraße | U-Bahnhof Berliner Straße | U7 | |
U-Bahnhof Blissestraße | U-Bahnhof Fehrbelliner Platz (U7) | U7 | |
U-Bahnhof Turmstraße | U-Bahnhof Hansaplatz | U9 | |
U-Bahnhof Turmstraße | U-Bahnhof Birkenstraße | U9 | |
U-Bahnhof Altstadt Spandau | U-Bahnhof Rathaus Spandau | U7 | |
U-Bahnhof Altstadt Spandau | U-Bahnhof Zitadelle | U7 | |
Bahnhof Schönhauser Allee | U-Bahnhof Vinetastraße | U2 | |
Bahnhof Schönhauser Allee | U-Bahnhof Eberswalder Straße | U2 | |
Bahnhof Schönhauser Allee | Bahnhof Berlin Gesundbrunnen | U2 | |
Bahnhof Schönhauser Allee | S-Bahnhof Prenzlauer Allee | U2 | |
Bahnhof Schönhauser Allee | S-Bahnhof Bornholmer Straße | U2 | |
Bahnhof Berlin-Tempelhof | Bahnhof Berlin Südkreuz | U6 | |
Bahnhof Berlin-Tempelhof | U-Bahnhof Paradestraße | U6 | |
Bahnhof Berlin-Tempelhof | U-Bahnhof Alt-Tempelhof | U6 | |
Bahnhof Berlin-Tempelhof | Bahnhof Berlin Hermannstraße | U6 | |
U-Bahnhof Lipschitzallee | U-Bahnhof Wutzkyallee | U7 | |
U-Bahnhof Lipschitzallee | U-Bahnhof Johannisthaler Chaussee | U7 | |
U-Bahnhof Französische Straße | U-Bahnhof Stadtmitte | U6 | |
U-Bahnhof Französische Straße | U-Bahnhof Friedrichstraße | U6 | |
U-Bahnhof Oranienburger Tor | U-Bahnhof Naturkundemuseum | U6 | |
U-Bahnhof Oranienburger Tor | U-Bahnhof Friedrichstraße | U6 | |
U-Bahnhof Güntzelstraße | U-Bahnhof Berliner Straße | U9 | |
U-Bahnhof Hauptbahnhof | U-Bahnhof Bundestag | U55 | |
Bahnhof Berlin Innsbrucker Platz | Bahnhöfe Berlin Bundesplatz | U4 | |
Bahnhof Berlin Innsbrucker Platz | Bahnhof Berlin-Schöneberg | U4 | |
Bahnhof Berlin Innsbrucker Platz | U-Bahnhof Rathaus Schöneberg | U4 | |
Bahnhof Berlin Innsbrucker Platz | Bahnhof Berlin Bundesplatz | U4 | |
U-Bahnhof Yorckstraße | U-Bahnhof Kleistpark | U7 | |
U-Bahnhof Yorckstraße | U-Bahnhof Möckernbrücke | U7 | |
U-Bahnhof Heidelberger Platz | U-Bahnhof Rüdesheimer Platz | U3 | |
U-Bahnhof Heidelberger Platz | Bahnhöfe Berlin Bundesplatz | U3 | |
U-Bahnhof Heidelberger Platz | Bahnhof Berlin Hohenzollerndamm | U3 | |
U-Bahnhof Heidelberger Platz | U-Bahnhof Fehrbelliner Platz (U3) | U3 | |
U-Bahnhof Heidelberger Platz | U-Bahnhof Rüdesheimer Platz | Berliner Ringbahn | |
U-Bahnhof Heidelberger Platz | Bahnhöfe Berlin Bundesplatz | Berliner Ringbahn | |
U-Bahnhof Heidelberger Platz | Bahnhof Berlin Hohenzollerndamm | Berliner Ringbahn | |
U-Bahnhof Heidelberger Platz | U-Bahnhof Fehrbelliner Platz (U3) | Berliner Ringbahn | |
U-Bahnhof Bundesplatz | U-Bahnhof Friedrich-Wilhelm-Platz | U9 | |
U-Bahnhof Bundesplatz | U-Bahnhof Berliner Straße | U9 | |
U-Bahnhof Jungfernheide | U-Bahnhof Mierendorffplatz | U7 | |
U-Bahnhof Jungfernheide | U-Bahnhof Jakob-Kaiser-Platz | U7 | |
U-Bahnhof Warschauer Straße | U-Bahnhof Schlesisches Tor | U1 | |
U-Bahnhof Jannowitzbrücke | U-Bahnhof Heinrich-Heine-Straße | U8 | |
U-Bahnhof Jannowitzbrücke | Bahnhof Berlin-Alexanderplatz | U8 | |
U-Bahnhof Wittenau | U-Bahnhof Rathaus Reinickendorf | U8 | |
U-Bahnhof Senefelderplatz | U-Bahnhof Eberswalder Straße | U2 | |
U-Bahnhof Senefelderplatz | U-Bahnhof Rosa-Luxemburg-Platz | U2 | |
U-Bahnhof Friedrichstraße | U-Bahnhof Oranienburger Tor | ||
U-Bahnhof Potsdamer Platz | U-Bahnhof Mohrenstraße | ||
U-Bahnhof Potsdamer Platz | U-Bahnhof Mendelssohn-Bartholdy-Park | ||
U-Bahnhof Frankfurter Allee | U-Bahnhof Magdalenenstraße | ||
U-Bahnhof Frankfurter Allee | U-Bahnhof Samariterstraße | ||
U-Bahnhof Gesundbrunnen | U-Bahnhof Pankstraße | ||
U-Bahnhof Gesundbrunnen | U-Bahnhof Voltastraße | ||
U-Bahnhof Innsbrucker Platz | U-Bahnhof Rathaus Schöneberg | ||
U-Bahnhof Karl-Bonhoeffer-Nervenklinik | U-Bahnhof Rathaus Reinickendorf | ||
U-Bahnhof Karl-Bonhoeffer-Nervenklinik | U-Bahnhof Lindauer Allee | ||
U-Bahnhof Potsdamer Platz | U-Bahnhof Mohrenstraße | ||
U-Bahnhof Potsdamer Platz | U-Bahnhof Mendelssohn-Bartholdy-Park | ||
U-Bahnhof Rathaus Steglitz | U-Bahnhof Schloßstraße | ||
U-Bahnhof Westhafen | U-Bahnhof Schillingstraße | ||
U-Bahnhof Westhafen | U-Bahnhof Birkenstraße | ||
U-Bahnhof Westhafen | U-Bahnhof Amrumer Straße | ||
U-Bahnhof Westhafen | U-Bahnhof Klosterstraße | ||
U-Bahnhof Westhafen | U-Bahnhof Rosa-Luxemburg-Platz | ||
U-Bahnhof Westhafen | U-Bahnhof Weinmeisterstraße | ||
U-Bahnhof Westhafen | U-Bahnhof Jannowitzbrücke | ||
U-Bahnhof Tempelhof | U-Bahnhof Paradestraße | ||
U-Bahnhof Tempelhof | U-Bahnhof Alt-Tempelhof | ||
U-Bahnhof Wedding | U-Bahnhof Reinickendorfer Straße | ||
U-Bahnhof Wedding | U-Bahnhof Leopoldplatz | ||
U-Bahnhof Brandenburger Tor | U-Bahnhof Bundestag | ||
U-Bahnhof Pankow | U-Bahnhof Vinetastraße | ||
U-Bahnhof Schönhauser Allee | U-Bahnhof Vinetastraße | ||
U-Bahnhof Schönhauser Allee | U-Bahnhof Eberswalder Straße | ||
U-Bahnhof Wuhletal | U-Bahnhof Elsterwerdaer Platz | ||
U-Bahnhof Wuhletal | U-Bahnhof Kaulsdorf-Nord | ||
U-Bahnhof Warschauer Straße | U-Bahnhof Schlesisches Tor | ||
U-Bahnhof Neukölln | U-Bahnhof Karl-Marx-Straße | ||
U-Bahnhof Neukölln | U-Bahnhof Grenzallee | ||
U-Bahnhof Hallesches Tor | U-Bahnhof Möckernbrücke | U6 | |
U-Bahnhof Ernst-Reuter-Platz | Bahnhof Berlin Zoologischer Garten | U2 | |
U-Bahnhof Ernst-Reuter-Platz | U-Bahnhof Deutsche Oper | U2 | |
U-Bahnhof Mohrenstraße | U-Bahnhof Stadtmitte | U2 | |
U-Bahnhof Mohrenstraße | U-Bahnhof Potsdamer Platz | U2 | |
U-Bahnhof Mendelssohn-Bartholdy-Park | U-Bahnhof Gleisdreieck | U2 | |
U-Bahnhof Mendelssohn-Bartholdy-Park | U-Bahnhof Potsdamer Platz | U2 | |
U-Bahnhof Rosa-Luxemburg-Platz | Bahnhof Berlin-Alexanderplatz | U2 | |
U-Bahnhof Rosa-Luxemburg-Platz | U-Bahnhof Senefelderplatz | U2 | |
U-Bahnhof Hermannplatz | U-Bahnhof Rathaus Neukölln | U7 | |
U-Bahnhof Hermannplatz | U-Bahnhof Südstern | U7 | |
U-Bahnhof Hermannplatz | U-Bahnhof Schönleinstraße | U7 | |
U-Bahnhof Hermannplatz | U-Bahnhof Boddinstraße | U7 | |
U-Bahnhof Hermannplatz | U-Bahnhof Rathaus Neukölln | U8 | |
U-Bahnhof Hermannplatz | U-Bahnhof Südstern | U8 | |
U-Bahnhof Hermannplatz | U-Bahnhof Schönleinstraße | U8 | |
U-Bahnhof Hermannplatz | U-Bahnhof Boddinstraße | U8 | |
U-Bahnhof Rudow | U-Bahnhof Zwickauer Damm | U7 | |
U-Bahnhof Stadtmitte | U-Bahnhof Kochstraße | U2 | |
U-Bahnhof Stadtmitte | U-Bahnhof Französische Straße | U2 | |
U-Bahnhof Stadtmitte | U-Bahnhof Hausvogteiplatz | U2 | |
U-Bahnhof Stadtmitte | U-Bahnhof Mohrenstraße | U2 | |
U-Bahnhof Stadtmitte | U-Bahnhof Kochstraße | U6 | |
U-Bahnhof Stadtmitte | U-Bahnhof Französische Straße | U6 | |
U-Bahnhof Stadtmitte | U-Bahnhof Hausvogteiplatz | U6 | |
U-Bahnhof Stadtmitte | U-Bahnhof Mohrenstraße | U6 | |
U-Bahnhof Weinmeisterstraße | U-Bahnhof Rosenthaler Platz | U8 | |
U-Bahnhof Weinmeisterstraße | Bahnhof Berlin-Alexanderplatz | U8 | |
U-Bahnhof Richard-Wagner-Platz | U-Bahnhof Mierendorffplatz | U7 | |
U-Bahnhof Richard-Wagner-Platz | U-Bahnhof Bismarckstraße | U7 | |
U-Bahnhof Osloer Straße | U-Bahnhof Nauener Platz | U8 | |
U-Bahnhof Osloer Straße | U-Bahnhof Franz-Neumann-Platz (Am Schäfersee) | U8 | |
U-Bahnhof Osloer Straße | U-Bahnhof Pankstraße | U8 | |
U-Bahnhof Osloer Straße | U-Bahnhof Nauener Platz | U9 | |
U-Bahnhof Osloer Straße | U-Bahnhof Franz-Neumann-Platz (Am Schäfersee) | U9 | |
U-Bahnhof Osloer Straße | U-Bahnhof Pankstraße | U9 | |
U-Bahnhof Wittenbergplatz | U-Bahnhof Kurfürstendamm | U3 | |
U-Bahnhof Wittenbergplatz | U-Bahnhof Augsburger Straße | U3 | |
U-Bahnhof Wittenbergplatz | Bahnhof Berlin Zoologischer Garten | U3 | |
U-Bahnhof Bundestag | Bahnhof Brandenburger Tor | U55 | |
U-Bahnhof Bundestag | U-Bahnhof Hauptbahnhof | U55 | |
Bahnhof Berlin-Alexanderplatz | U-Bahnhof Schillingstraße | Berliner Stadtbahn | |
Bahnhof Berlin-Alexanderplatz | U-Bahnhof Klosterstraße | Berliner Stadtbahn | |
Bahnhof Berlin-Alexanderplatz | U-Bahnhof Rosa-Luxemburg-Platz | Berliner Stadtbahn | |
Bahnhof Berlin-Alexanderplatz | U-Bahnhof Weinmeisterstraße | Berliner Stadtbahn | |
Bahnhof Berlin-Alexanderplatz | Berlin Ostbahnhof | Berliner Stadtbahn | |
Bahnhof Berlin-Alexanderplatz | Bahnhof Berlin Hackescher Markt | Berliner Stadtbahn | |
Bahnhof Berlin-Alexanderplatz | Bahnhof Berlin-Friedrichstraße | Berliner Stadtbahn | |
Bahnhof Berlin-Alexanderplatz | Bahnhof Berlin Jannowitzbrücke | Berliner Stadtbahn | |
Bahnhof Berlin-Alexanderplatz | U-Bahnhof Jannowitzbrücke | Berliner Stadtbahn | |
Bahnhof Berlin-Alexanderplatz | S-Bahnhof Jannowitzbrücke | Berliner Stadtbahn | |
U-Bahnhof Möckernbrücke | Bahnhof Berlin Yorckstraße | U1 | |
U-Bahnhof Möckernbrücke | U-Bahnhof Mehringdamm | U1 | |
U-Bahnhof Möckernbrücke | U-Bahnhof Hallesches Tor | U1 | |
U-Bahnhof Möckernbrücke | U-Bahnhof Gleisdreieck | U1 | |
U-Bahnhof Möckernbrücke | U-Bahnhof Yorckstraße | U1 | |
U-Bahnhof Möckernbrücke | Bahnhof Berlin Yorckstraße | U7 | |
U-Bahnhof Möckernbrücke | U-Bahnhof Mehringdamm | U7 | |
U-Bahnhof Möckernbrücke | U-Bahnhof Hallesches Tor | U7 | |
U-Bahnhof Möckernbrücke | U-Bahnhof Gleisdreieck | U7 | |
U-Bahnhof Möckernbrücke | U-Bahnhof Yorckstraße | U7 | |
U-Bahnhof Boddinstraße | U-Bahnhof Hermannplatz | U8 | |
U-Bahnhof Boddinstraße | U-Bahnhof Leinestraße | U8 | |
U-Bahnhof Kottbusser Tor | U-Bahnhof Moritzplatz | U1 | |
U-Bahnhof Kottbusser Tor | U-Bahnhof Görlitzer Bahnhof | U1 | |
U-Bahnhof Kottbusser Tor | U-Bahnhof Schönleinstraße | U1 | |
U-Bahnhof Kottbusser Tor | U-Bahnhof Prinzenstraße | U1 | |
U-Bahnhof Kottbusser Tor | U-Bahnhof Moritzplatz | U8 | |
U-Bahnhof Kottbusser Tor | U-Bahnhof Görlitzer Bahnhof | U8 | |
U-Bahnhof Kottbusser Tor | U-Bahnhof Schönleinstraße | U8 | |
U-Bahnhof Kottbusser Tor | U-Bahnhof Prinzenstraße | U8 | |
U-Bahnhof Deutsche Oper | U-Bahnhof Ernst-Reuter-Platz | U2 | |
U-Bahnhof Deutsche Oper | U-Bahnhof Bismarckstraße | U2 | |
U-Bahnhof Leopoldplatz | U-Bahnhof Seestraße | U6 | |
U-Bahnhof Leopoldplatz | U-Bahnhof Nauener Platz | U6 | |
U-Bahnhof Leopoldplatz | U-Bahnhof Amrumer Straße | U6 | |
U-Bahnhof Leopoldplatz | U-Bahnhof Wedding | U6 | |
U-Bahnhof Leopoldplatz | U-Bahnhof Seestraße | U9 | |
U-Bahnhof Leopoldplatz | U-Bahnhof Nauener Platz | U9 | |
U-Bahnhof Leopoldplatz | U-Bahnhof Amrumer Straße | U9 | |
U-Bahnhof Leopoldplatz | U-Bahnhof Wedding | U9 | |
U-Bahnhof Güntzelstraße | U-Bahnhof Spichernstraße | U9 | |
U-Bahnhof Hohenzollernplatz | U-Bahnhof Spichernstraße | U3 | |
U-Bahnhof Hohenzollernplatz | U-Bahnhof Fehrbelliner Platz (U3) | U3 | |
U-Bahnhof Hellersdorf | U-Bahnhof Cottbusser Platz | ||
U-Bahnhof Hellersdorf | U-Bahnhof Louis-Lewin-Straße | ||
U-Bahnhof Grenzallee | S-Bahnhof Neukölln | U7 | |
U-Bahnhof Grenzallee | U-Bahnhof Blaschkoallee | U7 |
LOAD CSV FROM 'https://gist.githubusercontent.com/CliffordAnderson/7fb7473af31f9343f8a55518545480a0/raw/0f8ba34e5240a4a5599c412cb59e5961cc6cbe33/stations.csv' AS line
CREATE (:Station { name: line[0], longitude: toFloat(line[1]), latitude: toFloat(line[2]) } )
LOAD CSV FROM 'https://gist.githubusercontent.com/CliffordAnderson/7fb7473af31f9343f8a55518545480a0/raw/d82e2659e01a976cc47b727bdf6b3d7d4f35df08/connections.csv' AS line
MATCH (station:Station { name: line[0] })
MATCH (adjacent:Station { name: line[1] })
CREATE (station)-[:Line { name: line[2] }]->(adjacent)
match (a {name:"U-Bahnhof Walther-Schreiber-Platz"})-[r]-(c) return a,r,c
match (a:Station {name: "U-Bahnhof Voltastraße"})
match (b:Station {name: "U-Bahnhof Rosa-Luxemburg-Platz"})
match path = AllShortestPaths((a)-[*..5]->(b))
return path
match (a:Station {name: "U-Bahnhof Voltastraße"})
match (b:Station {name: "U-Bahnhof Rosa-Luxemburg-Platz"})
with point({ longitude: a.longitude, latitude: a.latitude }) AS start, point({ longitude: b.longitude, latitude: b.latitude }) AS stop
RETURN round(distance(start, stop)) AS travelDistance
MATCH (a:Station {name:'U-Bahnhof Walther-Schreiber-Platz'})
MATCH (b:Station {name:'U-Bahnhof Berliner Straße'})
MATCH p=(b)-[*]->(a)
WITH collect(p) as paths
CALL apoc.spatial.sortByDistance(paths) YIELD path, distance
RETURN path,distance
A problem with our analyses to this point is that we have duplicated relationships in our data. So, let's clean up the data set before conducting more advanced graph algorithms.
match (a)-[r]-(c)
delete r
LOAD CSV FROM 'https://gist.githubusercontent.com/CliffordAnderson/7fb7473af31f9343f8a55518545480a0/raw/6e2d565bb61767c686bd8bfd0dcfa7a69c1d027b/connections-no-dupes.csv' AS line
MATCH (station:Station { name: line[0] })
MATCH (adjacent:Station { name: line[2] })
CREATE (station)-[:Line { name: line[1] }]->(adjacent)
CALL algo.closeness.stream('Station', 'Line')
YIELD nodeId, centrality
RETURN algo.asNode(nodeId).name AS node, centrality
ORDER BY centrality DESC
LIMIT 20;
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xquery version "3.1"; | |
import module namespace functx = 'http://www.functx.com'; | |
declare namespace sparql = "http://www.w3.org/2005/sparql-results#"; | |
let $query := " | |
SELECT ?stationLabel ?adjacentLabel ?lineLabel WHERE { | |
?station wdt:P361 wd:Q68646. | |
?station wdt:P197 ?adjacent. | |
SERVICE wikibase:label { bd:serviceParam wikibase:language '[AUTO_LANGUAGE],de'. } | |
OPTIONAL { ?station wdt:P81 ?line. } | |
} | |
" | |
let $request := " https://query.wikidata.org/bigdata/namespace/wdq/sparql" || "?query=" || fn:encode-for-uri($query) | |
let $records := | |
for $result in fn:doc($request)//sparql:result | |
let $station := $result/sparql:binding[@name="stationLabel"]/sparql:literal/text() | |
let $adjacent := $result/sparql:binding[@name="adjacentLabel"]/sparql:literal/text() | |
let $line := $result/sparql:binding[@name="lineLabel"]/sparql:literal/text() | |
let $points := | |
for $point in ($station, $adjacent) | |
order by $point | |
return $point | |
return | |
element record { | |
element point1 { $points[1] }, | |
element line { $line }, | |
element point2 { $points[2] } | |
} | |
let $distinct := functx:distinct-deep($records) | |
return csv:serialize(element csv { $distinct }, map { 'header': true() }) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
point1 | line | point2 | |
---|---|---|---|
U-Bahnhof Nollendorfplatz | U4 | U-Bahnhof Viktoria-Luise-Platz | |
U-Bahnhof Bayerischer Platz | U4 | U-Bahnhof Viktoria-Luise-Platz | |
U-Bahnhof Hallesches Tor | U6 | U-Bahnhof Kochstraße | |
U-Bahnhof Kochstraße | U6 | U-Bahnhof Stadtmitte | |
U-Bahnhof Rehberge | U6 | U-Bahnhof Seestraße | |
U-Bahnhof Afrikanische Straße | U6 | U-Bahnhof Rehberge | |
U-Bahnhof Alt-Mariendorf | U6 | U-Bahnhof Westphalweg | |
U-Bahnhof Hansaplatz | U9 | U-Bahnhof Turmstraße | |
Bahnhof Berlin Zoologischer Garten | U9 | U-Bahnhof Hansaplatz | |
U-Bahnhof Heinrich-Heine-Straße | U8 | U-Bahnhof Moritzplatz | |
U-Bahnhof Kottbusser Tor | U8 | U-Bahnhof Moritzplatz | |
U-Bahnhof Bülowstraße | U2 | U-Bahnhof Nollendorfplatz | |
U-Bahnhof Bülowstraße | U2 | U-Bahnhof Gleisdreieck | |
U-Bahnhof Krumme Lanke | U3 | U-Bahnhof Onkel Toms Hütte | |
U-Bahnhof Onkel Toms Hütte | U3 | U-Bahnhof Oskar-Helene-Heim | |
U-Bahnhof Friedrichsfelde | U5 | U-Bahnhof Tierpark | |
Bahnhof Berlin-Lichtenberg | U5 | U-Bahnhof Friedrichsfelde | |
Q3831986 | U5 | U-Bahnhof Friedrichsfelde | |
Bahnhof Berlin Beusselstraße | U9 | Bahnhof Berlin Westhafen | |
Bahnhof Berlin Westhafen | U9 | U-Bahnhof Birkenstraße | |
Bahnhof Berlin Westhafen | U9 | U-Bahnhof Amrumer Straße | |
Bahnhof Berlin Westhafen | U9 | Bahnhof Berlin-Wedding | |
Bahnhof Berlin Frankfurter Allee | U5 | U-Bahnhof Magdalenenstraße | |
Bahnhof Berlin-Lichtenberg | U5 | U-Bahnhof Magdalenenstraße | |
Q3831986 | U5 | U-Bahnhof Magdalenenstraße | |
Bahnhof Berlin Karl-Bonhoeffer-Nervenklinik | U8 | U-Bahnhof Rathaus Reinickendorf | |
Bahnhof Berlin Karl-Bonhoeffer-Nervenklinik | U8 | U-Bahnhof Lindauer Allee | |
Bahnhof Berlin Potsdamer Platz | U55 | Bahnhof Brandenburger Tor | |
Bahnhof Brandenburger Tor | U55 | U-Bahnhof Bundestag | |
Bahnhof Berlin-Friedrichstraße | U55 | Bahnhof Brandenburger Tor | |
S-Bahnhof Neukölln | U7 | U-Bahnhof Karl-Marx-Straße | |
U-Bahnhof Karl-Marx-Straße | U7 | U-Bahnhof Rathaus Neukölln | |
U-Bahnhof Borsigwerke | U6 | U-Bahnhof Holzhauser Straße | |
U-Bahnhof Alt-Tegel | U6 | U-Bahnhof Borsigwerke | |
U-Bahnhof Hönow | U5 | U-Bahnhof Louis-Lewin-Straße | |
U-Bahnhof Frankfurter Tor | U5 | U-Bahnhof Weberwiese | |
U-Bahnhof Strausberger Platz | U5 | U-Bahnhof Weberwiese | |
U-Bahnhof Biesdorf-Süd | U5 | U-Bahnhof Elsterwerdaer Platz | |
Bahnhof Wuhletal | U5 | U-Bahnhof Elsterwerdaer Platz | |
U-Bahnhof Biesdorf-Süd | U5 | U-Bahnhof Tierpark | |
Bahnhof Wuhletal | U5 | U-Bahnhof Kaulsdorf-Nord | |
Bahnhof Wuhletal | U5 | S-Bahnhof Kaulsdorf | |
Bahnhof Wuhletal | U5 | S-Bahnhof Biesdorf | |
Bahnhof Berlin Frankfurter Allee | U5 | U-Bahnhof Samariterstraße | |
Bahnhof Berlin Frankfurter Allee | U5 | Bahnhof Berlin-Ostkreuz | |
Bahnhof Berlin Frankfurter Allee | U5 | Bahnhof Berlin Storkower Straße | |
U-Bahnhof Frankfurter Tor | U5 | U-Bahnhof Samariterstraße | |
U-Bahnhof Schillingstraße | U5 | U-Bahnhof Strausberger Platz | |
Bahnhof Berlin-Alexanderplatz | U5 | U-Bahnhof Schillingstraße | |
U-Bahnhof Kaulsdorf-Nord | U5 | U-Bahnhof Kienberg (Gärten der Welt) | |
U-Bahnhof Paradestraße | U6 | U-Bahnhof Platz der Luftbrücke | |
U-Bahnhof Mehringdamm | U6 | U-Bahnhof Platz der Luftbrücke | |
U-Bahnhof Naturkundemuseum | U6 | U-Bahnhof Schwartzkopffstraße | |
U-Bahnhof Reinickendorfer Straße | U6 | U-Bahnhof Schwartzkopffstraße | |
U-Bahnhof Leopoldplatz | U6 | U-Bahnhof Seestraße | |
U-Bahnhof Naturkundemuseum | U6 | U-Bahnhof Oranienburger Tor | |
Bahnhof Berlin Rathaus Steglitz | U9 | U-Bahnhof Schloßstraße | |
U-Bahnhof Schloßstraße | U9 | U-Bahnhof Walther-Schreiber-Platz | |
U-Bahnhof Rathaus Reinickendorf | U8 | U-Bahnhof Wittenau | |
U-Bahnhof Ullsteinstraße | U6 | U-Bahnhof Westphalweg | |
U-Bahnhof Kurt-Schumacher-Platz | U6 | U-Bahnhof Scharnweberstraße | |
U-Bahnhof Afrikanische Straße | U6 | U-Bahnhof Kurt-Schumacher-Platz | |
U-Bahnhof Lindauer Allee | U8 | U-Bahnhof Paracelsus-Bad | |
U-Bahnhof Nauener Platz | U9 | U-Bahnhof Osloer Straße | |
U-Bahnhof Leopoldplatz | U9 | U-Bahnhof Nauener Platz | |
U-Bahnhof Franz-Neumann-Platz (Am Schäfersee) | U8 | U-Bahnhof Residenzstraße | |
U-Bahnhof Franz-Neumann-Platz (Am Schäfersee) | U8 | U-Bahnhof Osloer Straße | |
U-Bahnhof Birkenstraße | U9 | U-Bahnhof Turmstraße | |
U-Bahnhof Cottbusser Platz | U5 | U-Bahnhof Kienberg (Gärten der Welt) | |
U-Bahnhof Paracelsus-Bad | U8 | U-Bahnhof Residenzstraße | |
Bahnhof Berlin-Tempelhof | U6 | U-Bahnhof Paradestraße | |
U-Bahnhof Cottbusser Platz | U5 | U-Bahnhof Hellersdorf | |
U-Bahnhof Hellersdorf | U5 | U-Bahnhof Louis-Lewin-Straße | |
U-Bahnhof Holzhauser Straße | U6 | U-Bahnhof Otisstraße | |
U-Bahnhof Amrumer Straße | U9 | U-Bahnhof Leopoldplatz | |
U-Bahnhof Amrumer Straße | U9 | U-Bahnhof Westhafen | |
U-Bahnhof Otisstraße | U6 | U-Bahnhof Scharnweberstraße | |
U-Bahnhof Lipschitzallee | U7 | U-Bahnhof Wutzkyallee | |
U-Bahnhof Wutzkyallee | U7 | U-Bahnhof Zwickauer Damm | |
U-Bahnhof Britz-Süd | U7 | U-Bahnhof Parchimer Allee | |
U-Bahnhof Britz-Süd | U7 | U-Bahnhof Johannisthaler Chaussee | |
U-Bahnhof Blaschkoallee | U7 | U-Bahnhof Parchimer Allee | |
U-Bahnhof Rudow | U7 | U-Bahnhof Zwickauer Damm | |
U-Bahnhof Görlitzer Bahnhof | U1 | U-Bahnhof Schlesisches Tor | |
U-Bahnhof Görlitzer Bahnhof | U1 | U-Bahnhof Kottbusser Tor | |
Bahnhöfe Berlin Warschauer Straße | U1 | U-Bahnhof Schlesisches Tor | |
U-Bahnhof Schlesisches Tor | U1 | U-Bahnhof Warschauer Straße | |
U-Bahnhof Hermannplatz | U7 | U-Bahnhof Rathaus Neukölln | |
Bahnhof Berlin-Lichtenberg | U5 | S-Bahnhof Friedrichsfelde Ost | |
Bahnhof Berlin-Lichtenberg | U5 | S-Bahnhof Nöldnerplatz | |
Bahnhof Berlin-Lichtenberg | Preußische Ostbahn | U-Bahnhof Friedrichsfelde | |
Bahnhof Berlin-Lichtenberg | Preußische Ostbahn | U-Bahnhof Magdalenenstraße | |
Bahnhof Berlin-Lichtenberg | Preußische Ostbahn | S-Bahnhof Friedrichsfelde Ost | |
Bahnhof Berlin-Lichtenberg | Preußische Ostbahn | S-Bahnhof Nöldnerplatz | |
Bahnhof Berlin-Lichtenberg | Bahnstrecke Berlin Frankfurter Allee–Berlin-Rummelsburg | U-Bahnhof Friedrichsfelde | |
Bahnhof Berlin-Lichtenberg | Bahnstrecke Berlin Frankfurter Allee–Berlin-Rummelsburg | U-Bahnhof Magdalenenstraße | |
Bahnhof Berlin-Lichtenberg | Bahnstrecke Berlin Frankfurter Allee–Berlin-Rummelsburg | S-Bahnhof Friedrichsfelde Ost | |
Bahnhof Berlin-Lichtenberg | Bahnstrecke Berlin Frankfurter Allee–Berlin-Rummelsburg | S-Bahnhof Nöldnerplatz | |
Bahnhof Berlin-Lichtenberg | Wriezener Bahn | U-Bahnhof Friedrichsfelde | |
Bahnhof Berlin-Lichtenberg | Wriezener Bahn | U-Bahnhof Magdalenenstraße | |
Bahnhof Berlin-Lichtenberg | Wriezener Bahn | S-Bahnhof Friedrichsfelde Ost | |
Bahnhof Berlin-Lichtenberg | Wriezener Bahn | S-Bahnhof Nöldnerplatz | |
Bahnhöfe Berlin Bundesplatz | U7 | U-Bahnhof Berliner Straße | |
U-Bahnhof Berliner Straße | U7 | U-Bahnhof Blissestraße | |
U-Bahnhof Berliner Straße | U7 | U-Bahnhof Güntzelstraße | |
U-Bahnhof Bayerischer Platz | U7 | U-Bahnhof Berliner Straße | |
U-Bahnhof Berliner Straße | U7 | U-Bahnhof Bundesplatz | |
Bahnhöfe Berlin Bundesplatz | U9 | U-Bahnhof Berliner Straße | |
U-Bahnhof Berliner Straße | U9 | U-Bahnhof Blissestraße | |
U-Bahnhof Berliner Straße | U9 | U-Bahnhof Güntzelstraße | |
U-Bahnhof Bayerischer Platz | U9 | U-Bahnhof Berliner Straße | |
U-Bahnhof Berliner Straße | U9 | U-Bahnhof Bundesplatz | |
U-Bahnhof Kaiserin-Augusta-Straße | U6 | U-Bahnhof Ullsteinstraße | |
Bahnhof Berlin Jungfernheide | U7 | U-Bahnhof Jakob-Kaiser-Platz | |
U-Bahnhof Halemweg | U7 | U-Bahnhof Jakob-Kaiser-Platz | |
U-Bahnhof Jakob-Kaiser-Platz | U7 | U-Bahnhof Jungfernheide | |
U-Bahnhof Johannisthaler Chaussee | U7 | U-Bahnhof Lipschitzallee | |
U-Bahnhof Friedrich-Wilhelm-Platz | U9 | U-Bahnhof Walther-Schreiber-Platz | |
Bahnhof Berlin Westhafen | U6 | Bahnhof Berlin-Wedding | |
Bahnhof Berlin-Wedding | U6 | U-Bahnhof Reinickendorfer Straße | |
Bahnhof Berlin Gesundbrunnen | U6 | Bahnhof Berlin-Wedding | |
Bahnhof Berlin-Wedding | U6 | U-Bahnhof Leopoldplatz | |
U-Bahnhof Altstadt Spandau | U7 | U-Bahnhof Rathaus Spandau | |
Bahnhof Pankow | U2 | U-Bahnhof Vinetastraße | |
Bahnhof Pankow | U2 | S-Bahnhof Pankow-Heinersdorf | |
Bahnhof Pankow | U2 | S-Bahnhof Bornholmer Straße | |
Bahnhof Berlin-Spandau | U7 | Berlin Hauptbahnhof | |
Bahnhof Berlin-Spandau | U7 | Hamburg Hauptbahnhof | |
Bahnhof Berlin-Spandau | U7 | Wolfsburg Hauptbahnhof | |
Bahnhof Berlin Jungfernheide | U7 | Bahnhof Berlin-Spandau | |
Bahnhof Berlin Zoologischer Garten | U7 | Bahnhof Berlin-Spandau | |
Bahnhof Berlin-Charlottenburg | U7 | Bahnhof Berlin-Spandau | |
Bahnhof Berlin-Spandau | U7 | S-Bahnhof Stresow | |
U-Bahnhof Hermannplatz | U7 | U-Bahnhof Südstern | |
U-Bahnhof Gneisenaustraße | U7 | U-Bahnhof Südstern | |
U-Bahnhof Olympia-Stadion | U2 | U-Bahnhof Ruhleben | |
U-Bahnhof Kaiserdamm | U2 | U-Bahnhof Theodor-Heuss-Platz | |
U-Bahnhof Kaiserdamm | U2 | U-Bahnhof Sophie-Charlotte-Platz | |
U-Bahnhof Neu-Westend | U2 | U-Bahnhof Olympia-Stadion | |
U-Bahnhof Neu-Westend | U2 | U-Bahnhof Theodor-Heuss-Platz | |
U-Bahnhof Hausvogteiplatz | U2 | U-Bahnhof Spittelmarkt | |
U-Bahnhof Hausvogteiplatz | U2 | U-Bahnhof Stadtmitte | |
U-Bahnhof Märkisches Museum | U2 | U-Bahnhof Spittelmarkt | |
U-Bahnhof Klosterstraße | U2 | U-Bahnhof Märkisches Museum | |
U-Bahnhof Bismarckstraße | U2 | U-Bahnhof Sophie-Charlotte-Platz | |
Bahnhof Berlin-Alexanderplatz | U2 | U-Bahnhof Klosterstraße | |
U-Bahnhof Hallesches Tor | U6 | U-Bahnhof Mehringdamm | |
U-Bahnhof Gneisenaustraße | U6 | U-Bahnhof Mehringdamm | |
U-Bahnhof Mehringdamm | U6 | U-Bahnhof Möckernbrücke | |
U-Bahnhof Mehringdamm | U7 | U-Bahnhof Platz der Luftbrücke | |
U-Bahnhof Hallesches Tor | U7 | U-Bahnhof Mehringdamm | |
U-Bahnhof Gneisenaustraße | U7 | U-Bahnhof Mehringdamm | |
U-Bahnhof Mehringdamm | U7 | U-Bahnhof Möckernbrücke | |
U-Bahnhof Hallesches Tor | U1 | U-Bahnhof Kochstraße | |
U-Bahnhof Hallesches Tor | U1 | U-Bahnhof Mehringdamm | |
U-Bahnhof Hallesches Tor | U1 | U-Bahnhof Prinzenstraße | |
U-Bahnhof Hallesches Tor | U1 | U-Bahnhof Möckernbrücke | |
U-Bahnhof Hallesches Tor | U6 | U-Bahnhof Prinzenstraße | |
Bahnhöfe Berlin Bundesplatz | U9 | U-Bahnhof Friedrich-Wilhelm-Platz | |
U-Bahnhof Bundesplatz | U9 | U-Bahnhof Friedrich-Wilhelm-Platz | |
U-Bahnhof Alt-Tempelhof | U6 | U-Bahnhof Kaiserin-Augusta-Straße | |
Bahnhof Berlin-Tempelhof | U6 | U-Bahnhof Alt-Tempelhof | |
U-Bahnhof Kurfürstendamm | U1 | U-Bahnhof Uhlandstraße | |
S-Bahnhof Neukölln | U7 | S-Bahnhof Sonnenallee | |
S-Bahnhof Neukölln | U7 | U-Bahnhof Grenzallee | |
S-Bahnhof Köllnische Heide | U7 | S-Bahnhof Neukölln | |
Bahnhof Berlin Hermannstraße | U7 | S-Bahnhof Neukölln | |
S-Bahnhof Neukölln | U7 | U-Bahnhof Hermannstraße | |
Bahnhof Schönhauser Allee | U2 | U-Bahnhof Vinetastraße | |
U-Bahnhof Paulsternstraße | U7 | U-Bahnhof Rohrdamm | |
U-Bahnhof Rohrdamm | U7 | U-Bahnhof Siemensdamm | |
U-Bahnhof Haselhorst | U7 | U-Bahnhof Paulsternstraße | |
U-Bahnhof Haselhorst | U7 | U-Bahnhof Zitadelle | |
U-Bahnhof Bayerischer Platz | U4 | U-Bahnhof Rathaus Schöneberg | |
Bahnhof Berlin Innsbrucker Platz | U4 | U-Bahnhof Rathaus Schöneberg | |
U-Bahnhof Adenauerplatz | U7 | U-Bahnhof Wilmersdorfer Straße | |
U-Bahnhof Adenauerplatz | U7 | U-Bahnhof Konstanzer Straße | |
U-Bahnhof Bismarckstraße | U7 | U-Bahnhof Wilmersdorfer Straße | |
U-Bahnhof Fehrbelliner Platz (U7) | U7 | U-Bahnhof Konstanzer Straße | |
U-Bahnhof Halemweg | U7 | U-Bahnhof Siemensdamm | |
U-Bahnhof Nollendorfplatz | U1 | U-Bahnhof Viktoria-Luise-Platz | |
U-Bahnhof Bülowstraße | U1 | U-Bahnhof Nollendorfplatz | |
U-Bahnhof Kurfürstenstraße | U1 | U-Bahnhof Nollendorfplatz | |
U-Bahnhof Nollendorfplatz | U1 | U-Bahnhof Wittenbergplatz | |
U-Bahnhof Nollendorfplatz | U2 | U-Bahnhof Viktoria-Luise-Platz | |
U-Bahnhof Kurfürstenstraße | U2 | U-Bahnhof Nollendorfplatz | |
U-Bahnhof Nollendorfplatz | U2 | U-Bahnhof Wittenbergplatz | |
U-Bahnhof Nollendorfplatz | U3 | U-Bahnhof Viktoria-Luise-Platz | |
U-Bahnhof Bülowstraße | U3 | U-Bahnhof Nollendorfplatz | |
U-Bahnhof Kurfürstenstraße | U3 | U-Bahnhof Nollendorfplatz | |
U-Bahnhof Nollendorfplatz | U3 | U-Bahnhof Wittenbergplatz | |
U-Bahnhof Bülowstraße | U4 | U-Bahnhof Nollendorfplatz | |
U-Bahnhof Kurfürstenstraße | U4 | U-Bahnhof Nollendorfplatz | |
U-Bahnhof Nollendorfplatz | U4 | U-Bahnhof Wittenbergplatz | |
Bahnhof Berlin Yorckstraße | U7 | U-Bahnhof Kleistpark | |
U-Bahnhof Eisenacher Straße | U7 | U-Bahnhof Kleistpark | |
U-Bahnhof Kleistpark | U7 | U-Bahnhof Yorckstraße | |
U-Bahnhof Bayerischer Platz | U7 | U-Bahnhof Eisenacher Straße | |
U-Bahnhof Breitenbachplatz | U3 | U-Bahnhof Podbielskiallee | |
U-Bahnhof Dahlem-Dorf | U3 | U-Bahnhof Podbielskiallee | |
U-Bahnhof Dahlem-Dorf | U3 | U-Bahnhof Freie Universität (Thielplatz) | |
U-Bahnhof Freie Universität (Thielplatz) | U3 | U-Bahnhof Oskar-Helene-Heim | |
U-Bahnhof Breitenbachplatz | U3 | U-Bahnhof Rüdesheimer Platz | |
U-Bahnhof Osloer Straße | U8 | U-Bahnhof Pankstraße | |
Bahnhof Berlin Gesundbrunnen | U8 | U-Bahnhof Pankstraße | |
Bahnhof Schönhauser Allee | U2 | U-Bahnhof Eberswalder Straße | |
U-Bahnhof Eberswalder Straße | U2 | U-Bahnhof Senefelderplatz | |
Bahnhof Berlin Jungfernheide | U7 | U-Bahnhof Mierendorffplatz | |
U-Bahnhof Mierendorffplatz | U7 | U-Bahnhof Richard-Wagner-Platz | |
U-Bahnhof Jungfernheide | U7 | U-Bahnhof Mierendorffplatz | |
U-Bahnhof Blissestraße | U7 | U-Bahnhof Fehrbelliner Platz (U7) | |
U-Bahnhof Altstadt Spandau | U7 | U-Bahnhof Zitadelle | |
Bahnhof Berlin Gesundbrunnen | U2 | Bahnhof Schönhauser Allee | |
Bahnhof Schönhauser Allee | U2 | S-Bahnhof Prenzlauer Allee | |
Bahnhof Schönhauser Allee | U2 | S-Bahnhof Bornholmer Straße | |
Bahnhof Berlin Südkreuz | U6 | Bahnhof Berlin-Tempelhof | |
Bahnhof Berlin Hermannstraße | U6 | Bahnhof Berlin-Tempelhof | |
U-Bahnhof Französische Straße | U6 | U-Bahnhof Stadtmitte | |
U-Bahnhof Französische Straße | U6 | U-Bahnhof Friedrichstraße | |
U-Bahnhof Friedrichstraße | U6 | U-Bahnhof Oranienburger Tor | |
Bahnhof Berlin Jannowitzbrücke | U8 | U-Bahnhof Heinrich-Heine-Straße | |
U-Bahnhof Heinrich-Heine-Straße | U8 | U-Bahnhof Jannowitzbrücke | |
U-Bahnhof Rosenthaler Platz | U8 | U-Bahnhof Weinmeisterstraße | |
U-Bahnhof Bernauer Straße | U8 | U-Bahnhof Rosenthaler Platz | |
Bahnhof Berlin Gesundbrunnen | U8 | U-Bahnhof Voltastraße | |
U-Bahnhof Bernauer Straße | U8 | U-Bahnhof Voltastraße | |
U-Bahnhof Kurfürstendamm | U1 | U-Bahnhof Spichernstraße | |
Bahnhof Berlin Zoologischer Garten | U1 | U-Bahnhof Kurfürstendamm | |
U-Bahnhof Kurfürstendamm | U1 | U-Bahnhof Wittenbergplatz | |
U-Bahnhof Kurfürstendamm | U9 | U-Bahnhof Uhlandstraße | |
U-Bahnhof Kurfürstendamm | U9 | U-Bahnhof Spichernstraße | |
Bahnhof Berlin Zoologischer Garten | U9 | U-Bahnhof Kurfürstendamm | |
U-Bahnhof Kurfürstendamm | U9 | U-Bahnhof Wittenbergplatz | |
Bahnhof Berlin-Ostkreuz | U1 | Bahnhöfe Berlin Warschauer Straße | |
Bahnhöfe Berlin Warschauer Straße | U1 | Berlin Ostbahnhof | |
Bahnhöfe Berlin Warschauer Straße | S7 | U-Bahnhof Schlesisches Tor | |
Bahnhof Berlin-Ostkreuz | S7 | Bahnhöfe Berlin Warschauer Straße | |
Bahnhöfe Berlin Warschauer Straße | S7 | Berlin Ostbahnhof | |
U-Bahnhof Hermannplatz | U8 | U-Bahnhof Schönleinstraße | |
U-Bahnhof Kottbusser Tor | U8 | U-Bahnhof Schönleinstraße | |
U-Bahnhof Blaschkoallee | U7 | U-Bahnhof Grenzallee | |
U-Bahnhof Augsburger Straße | U3 | U-Bahnhof Spichernstraße | |
U-Bahnhof Augsburger Straße | U3 | U-Bahnhof Wittenbergplatz | |
U-Bahnhof Güntzelstraße | U3 | U-Bahnhof Spichernstraße | |
U-Bahnhof Hohenzollernplatz | U3 | U-Bahnhof Spichernstraße | |
U-Bahnhof Kurfürstendamm | U3 | U-Bahnhof Spichernstraße | |
U-Bahnhof Güntzelstraße | U9 | U-Bahnhof Spichernstraße | |
U-Bahnhof Hohenzollernplatz | U9 | U-Bahnhof Spichernstraße | |
U-Bahnhof Augsburger Straße | U9 | U-Bahnhof Spichernstraße | |
U-Bahnhof Boddinstraße | U8 | U-Bahnhof Leinestraße | |
Bahnhof Berlin Hermannstraße | U8 | U-Bahnhof Leinestraße | |
U-Bahnhof Bayerischer Platz | U4 | U-Bahnhof Eisenacher Straße | |
U-Bahnhof Bayerischer Platz | U4 | U-Bahnhof Berliner Straße | |
U-Bahnhof Bayerischer Platz | U7 | U-Bahnhof Viktoria-Luise-Platz | |
U-Bahnhof Bayerischer Platz | U7 | U-Bahnhof Rathaus Schöneberg | |
Bahnhof Berlin Potsdamer Platz | U2 | Berlin Hauptbahnhof | |
Bahnhof Berlin Potsdamer Platz | U2 | Bahnhof Berlin Südkreuz | |
Bahnhof Berlin Potsdamer Platz | U2 | Bahnhof Brandenburger Tor | |
Bahnhof Berlin Potsdamer Platz | U2 | U-Bahnhof Mohrenstraße | |
Bahnhof Berlin Potsdamer Platz | U2 | U-Bahnhof Mendelssohn-Bartholdy-Park | |
Bahnhof Berlin Potsdamer Platz | U2 | Berlin Anhalter Bahnhof | |
Bahnhof Berlin Gesundbrunnen | U8 | Berlin Hauptbahnhof | |
Bahnhof Berlin Gesundbrunnen | U8 | Bahnhof Schönhauser Allee | |
Bahnhof Berlin Gesundbrunnen | U8 | Bahnhof Berlin-Wedding | |
U-Bahnhof Bülowstraße | U1 | U-Bahnhof Gleisdreieck | |
U-Bahnhof Gleisdreieck | U1 | U-Bahnhof Mendelssohn-Bartholdy-Park | |
U-Bahnhof Gleisdreieck | U1 | U-Bahnhof Kurfürstenstraße | |
U-Bahnhof Gleisdreieck | U1 | U-Bahnhof Möckernbrücke | |
Q33284476 | U1 | U-Bahnhof Gleisdreieck | |
U-Bahnhof Gleisdreieck | U2 | U-Bahnhof Mendelssohn-Bartholdy-Park | |
U-Bahnhof Gleisdreieck | U2 | U-Bahnhof Kurfürstenstraße | |
U-Bahnhof Gleisdreieck | U2 | U-Bahnhof Möckernbrücke | |
Q33284476 | U2 | U-Bahnhof Gleisdreieck | |
U-Bahnhof Bismarckstraße | U2 | U-Bahnhof Wilmersdorfer Straße | |
U-Bahnhof Bismarckstraße | U2 | U-Bahnhof Richard-Wagner-Platz | |
U-Bahnhof Bismarckstraße | U2 | U-Bahnhof Deutsche Oper | |
U-Bahnhof Bismarckstraße | U7 | U-Bahnhof Sophie-Charlotte-Platz | |
U-Bahnhof Bismarckstraße | U7 | U-Bahnhof Richard-Wagner-Platz | |
U-Bahnhof Bismarckstraße | U7 | U-Bahnhof Deutsche Oper | |
U-Bahnhof Kottbusser Tor | U1 | U-Bahnhof Prinzenstraße | |
U-Bahnhof Augsburger Straße | U1 | U-Bahnhof Wittenbergplatz | |
Bahnhof Berlin Zoologischer Garten | U1 | U-Bahnhof Wittenbergplatz | |
U-Bahnhof Kurfürstendamm | U2 | U-Bahnhof Wittenbergplatz | |
U-Bahnhof Augsburger Straße | U2 | U-Bahnhof Wittenbergplatz | |
Bahnhof Berlin Zoologischer Garten | U2 | U-Bahnhof Wittenbergplatz | |
U-Bahnhof Bundestag | U55 | U-Bahnhof Hauptbahnhof | |
Bahnhof Berlin Innsbrucker Platz | U4 | Bahnhöfe Berlin Bundesplatz | |
Bahnhof Berlin Innsbrucker Platz | U4 | Bahnhof Berlin-Schöneberg | |
Bahnhof Berlin Bundesplatz | U4 | Bahnhof Berlin Innsbrucker Platz | |
U-Bahnhof Möckernbrücke | U7 | U-Bahnhof Yorckstraße | |
U-Bahnhof Heidelberger Platz | U3 | U-Bahnhof Rüdesheimer Platz | |
Bahnhöfe Berlin Bundesplatz | U3 | U-Bahnhof Heidelberger Platz | |
Bahnhof Berlin Hohenzollerndamm | U3 | U-Bahnhof Heidelberger Platz | |
U-Bahnhof Fehrbelliner Platz (U3) | U3 | U-Bahnhof Heidelberger Platz | |
U-Bahnhof Heidelberger Platz | Berliner Ringbahn | U-Bahnhof Rüdesheimer Platz | |
Bahnhöfe Berlin Bundesplatz | Berliner Ringbahn | U-Bahnhof Heidelberger Platz | |
Bahnhof Berlin Hohenzollerndamm | Berliner Ringbahn | U-Bahnhof Heidelberger Platz | |
U-Bahnhof Fehrbelliner Platz (U3) | Berliner Ringbahn | U-Bahnhof Heidelberger Platz | |
Bahnhof Berlin-Alexanderplatz | U8 | U-Bahnhof Jannowitzbrücke | |
U-Bahnhof Rosa-Luxemburg-Platz | U2 | U-Bahnhof Senefelderplatz | |
U-Bahnhof Friedrichstraße | U-Bahnhof Oranienburger Tor | ||
U-Bahnhof Mohrenstraße | U-Bahnhof Potsdamer Platz | ||
U-Bahnhof Mendelssohn-Bartholdy-Park | U-Bahnhof Potsdamer Platz | ||
U-Bahnhof Frankfurter Allee | U-Bahnhof Magdalenenstraße | ||
U-Bahnhof Frankfurter Allee | U-Bahnhof Samariterstraße | ||
U-Bahnhof Gesundbrunnen | U-Bahnhof Pankstraße | ||
U-Bahnhof Gesundbrunnen | U-Bahnhof Voltastraße | ||
U-Bahnhof Innsbrucker Platz | U-Bahnhof Rathaus Schöneberg | ||
U-Bahnhof Karl-Bonhoeffer-Nervenklinik | U-Bahnhof Rathaus Reinickendorf | ||
U-Bahnhof Karl-Bonhoeffer-Nervenklinik | U-Bahnhof Lindauer Allee | ||
U-Bahnhof Rathaus Steglitz | U-Bahnhof Schloßstraße | ||
U-Bahnhof Schillingstraße | U-Bahnhof Westhafen | ||
U-Bahnhof Birkenstraße | U-Bahnhof Westhafen | ||
U-Bahnhof Amrumer Straße | U-Bahnhof Westhafen | ||
U-Bahnhof Klosterstraße | U-Bahnhof Westhafen | ||
U-Bahnhof Rosa-Luxemburg-Platz | U-Bahnhof Westhafen | ||
U-Bahnhof Weinmeisterstraße | U-Bahnhof Westhafen | ||
U-Bahnhof Jannowitzbrücke | U-Bahnhof Westhafen | ||
U-Bahnhof Paradestraße | U-Bahnhof Tempelhof | ||
U-Bahnhof Alt-Tempelhof | U-Bahnhof Tempelhof | ||
U-Bahnhof Reinickendorfer Straße | U-Bahnhof Wedding | ||
U-Bahnhof Leopoldplatz | U-Bahnhof Wedding | ||
U-Bahnhof Brandenburger Tor | U-Bahnhof Bundestag | ||
U-Bahnhof Pankow | U-Bahnhof Vinetastraße | ||
U-Bahnhof Schönhauser Allee | U-Bahnhof Vinetastraße | ||
U-Bahnhof Eberswalder Straße | U-Bahnhof Schönhauser Allee | ||
U-Bahnhof Elsterwerdaer Platz | U-Bahnhof Wuhletal | ||
U-Bahnhof Kaulsdorf-Nord | U-Bahnhof Wuhletal | ||
U-Bahnhof Schlesisches Tor | U-Bahnhof Warschauer Straße | ||
U-Bahnhof Karl-Marx-Straße | U-Bahnhof Neukölln | ||
U-Bahnhof Grenzallee | U-Bahnhof Neukölln | ||
U-Bahnhof Hallesches Tor | U6 | U-Bahnhof Möckernbrücke | |
Bahnhof Berlin Zoologischer Garten | U2 | U-Bahnhof Ernst-Reuter-Platz | |
U-Bahnhof Deutsche Oper | U2 | U-Bahnhof Ernst-Reuter-Platz | |
U-Bahnhof Mohrenstraße | U2 | U-Bahnhof Stadtmitte | |
U-Bahnhof Mohrenstraße | U2 | U-Bahnhof Potsdamer Platz | |
U-Bahnhof Mendelssohn-Bartholdy-Park | U2 | U-Bahnhof Potsdamer Platz | |
Bahnhof Berlin-Alexanderplatz | U2 | U-Bahnhof Rosa-Luxemburg-Platz | |
U-Bahnhof Hermannplatz | U7 | U-Bahnhof Schönleinstraße | |
U-Bahnhof Boddinstraße | U7 | U-Bahnhof Hermannplatz | |
U-Bahnhof Hermannplatz | U8 | U-Bahnhof Rathaus Neukölln | |
U-Bahnhof Hermannplatz | U8 | U-Bahnhof Südstern | |
U-Bahnhof Boddinstraße | U8 | U-Bahnhof Hermannplatz | |
U-Bahnhof Kochstraße | U2 | U-Bahnhof Stadtmitte | |
U-Bahnhof Französische Straße | U2 | U-Bahnhof Stadtmitte | |
U-Bahnhof Hausvogteiplatz | U6 | U-Bahnhof Stadtmitte | |
U-Bahnhof Mohrenstraße | U6 | U-Bahnhof Stadtmitte | |
Bahnhof Berlin-Alexanderplatz | U8 | U-Bahnhof Weinmeisterstraße | |
U-Bahnhof Nauener Platz | U8 | U-Bahnhof Osloer Straße | |
U-Bahnhof Franz-Neumann-Platz (Am Schäfersee) | U9 | U-Bahnhof Osloer Straße | |
U-Bahnhof Osloer Straße | U9 | U-Bahnhof Pankstraße | |
U-Bahnhof Fehrbelliner Platz (U3) | U3 | U-Bahnhof Hohenzollernplatz | |
U-Bahnhof Cottbusser Platz | U-Bahnhof Hellersdorf | ||
U-Bahnhof Hellersdorf | U-Bahnhof Louis-Lewin-Straße | ||
U-Bahnhof Kurfürstendamm | U3 | U-Bahnhof Wittenbergplatz | |
Bahnhof Berlin Zoologischer Garten | U3 | U-Bahnhof Wittenbergplatz | |
Bahnhof Berlin-Alexanderplatz | Berliner Stadtbahn | U-Bahnhof Schillingstraße | |
Bahnhof Berlin-Alexanderplatz | Berliner Stadtbahn | U-Bahnhof Klosterstraße | |
Bahnhof Berlin-Alexanderplatz | Berliner Stadtbahn | U-Bahnhof Rosa-Luxemburg-Platz | |
Bahnhof Berlin-Alexanderplatz | Berliner Stadtbahn | U-Bahnhof Weinmeisterstraße | |
Bahnhof Berlin-Alexanderplatz | Berliner Stadtbahn | Berlin Ostbahnhof | |
Bahnhof Berlin Hackescher Markt | Berliner Stadtbahn | Bahnhof Berlin-Alexanderplatz | |
Bahnhof Berlin-Alexanderplatz | Berliner Stadtbahn | Bahnhof Berlin-Friedrichstraße | |
Bahnhof Berlin Jannowitzbrücke | Berliner Stadtbahn | Bahnhof Berlin-Alexanderplatz | |
Bahnhof Berlin-Alexanderplatz | Berliner Stadtbahn | U-Bahnhof Jannowitzbrücke | |
Bahnhof Berlin-Alexanderplatz | Berliner Stadtbahn | S-Bahnhof Jannowitzbrücke | |
Bahnhof Berlin Yorckstraße | U1 | U-Bahnhof Möckernbrücke | |
U-Bahnhof Mehringdamm | U1 | U-Bahnhof Möckernbrücke | |
U-Bahnhof Möckernbrücke | U1 | U-Bahnhof Yorckstraße | |
Bahnhof Berlin Yorckstraße | U7 | U-Bahnhof Möckernbrücke | |
U-Bahnhof Hallesches Tor | U7 | U-Bahnhof Möckernbrücke | |
U-Bahnhof Gleisdreieck | U7 | U-Bahnhof Möckernbrücke | |
U-Bahnhof Kottbusser Tor | U1 | U-Bahnhof Moritzplatz | |
U-Bahnhof Kottbusser Tor | U1 | U-Bahnhof Schönleinstraße | |
U-Bahnhof Görlitzer Bahnhof | U8 | U-Bahnhof Kottbusser Tor | |
U-Bahnhof Kottbusser Tor | U8 | U-Bahnhof Prinzenstraße | |
U-Bahnhof Leopoldplatz | U6 | U-Bahnhof Nauener Platz | |
U-Bahnhof Amrumer Straße | U6 | U-Bahnhof Leopoldplatz | |
U-Bahnhof Leopoldplatz | U6 | U-Bahnhof Wedding | |
U-Bahnhof Leopoldplatz | U9 | U-Bahnhof Seestraße | |
U-Bahnhof Leopoldplatz | U9 | U-Bahnhof Wedding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment