From 37af6db9ea8df8e1585d3de147cc6534b6810b14 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 18 Aug 2014 01:07:21 +0200 Subject: Add rail/dk/route/TIB23. --- data/rail/dk.ttl | 97 ++++++++++++++++++++++++++++++++++++++++++-- data/rail/dk/route/TIB23.ttl | 52 ++++++++++++++++++++++++ 2 files changed, 145 insertions(+), 4 deletions(-) create mode 100644 data/rail/dk/route/TIB23.ttl (limited to 'data/rail') diff --git a/data/rail/dk.ttl b/data/rail/dk.ttl index 2205eba..f290b1d 100644 --- a/data/rail/dk.ttl +++ b/data/rail/dk.ttl @@ -280,12 +280,11 @@ rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 220600 ] ; rail:along_route rail-dk-route:TIB1 + ], [ a rail:StationPosition ; + rail:distance [ unit:m 0 ] ; + rail:along_route rail-dk-route:TIB23 ] . -:station-aarhus a rail:Station ; - skos:prefLabel "Århus Hovedbanegård" ; - rail:serves dbpedia:Aarhus . - :station-lejre a rail:Station ; skos:prefLabel "Lejre station"@da ; skos:altLabel "Lj" ; @@ -505,3 +504,93 @@ rail:distance [ unit:m 48200 ] ; rail:along_route rail-dk-route:TIB21 ] . + +:station-børkop a rail:Station ; + skos:prefLabel "Børkop station" , + "Børkop Station"@da ; + skos:altLabel "Bk" ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 11900 ] ; + rail:along_route rail-dk-route:TIB23 + ] . + +:station-brejning a rail:Station ; + skos:prefLabel "Brejning station" , + "Brejning Station"@da ; + skos:altLabel "Bet" ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 14800 ] ; + rail:along_route rail-dk-route:TIB23 + ] . + +:station-vejle a rail:Station ; + skos:prefLabel "Vejle station" , + "Vejle Station"@da ; + skos:altLabel "Vj" ; + rail:serves dbpedia:Vejle ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 25700 ] ; + rail:along_route rail-dk-route:TIB23 + ] . + +:station-hedensted a rail:Station ; + skos:prefLabel "Hedensted station" , + "Hedensted Station"@da ; + skos:altLabel "Hed" ; + rail:serves dbpedia:Hedensted ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 40800 ] ; + rail:along_route rail-dk-route:TIB23 + ] . + +:station-horsens a rail:Station ; + skos:prefLabel "Horsens station" , + "Horsens Station"@da ; + skos:altLabel "Hs" ; + rail:serves dbpedia:Horsens ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 57100 ] ; + rail:along_route rail-dk-route:TIB23 + ] . + +:station-skanderborg a rail:Station ; + skos:prefLabel "Skanderborg station" , + "Skanderborg Station"@da ; + skos:altLabel "Sd" ; + rail:serves dbpedia:Skanderborg ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 85700 ] ; + rail:along_route rail-dk-route:TIB23 + ] . + +:station-hørning a rail:Station ; + skos:prefLabel "Hørning station" , + "Hørning Station"@da ; + skos:altLabel "Hx" ; + rail:serves dbpedia:Hørning ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 94200 ] ; + rail:along_route rail-dk-route:TIB23 + ] . + +:station-viby-jylland a rail:Station ; + skos:prefLabel "Viby Jylland station" , + "Viby Jylland Station"@da ; + skos:altLabel "Viby J" , + "Vi" ; + rail:serves dbpedia:Viby_J ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 103700 ] ; + rail:along_route rail-dk-route:TIB23 + ] . + +:station-aarhus a rail:Station ; + skos:prefLabel "Århus Central Station" , + "Aarhus Hovedbanegård"@da ; + skos:altLabel "Aarhus H"@da , + "Ar" ; + rail:serves dbpedia:Aarhus ; + rail:located_at [ a rail:StationPosition ; + rail:distance [ unit:m 00 ] ; + rail:along_route rail-dk-route:TIB23 + ] . diff --git a/data/rail/dk/route/TIB23.ttl b/data/rail/dk/route/TIB23.ttl new file mode 100644 index 0000000..d289090 --- /dev/null +++ b/data/rail/dk/route/TIB23.ttl @@ -0,0 +1,52 @@ +@base . +@prefix : <#> . +@prefix dbpedia: . +@prefix dc: . +@prefix foaf: . +@prefix geo: . +@prefix rail: . +@prefix rail-dk: . +@prefix rdf: . +@prefix rdfs: . + +<> a rail:Route ; + foaf:name "Fredericia-Århus"@en ; + rail:managed_by rail-dk:org-banedanmark ; + foaf:page ; + rail:elr "TIB23"@zxx ; + rail:route_origin dbpedia:Fredericia ; + rail:stations :stations . + +:stations a rdf:List ; + dc:title "Stations"@en ; + rdfs:member rail-dk:station-fredericia , + rail-dk:station-børkop , + rail-dk:station-brejning , + rail-dk:station-vejle , + rail-dk:station-hedensted , + rail-dk:station-horsens , + rail-dk:station-skanderborg , + rail-dk:station-hørning , + rail-dk:station-viby-jylland , + rail-dk:station-aarhus ; + rdf:first rail-dk:station-fredericia ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-børkop ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-brejning ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-vejle ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-hedensted ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-horsens ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-skanderborg ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-hørning ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-viby-jylland ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-aarhus ; + rdf:rest + ]]]]]]]]] . -- cgit v1.2.3