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 532 rows in 0.018 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 DISTINCT
?date
?itemCode
?item
?elementCode
bif:either(?elementCode = 674, 'Protein supply quantity', 'Food supply quantity') as ?element
#?element
'kg/capita/yr' as ?unit
#0.375 converts g/capita/day to kg/capita/yr
bif:either(?elementCode = 674, round(sum(xsd:decimal(?value)) *0.365*10)/10.0, round(sum(xsd:decimal(?value))*10)/10.0 ) as ?value
WHERE {
GRAPH <http://r.eionet.europa.eu/rdfdumps/faostat/foodsupply_livestockfish_e.rdf.gz> {
{
_:foodsupply_livestockfish_e faostat:area ?area .
_:foodsupply_livestockfish_e sdmx-dimension:refArea ?refArea .
{
_:foodsupply_livestockfish_e faostat:item_code ?itemCode .
FILTER (?itemCode in (2731, 2738, 2741, 2733, 2743, 2732,
2731, 2734, 2761, 2762, 2740, 2763, 2744))
_:foodsupply_livestockfish_e faostat:item ?item .
} UNION {
{ SELECT 'Meat, other + edible offals' as ?item {} }
_:foodsupply_livestockfish_e faostat:item_code ?itemCodeDummy .
FILTER (?itemCodeDummy in ( 2763, 2735 ))
} UNION {
{ SELECT 'Other fish and seafood' as ?item {} }
_:foodsupply_livestockfish_e faostat:item_code ?itemCodeDummy .
FILTER (?itemCodeDummy in (2767, 2764, 2766, 2765))
}
_:foodsupply_livestockfish_e faostat:element_code ?elementCode .
FILTER (?elementCode in (674, 645))
_:foodsupply_livestockfish_e faostat:element ?element .
_:foodsupply_livestockfish_e faostat:unit ?unit .
_:foodsupply_livestockfish_e sdmx-dimension:timePeriod ?date .
FILTER (?date >= 1995)
_:foodsupply_livestockfish_e sdmx-measure:obsValue ?value .
}
}
FILTER (?refArea = 5706)
}
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/consumption-of-food-1 or scan the QR code.
PDF generated on 27 Nov 2024, 01:50 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