next
previous
items

Data table via SPARQL

List of Indicator Specifications

Data table via SPARQL Published 02 Apr 2012 Last modified 18 Jan 2023

Download this dataset

Dataset preview

(Live Query)

id dpsir typology title
"progress-on-energy-efficiency-in-europe"@en "R"@en "C"@en "Progress on energy efficiency in Europe"@en
"timing-of-the-cycle-of-1"@en "I"@en "A"@en "Agrophenology"@en
"heat-and-health-1"@en "I"@en "A"@en "Extreme temperatures and health"@en
"heating-degree-days-1"@en "I"@en "A"@en "Heating degree days"@en
"forest-growth-1"@en "I"@en "A"@en "Forest growth"@en
"growing-season-for-agricultural-crops-1"@en "I"@en "A"@en "Growing season for agricultural crops"@en
"ocean-heat-content"@en "S"@en "A"@en "Ocean heat content"@en
"gross-nutrient-balance-1"@en "P"@en "A"@en "Gross nutrient balance"@en
"direct-losses-from-weather-disasters-1"@en "I"@en "A"@en "Damages from weather and climate-related events"@en
"crop-yield-variability-1"@en "I"@en "A"@en "Water-limited crop productivity"@en

Received 527 rows in 0.012 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/list-of-indicator-specifications/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 dcterms: <http://purl.org/dc/terms/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX s: <http://www.eea.europa.eu/portal_types/Specification#>

SELECT DISTINCT * WHERE {
  _:bookmark a s:Specification ;
            s:id ?id;
            s:dpsir ?dpsir;
            s:typology ?typology;
            dcterms:title ?title
}


Permalinks

Document Actions