Skip to content

Commit 48f4d26

Browse files
authored
✨ add wikidata types (#3183)
1 parent a1b6c82 commit 48f4d26

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

app/Services/Wikidata/WikidataImportService.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class WikidataImportService
1717
'Q55490', // Durchgangsbahnhof
1818
'Q18543139', // Hauptbahnhof
1919
'Q27996466', // Bahnhof (betrieblich)
20+
'Q27996460', // Haltepunkt
2021
'Q55488', // Bahnhof (Verkehrsanlage einer Bahn)
2122
'Q124817561', // Betriebsstelle
2223
'Q644371', // internationaler Flughafen
@@ -29,11 +30,17 @@ class WikidataImportService
2930
'Q2175765', // Straßenbahnhaltestelle
3031
'Q44782', // Hafen
3132
'Q15310171', // Seehafen
32-
'Q928830', //U-Bahnhof
33+
'Q928830', // U-Bahnhof
3334
'Q22808403', // unterirdische Haltestelle
3435
'Q55485', // dead-end railway station
3536
'Q55491', // underground railway station
3637
'Q7886778', // union station
38+
'Q27996461', // Anschlussstelle
39+
'Q55493', // Güterbahnhof
40+
'Q519608', // Rangierbahnhof
41+
'Q65227640', // Betriebsbahnhof
42+
'Q336764', // Abzweigstelle
43+
'Q27996463', // Überleitstelle
3744
];
3845

3946
public static function importStation(string $qId): Station {

0 commit comments

Comments
 (0)