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/h\303\270jby.ttl" | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 "data/rail/dk/station/h\303\270jby.ttl" (limited to 'data/rail/dk/station/højby.ttl') diff --git "a/data/rail/dk/station/h\303\270jby.ttl" "b/data/rail/dk/station/h\303\270jby.ttl" new file mode 100644 index 0000000..0a7f5fd --- /dev/null +++ "b/data/rail/dk/station/h\303\270jby.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 "Højby station" , + "Højby Station"@da ; + skos:altLabel "Høs" ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 11000 ] ; + rail:along_route rail-dk-route:TIB21 + ] . -- cgit v1.2.3