From e6743bea24beb5d0d60ab4ae1d7d7168d3169a3e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 21 Dec 2015 15:35:25 +0530 Subject: Add german routes KBS120 KBS385, and add/update related stations Bremen Hamburg-Harburg Hamburg Münster Osnabrück. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/rail/de/station/hamburg.ttl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data/rail/de/station/hamburg.ttl') diff --git a/data/rail/de/station/hamburg.ttl b/data/rail/de/station/hamburg.ttl index 820ecfe..1d2a224 100644 --- a/data/rail/de/station/hamburg.ttl +++ b/data/rail/de/station/hamburg.ttl @@ -5,7 +5,9 @@ @prefix org: . @prefix owl: . @prefix rail: . +@prefix rail-de-route: . @prefix skos: . +@prefix unit: . #TODO: use unique key (not skos:altName) for station name abbreviation @@ -14,4 +16,7 @@ :station a rail:Station ; skos:prefLabel "Hamburg Hauptbahnhof" ; rail:serves dbpedia:Hamburg ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 355300 ] ; + rail:along_route rail-de-route:KBS120 ] ; owl:sameAs dbpedia:Hamburg_Hauptbahnhof . -- cgit v1.2.3