All official European Union website addresses are in the europa.eu domain.
See all EU institutions and bodiesDo something for our planet, print this page only if needed. Even a small action can make an enormous difference when millions of people do it!
Data table via SPARQL
Received 28 rows in 0.001 seconds.
The following info can be used by a system developer / database administrator in order to retrieve this dataset programmatically over the web using a SPARQL client.
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX sdmx-measure: <http://purl.org/linked-data/sdmx/2009/measure#>
PREFIX sdmx-dimension: <http://purl.org/linked-data/sdmx/2009/dimension#>
PREFIX sdmx-unit: <http://purl.org/linked-data/sdmx/2009/code#>
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#>
PREFIX u: <http://rdfdata.eionet.europa.eu/eurostat/dic/unit#>
PREFIX geo: <http://rdfdata.eionet.europa.eu/eurostat/dic/geo#>
PREFIX irrig: <http://dd.eionet.europa.eu/vocabulary/eurostat/irrig/>
PREFIX indic_ef: <http://dd.eionet.europa.eu/vocabulary/eurostat/indic_ef/>
SELECT bif:either (?ugeo = 'DE', 'Germany', ?country) as ?country
(round((sum(?drop_irrigation)/sum(?total))*10000))/100.0 as ?drop_irrigation
(round((sum(?sprinker_irrigation)/sum(?total))*10000))/100.0 as ?sprinker_irrigation (round((sum(?surface_irrigation)/sum(?total))*10000))/100.0 as ?surface_irrigation
sum(?total) as ?total
{{
SELECT distinct
?geo
?ugeo
?country
sum(?drop_irrigation) as ?drop_irrigation
sum(?surface_irrigation) as ?surface_irrigation
sum(?sprinker_irrigation) as ?sprinker_irrigation
(sum(?drop_irrigation)+sum(?surface_irrigation)+sum(?sprinker_irrigation)) as ?total
WHERE {
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/ef_poirrig.rdf.gz> {
_:ef_poirrig sdmx-dimension:timePeriod ?date FILTER (year(?date) = 2010)
{
_:ef_poirrig property:indic_ef indic_ef:M_8_2_3_EQ_Y_HOLD .
_:ef_poirrig sdmx-measure:obsValue ?drop_irrigation .
} union {
_:ef_poirrig property:indic_ef indic_ef:M_8_2_2_EQ_Y_HOLD .
_:ef_poirrig sdmx-measure:obsValue ?sprinker_irrigation .
} union {
_:ef_poirrig property:indic_ef indic_ef:M_8_2_1_EQ_Y_HOLD .
_:ef_poirrig sdmx-measure:obsValue ?surface_irrigation .
}
_:ef_poirrig property:irrig irrig:TOTAL .
_:ef_poirrig property:geo ?geo .
}
?geo skos:prefLabel ?country .
?geo skos:notation ?ugeo .
?eeageo owl:sameAs ?geo .
?eeageo skos:inScheme <http://rdfdata.eionet.europa.eu/eea/countries/> .
?memberOf skos:member ?eeageo .
?memberOf skos:notation ?memberOfcode . FILTER (?memberOfcode IN ('EEA33'))
}
GROUP BY ?geo ?ugeo ?country
}} GROUP BY ?country ?ugeo
HAVING sum(?total) > 0
ORDER BY ?country
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/percentage-of-irrigated-areas-applying or scan the QR code.
PDF generated on 23 Nov 2024, 12:19 PM
Engineered by: EEA Web Team
Software updated on 26 September 2023 08:13 from version 23.8.18
Software version: EEA Plone KGS 23.9.14
Document Actions
Share with others