next
previous
items

Data table via SPARQL

Gross nutrient balance on agricultural land

Data table via SPARQL Published 11 Jul 2016 Last modified 26 Aug 2017
This is an old version, kept for reference only.

Go to latest version
This page was archived on 26 Aug 2017 with reason: A new version has been published

Download this dataset

Dataset preview

(Live Query)

date ugeo nutrient_label obsValue
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Switzerland" "Nitrogen" "81"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "France" "Phosphorus" "18"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Romania" "Phosphorus" "9"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "United Kingdom" "Nitrogen" "95"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "United Kingdom" "Phosphorus" "9"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Norway" "Nitrogen" "94"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Denmark" "Phosphorus" "17"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Romania" "Nitrogen" "54"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Bulgaria" "Nitrogen" "93"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Ireland" "Phosphorus" "11"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 1400 rows in 0.025 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/gross-nutrient-balance-on-agricultural-land/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



http://semantic.eea.europa.eu/sparql

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 property: <http://rdfdata.eionet.europa.eu/eurostat/property#> 
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>

SELECT DISTINCT

year(?date) as ?date
bif:either(?geo = geo:DE, 'Germany', ?ugeo) as ?ugeo
?nutrient_label
sum(?obsValue) as ?obsValue

WHERE {
{
  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/t2020_rn310.rdf.gz> 
    {
      _:t2020_rn310 sdmx-dimension:timePeriod ?date . 
      _:t2020_rn310 property:nutrient ?nutrient . 
      _:t2020_rn310 sdmx-dimension:refArea ?geo . 
      _:t2020_rn310 sdmx-attribute:unitMeasure ?unit . 
      _:t2020_rn310 property:indic_ag ?indic_ag . 
      _:t2020_rn310 sdmx-measure:obsValue ?obsValue .
    } 
    ?nutrient rdfs:label ?nutrient_label . 
    ?geo rdfs:label ?ugeo .
  }
}
GROUP BY ?date ?nutrient_label ?ugeo ?geo
ORDER BY ?date


Permalinks

Document Actions