From 835b627e22ac602c5b3f8c562a201cc8742e259d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 16 Dec 2015 10:37:14 +0545 Subject: Fix train and bus stops. --- data/2015/india.ttl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/data/2015/india.ttl b/data/2015/india.ttl index e107c2d..0af0dd3 100644 --- a/data/2015/india.ttl +++ b/data/2015/india.ttl @@ -20,10 +20,10 @@ @prefix rail: . #FIXME: create railx - rail extension defining Trainbus #TODO: get railx adopted into rail -@prefix rail-de: . -@prefix rail-de-train: . @prefix rail-dk: . @prefix rail-dk-train: . +@prefix rail-in: . +@prefix rail-in-train: . @prefix railx: . @prefix rdfs: . @prefix skos: . @@ -391,10 +391,10 @@ tio:operatedBy :org-ir ; tio:from [ a tio:Stop ; tio:departs "2015-12-10T19:50:00+05:30"^^xsd:dateTime ; - tio:at rail-dk:station-new-delhi ] ; + tio:at rail-in:station-new-delhi ] ; tio:to [ a tio:Stop ; tio:arrives "2015-12-11T09:00:00+05:30"^^xsd:dateTime ; - tio:at rail-dk:station-gorakhpur ] . + tio:at rail-in:station-gorakhpur ] . :sleep-1211 a event:Event ; rdfs:label "Sleep in train towards Gorakhpur"@en ; @@ -424,7 +424,7 @@ tio:at rail-in:station-gorakhpur ] ; tio:to [ a tio:Stop ; tio:arrives "2015-12-11T14:10:00+05:30"^^xsd:dateTime ; - tio:at :station-sunauli ] . + tio:at :border-sunauli ] . :offer-belahiya-kathmandu a gr:Offering ; gr:hasBusinessFunction gr:Sell ; @@ -441,10 +441,10 @@ tio:operatedBy :org-butwal ; tio:from [ a tio:Stop ; tio:departs "2015-12-11T20:30:00+05:45"^^xsd:dateTime ; - tio:at :station-belahiya ] ; + tio:at :border-belahiya ] ; tio:to [ a tio:Stop ; tio:arrives "2015-12-12T05:50:00+05:45"^^xsd:dateTime ; - tio:at :station-kathmandu ] . + tio:at :parkinglot-kathmandu ] . :sleep-1212 a event:Event ; rdfs:label "Sleep in bus towards Kathmandu"@en ; @@ -523,10 +523,10 @@ # tio:operatedBy :org-butwal ; tio:from [ a tio:Stop ; # tio:departs "2015-12-17T06:30:00+05:45"^^xsd:dateTime ; - tio:at :station-kathmandu ] ; + tio:at :parkinglot-kathmandu ] ; tio:to [ a tio:Stop ; # tio:arrives "2015-12-17T12:00:00+05:45"^^xsd:dateTime ; - tio:at :station-pokhara ] . + tio:at :parkinglot-pokhara ] . :sleep-1218 a event:Event ; rdfs:label "Sleep in Pokhara"@en ; @@ -585,10 +585,10 @@ # tio:operatedBy :org-butwal ; tio:from [ a tio:Stop ; # tio:departs "2015-12-19T10:00:00+05:45"^^xsd:dateTime ; - tio:at :station-pokhara ] ; + tio:at :parkinglot-pokhara ] ; tio:to [ a tio:Stop ; # tio:arrives "2015-12-19T18:00:00+05:45"^^xsd:dateTime ; - tio:at :station-belahiya ] . + tio:at :border-belahiya ] . :offer-sunauli-gorakhpur a gr:Offering ; gr:hasBusinessFunction gr:Sell ; @@ -604,10 +604,10 @@ rdfs:label "Jeep shuttle service"@en ; tio:from [ a tio:Stop ; # tio:departs "2015-12-19T18:30:00+05:30"^^xsd:dateTime ; - tio:at rail-in:station-gorakhpur ] ; + tio:at :border-sunauli ] ; tio:to [ a tio:Stop ; # tio:arrives "2015-12-19T22:00:00+05:30"^^xsd:dateTime ; - tio:at :station-sunauli ] . + tio:at rail-in:station-gorakhpur ] . :offer-gorakhpur-jhansi a gr:Offering ; gr:hasBusinessFunction gr:Sell ; -- cgit v1.2.3