From 9e1b5fb18675b3a29b22a41b6998cb3b74d5317d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 21 Dec 2015 14:33:01 +0530 Subject: Add paid accomodation. --- data/2015/india.ttl | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 70 insertions(+), 1 deletion(-) diff --git a/data/2015/india.ttl b/data/2015/india.ttl index 3469e3d..f8bb68a 100644 --- a/data/2015/india.ttl +++ b/data/2015/india.ttl @@ -91,6 +91,7 @@ :ride-pokhara-hyderabad , :ride-pokhara-hyderabad-b , :sleep-1220 , + :sleep-1220a , :ride-pokhara-hyderabad-c , :sleep-1221 , :ride-pokhara-hyderabad-d , @@ -280,6 +281,27 @@ tl:start "2015-12-02T06:35:00+05:30"^^xsd:dateTime ; tl:end "2015-12-02T07:35:00+05:30"^^xsd:dateTime ] . +:offer-room-gurgeon a gr:Offering ; + gr:hasBusinessFunction gr:Sell ; +# grx:hasPrice "25000"^^unit:IndiaRupia ; + gr:includes :accomodation-gurgeon . + +:accomodation-gurgeon a tio:Ticket ; + tio:scope [ a tio:scopeOfAccess ; + tiox:participants "2"^^unit:Person ; +# tio:feature +# "shower" , +# "wifi" ; + tio:accessTo + :sleep-1203 , + :sleep-1204 , + :sleep-1205 , + :sleep-1206 , + :sleep-1207 , + :sleep-1208 , + :sleep-1209 , + :sleep-1210 ] . + :sleep-1203 a event:Event ; rdfs:label "Sleep at Hyatt Regency Gurgeon"@en ; dcterms:subject :journey-both ; @@ -529,6 +551,21 @@ # tio:arrives "2015-12-17T12:00:00+05:45"^^xsd:dateTime ; tio:at :parkinglot-pokhara ] . +:offer-room-pokhara a gr:Offering ; + gr:hasBusinessFunction gr:Sell ; + grx:hasPrice "1600"^^unit:IndiaRupia ; + gr:includes :accomodation-pokhara . + +:accomodation-pokhara a tio:Ticket ; + tio:scope [ a tio:scopeOfAccess ; + tiox:participants "2"^^unit:Person ; +# tio:feature +# "shower" , +# "wifi" ; + tio:accessTo + :sleep-1218 , + :sleep-1219 ] . + :sleep-1218 a event:Event ; rdfs:label "Sleep in Pokhara"@en ; dcterms:subject :journey-both ; @@ -618,6 +655,25 @@ # tio:arrives "2015-12-19T22:00:00+05:30"^^xsd:dateTime ; tio:at rail-in:station-gorakhpur ] . +:offer-room-gorakhpur a gr:Offering ; + gr:hasBusinessFunction gr:Sell ; + grx:hasPrice "700"^^unit:IndiaRupia ; + gr:includes :accomodation-gorakhpur . + +:accomodation-gorakhpur a tio:Ticket ; + tio:scope [ a tio:scopeOfAccess ; + tiox:participants "2"^^unit:Person ; + tio:accessTo :sleep-1220 ] . + +:sleep-1220 a event:Event ; + rdfs:label "Sleep at hotel in Gorakhpur"@en ; + dcterms:subject :journey-both ; + event:based_near dbpedia:Gorakhpur ; + event:time [ a tl:Interval ; + tl:onTimeLine ; + tl:start "2015-12-20T00:00:00+05:30"^^xsd:dateTime ; + tl:end "2015-12-20T00:03:45+05:30"^^xsd:dateTime ] . + :offer-gorakhpur-jhansi a gr:Offering ; gr:hasBusinessFunction gr:Sell ; grx:hasPrice "640"^^unit:IndiaRupia ; @@ -639,7 +695,7 @@ tio:arrives "2015-12-20T18:30:00+05:30"^^xsd:dateTime ; tio:at rail-in:station-jhansi ] . -:sleep-1220 a event:Event ; +:sleep-1220a a event:Event ; rdfs:label "Sleep in train towards Jhansi"@en ; dcterms:subject :journey-both ; event:based_near dbpedia:Uttar_Pradesh ; @@ -648,6 +704,19 @@ tl:start "2015-12-20T05:20:00+05:30"^^xsd:dateTime ; tl:end "2015-12-20T10:00:00+05:30"^^xsd:dateTime ] . +:offer-room-jhansi a gr:Offering ; + gr:hasBusinessFunction gr:Sell ; + grx:hasPrice "1275"^^unit:IndiaRupia ; + gr:includes :accomodation-jhansi . + +:accomodation-jhansi a tio:Ticket ; + tio:scope [ a tio:scopeOfAccess ; + tiox:participants "2"^^unit:Person ; +# tio:feature +# "shower" , +# "wifi" ; + tio:accessTo :sleep-1221 ] . + :sleep-1221 a event:Event ; rdfs:label "Sleep in Jhansi"@en ; dcterms:subject :journey-both ; -- cgit v1.2.3