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 52 rows in 0.002 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 tableFile: <http://semantic.eea.europa.eu/project/faostat/2016/foodsupply_livestockfish_e.csv#>
SELECT DISTINCT
year(?date) as ?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*100)/100.0, sum(xsd:decimal(?value)) ) as ?value
WHERE {
GRAPH <http://semantic.eea.europa.eu/project/faostat/2016/foodsupply_livestockfish_e.csv> {
{
_:foodsupply_livestockfish_e tableFile:countryCode ?countryCode .
_:foodsupply_livestockfish_e tableFile:country ?country .
{
_:foodsupply_livestockfish_e tableFile:itemCode ?itemCode .
FILTER (?itemCode in (2731, 2738, 2741, 2733, 2743, 2732,
2731, 2734, 2761, 2762, 2740, 2763))
_:foodsupply_livestockfish_e tableFile:item ?item .
} UNION {
{ SELECT 'Meat, other + edible offals' as ?item {} }
_:foodsupply_livestockfish_e tableFile:itemCode ?itemCodeDummy .
FILTER (?itemCodeDummy in ( 2763, 2735 ))
} UNION {
{ SELECT 'Other fish and seafood' as ?item {} }
_:foodsupply_livestockfish_e tableFile:itemCode ?itemCodeDummy .
FILTER (?itemCodeDummy in (2767, 2764, 2766, 2765))
}
_:foodsupply_livestockfish_e tableFile:elementCode ?elementCode .
FILTER (?elementCode in (674, 645))
_:foodsupply_livestockfish_e tableFile:element ?element .
_:foodsupply_livestockfish_e tableFile:unit ?unit .
_:foodsupply_livestockfish_e tableFile:date ?date .
FILTER (year(?date) in (1995, 2011))
_:foodsupply_livestockfish_e tableFile:value ?value .
}
FILTER (?countryCode = 5706)
}
}
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/consumption-of-food or scan the QR code.
PDF generated on 27 Nov 2024, 07:38 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