From d5e7d3445ed1e65e8d233f2029402e3484180d09 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 17 Aug 2014 15:21:38 +0200 Subject: Rename routes/dk/5 → routes/dk/TIB5, and fix uses of it. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/org/dsb.ttl | 29 +++++++++-------- data/rail/routes/dk/5.ttl | 64 ------------------------------------- data/rail/routes/dk/TIB5.ttl | 64 +++++++++++++++++++++++++++++++++++++ data/rail/trains/dk/Togbus56061.ttl | 8 +++-- 4 files changed, 85 insertions(+), 80 deletions(-) delete mode 100644 data/rail/routes/dk/5.ttl create mode 100644 data/rail/routes/dk/TIB5.ttl diff --git a/data/org/dsb.ttl b/data/org/dsb.ttl index 8a1e762..cdf1741 100644 --- a/data/org/dsb.ttl +++ b/data/org/dsb.ttl @@ -3,8 +3,9 @@ @prefix dbpedia: . @prefix foaf: . @prefix org: . +@prefix owl: . @prefix rail: . -@prefix rail-dk-5: . +@prefix rail-dk-route: . @prefix skos: . @prefix unit: . @@ -39,7 +40,7 @@ rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 31300 ] ; - rail:along_route rail-dk-5:service + rail:along_route rail-dk-route:TIB5 ] . :station-lejre a rail:Station ; @@ -48,7 +49,7 @@ rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 40800 ] ; - rail:along_route rail-dk-5:service + rail:along_route rail-dk-route:TIB5 ] . :station-hvalsø a rail:Station ; @@ -57,7 +58,7 @@ rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 48300 ] ; - rail:along_route rail-dk-5:service + rail:along_route rail-dk-route:TIB5 ] . :station-tølløse a rail:Station ; @@ -66,7 +67,7 @@ rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 54600 ] ; - rail:along_route rail-dk-5:service + rail:along_route rail-dk-route:TIB5 ] . :station-vipperød a rail:Station ; @@ -75,7 +76,7 @@ rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 61200 ] ; - rail:along_route rail-dk-5:service + rail:along_route rail-dk-route:TIB5 ] . :station-holbæk a rail:Station ; @@ -85,7 +86,7 @@ rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 67100 ] ; - rail:along_route rail-dk-5:service + rail:along_route rail-dk-route:TIB5 ] . :station-regstrup a rail:Station ; @@ -94,7 +95,7 @@ rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 75200 ] ; - rail:along_route rail-dk-5:service + rail:along_route rail-dk-route:TIB5 ] . :station-knabstrup a rail:Station ; @@ -103,7 +104,7 @@ rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 79400 ] ; - rail:along_route rail-dk-5:service + rail:along_route rail-dk-route:TIB5 ] . :station-mørkøv a rail:Station ; @@ -112,7 +113,7 @@ rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 82900 ] ; - rail:along_route rail-dk-5:service + rail:along_route rail-dk-route:TIB5 ] . :station-jyderup a rail:Station ; @@ -120,7 +121,7 @@ rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 89500 ] ; - rail:along_route rail-dk-5:service + rail:along_route rail-dk-route:TIB5 ] . :station-svebølle a rail:Station ; @@ -129,7 +130,7 @@ rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 97200 ] ; - rail:along_route rail-dk-5:service + rail:along_route rail-dk-route:TIB5 ] . :station-værslev a rail:Station ; @@ -138,7 +139,7 @@ rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 102800 ] ; - rail:along_route rail-dk-5:service + rail:along_route rail-dk-route:TIB5 ] . :station-kalundborg a rail:Station ; @@ -147,5 +148,5 @@ rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 110600 ] ; - rail:along_route rail-dk-5:service + rail:along_route rail-dk-route:TIB5 ] . diff --git a/data/rail/routes/dk/5.ttl b/data/rail/routes/dk/5.ttl deleted file mode 100644 index 3a5b1f9..0000000 --- a/data/rail/routes/dk/5.ttl +++ /dev/null @@ -1,64 +0,0 @@ -@base . -@prefix : <#> . -@prefix dc: . -@prefix foaf: . -@prefix geo: . -@prefix rail: . -@prefix rail-dk: . -@prefix rdf: . -@prefix rdfs: . - -<> foaf:primaryTopic :route . - -:route a rail:Route ; - foaf:name "Nordvestbanen"@en ; - foaf:page ; - rail:elr "Strækning5"@zxx ; - rail:route_origin [ - a geo:SpatialThing ; - rdfs:label "Roskilde"@en - ] ; - rail:stations :stations . - -:stations a rdf:List ; - dc:title "Stations"@en ; - rdfs:member rail-dk:station-roskilde , - rail-dk:station-lejre , - rail-dk:station-hvalsø , - rail-dk:station-tølløse , - rail-dk:station-vipperød , - rail-dk:station-holbæk , - rail-dk:station-regstrup , - rail-dk:station-knabstrup , - rail-dk:station-mørkøv , - rail-dk:station-jyderup , - rail-dk:station-svebølle , - rail-dk:station-værslev , - rail-dk:station-kalundborg ; - rdf:first rail-dk:station-roskilde ; - rdf:rest [ a rdf:List ; - rdf:first rail-dk:station-lejre ; - rdf:rest [ a rdf:List ; - rdf:first rail-dk:station-hvalsø ; - rdf:rest [ a rdf:List ; - rdf:first rail-dk:station-tølløse ; - rdf:rest [ a rdf:List ; - rdf:first rail-dk:station-vipperød ; - rdf:rest [ a rdf:List ; - rdf:first rail-dk:station-holbæk ; - rdf:rest [ a rdf:List ; - rdf:first rail-dk:station-regstrup ; - rdf:rest [ a rdf:List ; - rdf:first rail-dk:station-knabstrup ; - rdf:rest [ a rdf:List ; - rdf:first rail-dk:station-mørkøv ; - rdf:rest [ a rdf:List ; - rdf:first rail-dk:station-jyderup ; - rdf:rest [ a rdf:List ; - rdf:first rail-dk:station-svebølle ; - rdf:rest [ a rdf:List ; - rdf:first rail-dk:station-værslev ; - rdf:rest [ a rdf:List ; - rdf:first rail-dk:station-kalundborg ; - rdf:rest - ]]]]]]]]]]]] . diff --git a/data/rail/routes/dk/TIB5.ttl b/data/rail/routes/dk/TIB5.ttl new file mode 100644 index 0000000..58afaf8 --- /dev/null +++ b/data/rail/routes/dk/TIB5.ttl @@ -0,0 +1,64 @@ +@base . +@prefix : <#> . +@prefix dc: . +@prefix foaf: . +@prefix geo: . +@prefix rail: . +@prefix rail-dk: . +@prefix rdf: . +@prefix rdfs: . + +<> foaf:primaryTopic :route . + +:route a rail:Route ; + foaf:name "Nordvestbanen"@en ; + foaf:page ; + rail:elr "Strækning5"@zxx ; + rail:route_origin [ + a geo:SpatialThing ; + rdfs:label "Roskilde"@en + ] ; + rail:stations :stations . + +:stations a rdf:List ; + dc:title "Stations"@en ; + rdfs:member rail-dk:station-roskilde , + rail-dk:station-lejre , + rail-dk:station-hvalsø , + rail-dk:station-tølløse , + rail-dk:station-vipperød , + rail-dk:station-holbæk , + rail-dk:station-regstrup , + rail-dk:station-knabstrup , + rail-dk:station-mørkøv , + rail-dk:station-jyderup , + rail-dk:station-svebølle , + rail-dk:station-værslev , + rail-dk:station-kalundborg ; + rdf:first rail-dk:station-roskilde ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-lejre ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-hvalsø ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-tølløse ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-vipperød ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-holbæk ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-regstrup ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-knabstrup ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-mørkøv ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-jyderup ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-svebølle ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-værslev ; + rdf:rest [ a rdf:List ; + rdf:first rail-dk:station-kalundborg ; + rdf:rest + ]]]]]]]]]]]] . diff --git a/data/rail/trains/dk/Togbus56061.ttl b/data/rail/trains/dk/Togbus56061.ttl index d5c8bf0..291b40b 100644 --- a/data/rail/trains/dk/Togbus56061.ttl +++ b/data/rail/trains/dk/Togbus56061.ttl @@ -2,9 +2,9 @@ @prefix : <#> . @prefix foaf: . #FIXME: add "rail:Train rdfs:subClassOf transit:Schedule" +@prefix owl: . @prefix rail: . @prefix rail-dk: . -@prefix rail-dk-5: . @prefix tio: . @prefix transit: . @@ -13,12 +13,16 @@ :service a rail:Train ; foaf:name "Roskilde To Kalundborg Service"@en ; rail:elr "Togbus56061"@zxx ; - rail:follows_route rail-dk-5:route ; + rail:follows_route :route-tib5 ; rail:follows_schedule :schedule ; rail:has_stop :stop-hvalsø, :stop-holbæk ; tio:operatedBy rail-dk:org . +:route-tib5 a rail:Route ; + foaf:name "Nordvestbanen"@en ; + owl:sameAs . + :schedule a rail:TrainSchedule . :stop-hvalsø a rail:TrainStop ; -- cgit v1.2.3