From 7defe06eb80b8393ab49b35994b62a3c755ab989 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 19 Jul 2015 18:44:26 +0200 Subject: Move train stations to separate files. --- data/rail/dk/station/bred.ttl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 data/rail/dk/station/bred.ttl (limited to 'data/rail/dk/station/bred.ttl') diff --git a/data/rail/dk/station/bred.ttl b/data/rail/dk/station/bred.ttl new file mode 100644 index 0000000..71664ca --- /dev/null +++ b/data/rail/dk/station/bred.ttl @@ -0,0 +1,23 @@ +@base . +@prefix : <#> . +@prefix dbpedia: . +@prefix foaf: . +@prefix org: . +@prefix owl: . +@prefix rail: . +@prefix rail-dk-route: . +@prefix skos: . +@prefix unit: . + +#TODO: use more specific key than skos:altName for station identifiers + +<> foaf:primaryTopic :station . + +:station a rail:Station ; + skos:prefLabel "Bred station" , + "Bred Station"@da ; + skos:altLabel "Bd" ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 181100 ] ; + rail:along_route rail-dk-route:TIB1 + ] . -- cgit v1.2.3