next
previous
items

Data table via SPARQL

Consumption of meat and dairy products and total seafood in EU28 for 1995

Data table via SPARQL Published 06 Oct 2014 Last modified 01 Feb 2016

Download this dataset

Dataset preview

(Live Query)

date ItemCode Item category foodvalue_per_capita foodvalue popvalue
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "2948"^^<http://www.w3.org/2001/XMLSchema#int> "Milk - Excluding Butter + (Total)" "Diary" "226.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "109705000"^^<http://www.w3.org/2001/XMLSchema#decimal> ""
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "2743"^^<http://www.w3.org/2001/XMLSchema#int> "Cream" "Diary" "3.5"^^<http://www.w3.org/2001/XMLSchema#decimal> "1694565"^^<http://www.w3.org/2001/XMLSchema#decimal> ""
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "2741"^^<http://www.w3.org/2001/XMLSchema#int> "Cheese" "Diary" "13.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "6448493"^^<http://www.w3.org/2001/XMLSchema#decimal> ""
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "2735"^^<http://www.w3.org/2001/XMLSchema#int> "Meat, Other" "Meat" "2.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "1178893"^^<http://www.w3.org/2001/XMLSchema#decimal> ""
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "2763"^^<http://www.w3.org/2001/XMLSchema#int> "Pelagic Fish" "Fish & seafood" "4.9"^^<http://www.w3.org/2001/XMLSchema#decimal> "2359681"^^<http://www.w3.org/2001/XMLSchema#decimal> ""
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "2781"^^<http://www.w3.org/2001/XMLSchema#int> "Fish, Body Oil" "Fish & seafood" "0.1"^^<http://www.w3.org/2001/XMLSchema#decimal> "52335"^^<http://www.w3.org/2001/XMLSchema#decimal> ""
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "" "" "Diary" "" "" "484619"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "2961"^^<http://www.w3.org/2001/XMLSchema#int> "Aquatic Products, Other + (Total)" "Fish & seafood" "0"^^<http://www.w3.org/2001/XMLSchema#decimal> "14000"^^<http://www.w3.org/2001/XMLSchema#decimal> ""
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "2732"^^<http://www.w3.org/2001/XMLSchema#int> "Mutton & Goat Meat" "Meat" "3.1"^^<http://www.w3.org/2001/XMLSchema#decimal> "1500162"^^<http://www.w3.org/2001/XMLSchema#decimal> ""
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "2737"^^<http://www.w3.org/2001/XMLSchema#int> "Fats, Animals, Raw" "Meat" "5.8"^^<http://www.w3.org/2001/XMLSchema#decimal> "2794857"^^<http://www.w3.org/2001/XMLSchema#decimal> ""

Received 34 rows in 0.002 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/consumption-of-meat-and-dairy-1/daviz.json

For system integrators

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.

Are you new to Linked Data technology? visit http://linkeddata.org



semantic.eea.europa.eu/sparql

PREFIX tableFile: <http://semantic.eea.europa.eu/project/faostat/2014/foodsupply_livestockfish_e.txt#>
PREFIX poptableFile: <http://semantic.eea.europa.eu/project/faostat/2014/population_e.txt#>

SELECT
1995 as ?date
?ItemCode
?Item
bif:either(?ItemCode in (2761, 2762, 2763, 2764, 2765, 2766, 2767, 2769, 2775, 2781, 2782, 2960, 2961), 'Fish & seafood', ?category) as ?category
#hardcoded value taken from computed population
round((?foodvalue/484619)*10)/10.0 as ?foodvalue_per_capita
?foodvalue
?popvalue
{{
	SELECT
	?Item
	?ItemCode
	bif:either(?ItemCode in (2731, 2732, 2733, 2734, 2735, 2736, 2737, 2943, 2945, 2946), 'Meat', 'Diary') as ?category
	
	sum(?foodvalue) as ?foodvalue
	sum(?popvalue) as ?popvalue
	WHERE {
	    {
	    GRAPH <http://semantic.eea.europa.eu/project/faostat/2014/foodsupply_livestockfish_e.txt> {
	    {
	     _:foodsupply_livestockfish_e tableFile:CountryCode ?CountryCode .
	     _:foodsupply_livestockfish_e tableFile:ItemCode ?ItemCode .
	     _:foodsupply_livestockfish_e tableFile:Item ?Item . 
	     _:foodsupply_livestockfish_e tableFile:ElementGroup 641 . 
	     _:foodsupply_livestockfish_e tableFile:ElementCode 641 .
	     _:foodsupply_livestockfish_e tableFile:Year ?year . FILTER (?year = 1995)
	     _:foodsupply_livestockfish_e tableFile:Unit 'tonnes' . 
	     _:foodsupply_livestockfish_e tableFile:Value ?foodvalue .
	    }}
	      } UNION {
	    GRAPH <http://semantic.eea.europa.eu/project/faostat/2014/population_e.txt> {
	     {
	     _:population_e poptableFile:CountryCode ?CountryCode .
	     _:population_e poptableFile:ElementGroup 511 .
	     _:population_e poptableFile:ElementCode 511 .
	     _:population_e poptableFile:Year ?year . FILTER (?year = 1995)
	     _:population_e poptableFile:Value ?popvalue .
	    }}
	}
	FILTER (?CountryCode in (11, 15, 255, 27, 98, 50, 167, 54, 63, 67, 68, 79, 84, 97, 104, 106, 119, 126, 256, 134, 150, 173, 174, 183, 199, 198, 203, 210, 229))
        }
}}


Permalinks

Document Actions