From 1677dbe950cd608efcf38f938f64dcb8ae94efbe Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 18 Feb 2014 18:51:24 +0100 Subject: Fix currency of danish bought Interrail, and add approx. exchange to EUR. --- data/2014/europe.ttl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data/2014/europe.ttl b/data/2014/europe.ttl index 6483d84..52657dd 100644 --- a/data/2014/europe.ttl +++ b/data/2014/europe.ttl @@ -1008,10 +1008,12 @@ gr:hasBusinessFunction gr:Sell ; gr:availabilityEnds "2014-05-16T23:59:59Z"^^xsd:dateTime ; gr:hasPriceSpecification [ a gr:UnitPriceSpecification ; + rdfs:comment "DKK2580 is approx. €346"@en ; gr:hasCurrency "DKK"@en ; gr:hasCurrencyValue "2580"^^xsd:float ; gr:validThrough "2014-03-31T23:59:59Z"^^xsd:dateTime ], [ a gr:UnitPriceSpecification ; + rdfs:comment "DKK3035 is approx. €407"@en ; gr:hasCurrency "EUR"@en ; gr:hasCurrencyValue "3035"^^xsd:float ] . @@ -1024,11 +1026,13 @@ gr:hasBusinessFunction gr:Sell ; gr:availabilityEnds "2014-05-16T23:59:59Z"^^xsd:dateTime ; gr:hasPriceSpecification [ a gr:UnitPriceSpecification ; - gr:hasCurrency "EUR"@en ; + rdfs:comment "DKK1820 is approx. €244"@en ; + gr:hasCurrency "DKK"@en ; gr:hasCurrencyValue "1820"^^xsd:float ; gr:validThrough "2014-03-31T23:59:59Z"^^xsd:dateTime ], [ a gr:UnitPriceSpecification ; - gr:hasCurrency "EUR"@en ; + rdfs:comment "DKK2140 is approx. €287"@en ; + gr:hasCurrency "DKK"@en ; gr:hasCurrencyValue "2140"^^xsd:float ] . -- cgit v1.2.3