diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-07-17 19:15:49 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-07-17 19:20:06 +0200 |
commit | e009814fe271426fa154e3dfdc42278a97d99b1a (patch) | |
tree | 21fb777cad763092363d073e098bdae32788eb2b | |
parent | dba52f54417fa0ac9fef2bf201fa12a8c51cd412 (diff) |
Fix adjust train ride paris→brussels: Seat only to Lille.
-rw-r--r-- | data/2014/europe.ttl | 41 |
1 files changed, 25 insertions, 16 deletions
diff --git a/data/2014/europe.ttl b/data/2014/europe.ttl index 0452eb3..f97d895 100644 --- a/data/2014/europe.ttl +++ b/data/2014/europe.ttl @@ -646,7 +646,7 @@ :train-cologneBrussels, :train-brusselsParis, :train-parisBarcelona, :train-barcelonaPerpignan, :train-perpignanParis, - :train-parisBrussels, :train-brusselsCologne, + :train-parisLille, :train-brusselsCologne, :train-cologneRoskilde, :train-roskildeHolbæk, :taxi-parisTowardsBarcelona, :taxi-barcelonaToVenue ; rdfs:comment """Actual price covers different items than originally agreed: @@ -662,7 +662,7 @@ Excludes Cologne <-> Paris: Covered by EPFSUG and FOSDEM"""@en ; :train-cologneBrussels, :train-brusselsParis, :train-parisBarcelona, :train-barcelonaPerpignan, :train-perpignanParis, - :train-parisBrussels, :train-brusselsCologne, + :train-parisLille, :train-brusselsCologne, :train-cologneRoskilde, :train-roskildeHolbæk ; pc:estimatedPrice :price-debianSiriEstimate ; pc:agreedPrice :price-debianSiriEstimate ; @@ -746,13 +746,13 @@ Includes Paris -> Brussels: Needed coverage for Interrail ticket sharing to work payment:payment :offer-sncfPerpignanParisSeat ; payment:netAmount "25"^^xsd:decimal ], [ a payment:ExpenditureLine ; - payment:payment :offer-sncfParisBrusselsSeat ; - payment:netAmount "30"^^xsd:decimal + payment:payment :offer-sncfParisLilleSeat ; + payment:netAmount "6"^^xsd:decimal ], [ a payment:ExpenditureLine ; payment:payment :offer-dbInterrail10 ; payment:netAmount "339"^^xsd:decimal ] ; - payment:totalNetAmount "529.75"^^xsd:decimal . + payment:totalNetAmount "505.75"^^xsd:decimal . :subsidy-greens a payment:Payment ; rdfs:label "Greens/EFA sponsorship Holbæk -> Cologne and Berlin -> Hobro for Jonas"@en ; @@ -789,13 +789,13 @@ Includes Paris -> Brussels: Needed coverage for Interrail ticket sharing to work payment:payer :org-epfsug ; payment:payee :person-jonas ; payment:expenditureLine [ a payment:ExpenditureLine ; - payment:payment :offer-sncfParisBrusselsSeat ; - payment:netAmount "30"^^xsd:decimal + payment:payment :offer-sncfParisLilleSeat ; + payment:netAmount "6"^^xsd:decimal ], [ a payment:ExpenditureLine ; payment:payment :share-epfsug ; payment:netAmount "54.76"^^xsd:decimal ] ; - payment:totalNetAmount "84.76"^^xsd:decimal . + payment:totalNetAmount "60.76"^^xsd:decimal . :subsidy-fosdem a payment:Payment ; rdfs:label "FOSDEM sponsorship Brussels -> Paris for Jonas"@en ; @@ -907,12 +907,12 @@ Includes Paris -> Brussels: Needed coverage for Interrail ticket sharing to work tio:accessTo :train-parisBrussels ] . -:seat-thalysParisBrussels a tio:TicketPlaceholder ; - rdfs:label "Seat reservation from Paris to Brussels"@en ; +:seat-tgvParisLille a tio:TicketPlaceholder ; + rdfs:label "Seat reservation from Paris to Lille"@en ; tio:scope [ a tio:scopeOfAccess ; tio:eligibleServiceLevel tio:Economy ; tio:eligibleAudience :discount-interrail ; - tio:accessTo :train-Parisbrussels + tio:accessTo :train-ParisLille ] . :seat-renfeParisBarcelona a tio:TicketPlaceholder ; @@ -1028,6 +1028,11 @@ Includes Paris -> Brussels: Needed coverage for Interrail ticket sharing to work tio:from :station-parisNord ; tio:to :station-brussels . +:train-parisLille a rail:Train ; + tio:operatedBy :org-tgv ; + tio:from :station-parisNord ; + tio:to :station-lille . + :train-brusselsCologne a rail:Train ; tio:operatedBy :org-db ; tio:from :station-brussels ; @@ -1188,14 +1193,14 @@ Includes Paris -> Brussels: Needed coverage for Interrail ticket sharing to work gr:hasCurrencyValue "99"^^xsd:float ] . -:offer-sncfParisBrusselsSeat a gr:Offering ; - gr:name "Paris-Brussels (seat)"@en ; - gr:description "Seat reservation from Paris to Brussels"@en ; - gr:includes :seat-thalysParisBrussels ; +:offer-sncfParisLilleSeat a gr:Offering ; + gr:name "Paris-Lille (seat)"@en ; + gr:description "Seat reservation from Paris to Lille"@en ; + gr:includes :seat-tgvParisLille ; gr:hasBusinessFunction gr:Sell ; gr:hasPriceSpecification [ a gr:UnitPriceSpecification ; gr:hasCurrency "EUR"@en ; - gr:hasCurrencyValue "30"^^xsd:float + gr:hasCurrencyValue "6"^^xsd:float ] . :offer-sncfParisBarcelonaPlain a gr:Offering ; @@ -1486,6 +1491,10 @@ Brussels -> Paris: 99"""@en ; rdfs:label "Holbæk station" ; rail:serves dbpedia:Holbæk . +:station-lille a rail:Station ; + rdfs:label "Lille Europe" ; + rail:serves dbpedia:Lille . + :station-parisLyon a rail:Station ; rdfs:label "Paris-Gare de Lyon" ; rail:serves dbpedia:Paris . |