From 9723fb45b1063c6480c5d2c984a0d5ece2255276 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 18 Aug 2014 00:38:52 +0200 Subject: Add rail/dk/route/TIB21. --- data/rail/dk.ttl | 127 +++++++++++++++++++++++++++++++++++++++++++ data/rail/dk/route/TIB21.ttl | 64 ++++++++++++++++++++++ 2 files changed, 191 insertions(+) create mode 100644 data/rail/dk/route/TIB21.ttl (limited to 'data/rail') diff --git a/data/rail/dk.ttl b/data/rail/dk.ttl index 1cd87e2..2205eba 100644 --- a/data/rail/dk.ttl +++ b/data/rail/dk.ttl @@ -171,6 +171,9 @@ rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 160300 ] ; rail:along_route rail-dk-route:TIB1 + ], [ a rail:StationPosition ; + rail:distance [ unit:m 0 ] ; + rail:along_route rail-dk-route:TIB21 ] ; owl:sameAs dbpedia:Odense_station . @@ -378,3 +381,127 @@ rail:distance [ unit:m 110600 ] ; rail:along_route rail-dk-route:TIB5 ] . + +:station-odense-sygehus a rail:Station ; + skos:prefLabel "Odense Sygehus station" , + "Odense Sygehus Station"@da ; + skos:altLabel "Oss" ; + rail:serves dbpedia:Odense ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 3800 ] ; + rail:along_route rail-dk-route:TIB21 + ] . + +:station-fruens-bøge a rail:Station ; + skos:prefLabel "Fruens Bøge station" , + "Fruens Bøge Station"@da ; + skos:altLabel "Frs" ; + rail:serves dbpedia:Odense ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 5300 ] ; + rail:along_route rail-dk-route:TIB21 + ] . + +:station-hjallese a rail:Station ; + skos:prefLabel "Hjallese station" , + "Hjallese Station"@da ; + skos:altLabel "Hjs" ; + rail:serves dbpedia:Hjallese ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 6900 ] ; + rail:along_route rail-dk-route:TIB21 + ] . + +:station-højby 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 + ] . + +:station-årslev a rail:Station ; + skos:prefLabel "Årslev station" , + "Årslev Station"@da ; + skos:altLabel "Ås" ; + rail:serves dbpedia:Årslev ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 14900 ] ; + rail:along_route rail-dk-route:TIB21 + ] . + +:station-pederstrup a rail:Station ; + skos:prefLabel "Pederstrup station" , + "Pederstrup Station"@da ; + skos:altLabel "Pds" ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 17400 ] ; + rail:along_route rail-dk-route:TIB21 + ] . + +:station-ringe a rail:Station ; + skos:prefLabel "Ringe station" , + "Ringe Station"@da ; + skos:altLabel "Re" ; + rail:serves dbpedia:Ringe%2C_Denmark ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 22400 ] ; + rail:along_route rail-dk-route:TIB21 + ] . + +:station-rudme a rail:Station ; + skos:prefLabel "Rudme station" , + "Rudme Station"@da ; + skos:altLabel "Rus" ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 27100 ] ; + rail:along_route rail-dk-route:TIB21 + ] . + +:station-kværndrup a rail:Station ; + skos:prefLabel "Kværndrup station" , + "Kværndrup Station"@da ; + skos:altLabel "Kvs" ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 30200 ] ; + rail:along_route rail-dk-route:TIB21 + ] . + +:station-stenstrup a rail:Station ; + skos:prefLabel "Stenstrup station" , + "Stenstrup Station"@da ; + skos:altLabel "Sts" ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 35600 ] ; + rail:along_route rail-dk-route:TIB21 + ] . + +:station-stenstrup-syd a rail:Station ; + skos:prefLabel "Stenstrup Syd station" , + "Stenstrup Syd Station"@da ; + skos:altLabel "Sis" ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 37000 ] ; + rail:along_route rail-dk-route:TIB21 + ] . + +:station-svendborg-vest a rail:Station ; + skos:prefLabel "Svendborg Vest station" , + "Svendborg Vest Station"@da ; + skos:altLabel "Svv" ; + rail:serves dbpedia:Svendborg ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 45700 ] ; + rail:along_route rail-dk-route:TIB21 + ] . + +:station-svendborg a rail:Station ; + skos:prefLabel "Svendborg station" , + "Svendborg Station"@da ; + skos:altLabel "Svg" ; + rail:serves dbpedia:Svendborg ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 48200 ] ; + rail:along_route rail-dk-route:TIB21 + ] . diff --git a/data/rail/dk/route/TIB21.ttl b/data/rail/dk/route/TIB21.ttl new file mode 100644 index 0000000..53e1464 --- /dev/null +++ b/data/rail/dk/route/TIB21.ttl @@ -0,0 +1,64 @@ +@base . +@prefix : <#> . +@prefix dbpedia: . +@prefix dc: . +@prefix foaf: . +@prefix geo: . +@prefix rail: . +@prefix rail-dk: . +@prefix rdf: . +@prefix rdfs: . + +<> a rail:Route ; + foaf:name "Svendborgbanen"@en ; + rail:managed_by rail-dk:org-banedanmark ; + foaf:page ; + rail:elr "TIB21"@zxx ; + rail:route_origin dbpedia:Odense_station ; + rail:stations :stations . + +:stations a rdf:List ; + dc:title "Stations"@en ; + rdfs:member rail-dk:station-odense , + rail-dk:station-odense-sygehus , + rail-dk:station-fruens-bøge , + rail-dk:station-hjallese , + rail-dk:station-højby , + rail-dk:station-årslev , + rail-dk:station-pederstrup , + rail-dk:station-ringe , + rail-dk:station-rudme , + rail-dk:station-kværndrup , + rail-dk:station-stenstrup , + rail-dk:station-stenstrup-syd , + rail-dk:station-svendborg-vest , + rail-dk:station-svendborg ; + rdf:first rail-dk:station-odense ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-odense-sygehus ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-fruens-bøge ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-hjallese ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-højby ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-årslev ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-pederstrup ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-ringe ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-rudme ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-kværndrup ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-stenstrup ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-stenstrup-syd ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-svendborg-vest ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-svendborg ; + rdf:rest + ]]]]]]]]]]]]] . -- cgit v1.2.3