summaryrefslogtreecommitdiff
path: root/data/rail/de/station/bremen.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/rail/de/station/bremen.ttl')
-rw-r--r--data/rail/de/station/bremen.ttl8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/rail/de/station/bremen.ttl b/data/rail/de/station/bremen.ttl
index b27e102..6469f6c 100644
--- a/data/rail/de/station/bremen.ttl
+++ b/data/rail/de/station/bremen.ttl
@@ -5,7 +5,9 @@
@prefix org: <http://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rail: <http://ontologi.es/rail/vocab#> .
+@prefix rail-de-route: <http://data.jones.dk/rail/de/route#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
+@prefix unit: <http://qudt.org/vocab/unit#> .
#TODO: use unique key (not skos:altName) for station name abbreviation
@@ -15,6 +17,12 @@
skos:prefLabel "Bremen Hauptbahnhof" ;
skos:altLabel "Bremen Hbf"@de ;
rail:serves dbpedia:Bremen ;
+ rail:located_at [ a rail:StationPosition ;
+ rail:distance [ unit:m 239700 ] ;
+ rail:along_route rail-de-route:KBS120
+ ], [ a rail:StationPosition ;
+ rail:distance [ unit:m 239700 ] ;
+ rail:along_route rail-de-route:KBS385 ] ;
owl:sameAs dbpedia:Bremen_Hauptbahnhof .
:platform-1 a rail:Platform ;