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 19 rows in 0.004 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 faostat: <http://reference.eionet.europa.eu/faostat/schema/>
SELECT
?date as ?year
sql:GROUP_CONCAT(?item, '') as ?item
(round(sum(?foodvalue)/sum(?popvalue)*10))/10.0 as ?capita
(round(( sum(?foodvalue)/sum(?popvalue) ) / (sum(?foodvalue_idx)/sum(?popvalue_idx) ) *1000))/10.0 as ?index
sum(?foodvalue) as ?foodvalue
sum(?popvalue) as ?popvalue
WHERE {
{
GRAPH <http://r.eionet.europa.eu/rdfdumps/faostat/foodsupply_crops_e.rdf.gz> {
{
_:foodsupply_crop_e sdmx-dimension:refArea 5706 .
_:foodsupply_crop_e faostat:item_code 2919 .
_:foodsupply_crop_e faostat:item ?item .
_:foodsupply_crop_e faostat:element_code 641 .
_:foodsupply_crop_e sdmx-dimension:timePeriod ?date .
FILTER (?date >= 1995)
_:foodsupply_crop_e faostat:unit 'tonnes' .
_:foodsupply_crop_e sdmx-measure:obsValue ?foodvalue .
_:foodsupply_crop_e_idx sdmx-dimension:refArea 5706 .
_:foodsupply_crop_e_idx faostat:item_code 2919 .
_:foodsupply_crop_e_idx faostat:element_code 641 .
_:foodsupply_crop_e_idx sdmx-dimension:timePeriod 1995 .
_:foodsupply_crop_e_idx faostat:unit 'tonnes' .
_:foodsupply_crop_e_idx sdmx-measure:obsValue ?foodvalue_idx .
}}
} UNION {
GRAPH <http://r.eionet.europa.eu/rdfdumps/faostat/population_e.rdf.gz> {
_:population_e sdmx-dimension:refArea 5706 .
_:population_e faostat:element_code 511 .
_:population_e sdmx-dimension:timePeriod ?date .
FILTER (?date >= 1995)
_:population_e sdmx-measure:obsValue ?popvalue .
_:population_e_idx sdmx-dimension:refArea 5706 .
_:population_e_idx faostat:element_code 511 .
_:population_e_idx sdmx-dimension:timePeriod 1995 .
_:population_e_idx sdmx-measure:obsValue ?popvalue_idx .
}
}
}
GROUP BY ?date
HAVING sum(?foodvalue) > 0
ORDER BY ?date
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/fruits-excluding-wine-total-livestock-1 or scan the QR code.
PDF generated on 23 Nov 2024, 12:31 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