@@ -17,6 +17,7 @@ class WikidataImportService
17
17
'Q55490 ' , // Durchgangsbahnhof
18
18
'Q18543139 ' , // Hauptbahnhof
19
19
'Q27996466 ' , // Bahnhof (betrieblich)
20
+ 'Q27996460 ' , // Haltepunkt
20
21
'Q55488 ' , // Bahnhof (Verkehrsanlage einer Bahn)
21
22
'Q124817561 ' , // Betriebsstelle
22
23
'Q644371 ' , // internationaler Flughafen
@@ -29,11 +30,17 @@ class WikidataImportService
29
30
'Q2175765 ' , // Straßenbahnhaltestelle
30
31
'Q44782 ' , // Hafen
31
32
'Q15310171 ' , // Seehafen
32
- 'Q928830 ' , //U-Bahnhof
33
+ 'Q928830 ' , // U-Bahnhof
33
34
'Q22808403 ' , // unterirdische Haltestelle
34
35
'Q55485 ' , // dead-end railway station
35
36
'Q55491 ' , // underground railway station
36
37
'Q7886778 ' , // union station
38
+ 'Q27996461 ' , // Anschlussstelle
39
+ 'Q55493 ' , // Güterbahnhof
40
+ 'Q519608 ' , // Rangierbahnhof
41
+ 'Q65227640 ' , // Betriebsbahnhof
42
+ 'Q336764 ' , // Abzweigstelle
43
+ 'Q27996463 ' , // Überleitstelle
37
44
];
38
45
39
46
public static function importStation (string $ qId ): Station {
0 commit comments