diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-08-18 01:07:21 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-08-18 01:09:23 +0200 |
commit | 37af6db9ea8df8e1585d3de147cc6534b6810b14 (patch) | |
tree | 402813ea6c6b5027caf254e619256fe34486dac7 | |
parent | 9723fb45b1063c6480c5d2c984a0d5ece2255276 (diff) |
Add rail/dk/route/TIB23.
-rw-r--r-- | data/rail/dk.ttl | 97 | ||||
-rw-r--r-- | data/rail/dk/route/TIB23.ttl | 52 |
2 files changed, 145 insertions, 4 deletions
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 <http://data.jones.dk/rail/dk/route/TIB23> . +@prefix : <#> . +@prefix dbpedia: <http://dbpedia.org/resource/> . +@prefix dc: <http://purl.org/dc/terms/> . +@prefix foaf: <http://xmlns.com/foaf/0.1/> . +@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> . +@prefix rail: <http://ontologi.es/rail/vocab#> . +@prefix rail-dk: <http://data.jones.dk/rail/dk#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<> a rail:Route ; + foaf:name "Fredericia-Århus"@en ; + rail:managed_by rail-dk:org-banedanmark ; + foaf:page <https://en.wikipedia.org/wiki/List_of_railway_lines_in_Denmark#Banedanmark_lines> ; + 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 <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> + ]]]]]]]]] . |