summaryrefslogtreecommitdiff
path: root/data/rail/de/station/bremen.ttl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-12-21 15:35:25 +0530
committerJonas Smedegaard <dr@jones.dk>2015-12-21 15:35:25 +0530
commite6743bea24beb5d0d60ab4ae1d7d7168d3169a3e (patch)
treeac4bb9a516a2ae92e456fad74ad4cd855f05e9fd /data/rail/de/station/bremen.ttl
parent5439bf064edc0fa7cdef9afc9f36e09051d08eb7 (diff)
Add german routes KBS120 KBS385, and add/update related stations Bremen Hamburg-Harburg Hamburg Münster Osnabrück.
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 ;