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 232 rows in 0.044 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 sdmx-measure: <http://purl.org/linked-data/sdmx/2009/measure#>
PREFIX sdmx-dimension: <http://purl.org/linked-data/sdmx/2009/dimension#>
PREFIX sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX crops: <http://dd.eionet.europa.eu/vocabulary/eurostat/crops/>
SELECT
year(?date) as ?date
?cropsLabel
bif:either(?geo=geo:DE, 'Germany', ?ugeo) as ?ugeo
bif:either(?obsValue<0, 0, ?obsValue) as ?obsValue
{
{
SELECT DISTINCT
?date
?cropsLabel
?geo
?obsValue
WHERE {{
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/tag00025.rdf.gz> {{
_:tag00025 sdmx-dimension:timePeriod ?date .
FILTER (year(?date) = 2015)
_:tag00025 property:crops ?crops .
_:tag00025 sdmx-dimension:refArea ?geo .
_:tag00025 property:strucpro ?strucpro .
OPTIONAL { _:tag00025 sdmx-measure:obsValue ?obsValue }
}}
?crops rdfs:label ?cropsLabel .
}}
} UNION {
SELECT DISTINCT
?date
'Other' as ?cropsLabel
?geo
(?obsValue_UAA - sum(?obsValue_OTHERS)) as ?obsValue
WHERE {{
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/tag00025.rdf.gz> {{
_:tag00025_UAA sdmx-dimension:timePeriod ?date .
FILTER (year(?date) = 2015)
_:tag00025_UAA property:crops crops:UAA .
_:tag00025_UAA sdmx-dimension:refArea ?geo .
_:tag00025_UAA property:strucpro ?strucpro .
OPTIONAL { _:tag00025_UAA sdmx-measure:obsValue ?obsValue_UAA }
_:tag00025_OTHERS sdmx-dimension:timePeriod ?date .
FILTER (year(?date) = 2015)
_:tag00025_OTHERS property:crops ?crops_OTHERS .
FILTER (?crops_OTHERS in (crops:ARA, crops:J0000, crops:PECR))
_:tag00025_OTHERS sdmx-dimension:refArea ?geo .
_:tag00025_OTHERS property:strucpro ?strucpro .
OPTIONAL { _:tag00025_OTHERS sdmx-measure:obsValue ?obsValue_OTHERS }
}}
}}
}
?geo rdfs:label ?ugeo .
}
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/distribution-of-utilised-agricultural-area or scan the QR code.
PDF generated on 23 Nov 2024, 07:52 AM
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