next
previous
items

Data table via SPARQL

Main policy questions and data source

Data table via SPARQL Published 19 Apr 2015 Last modified 31 Mar 2025
List of indicators with following information for each of them: - name of the indicator - code of the indicator - main policy question - links to data sources

Download this dataset

Dataset preview

(Live Query)

specification specification_code data_label exdata_label key_policy_question
<http://www.eea.europa.eu/data-and-maps/indicators/sea-level-rise-5> "CLIM012" "" "Relative sea level trends (tide gauge data) | Global mean sea level reconstruction (satellite and altimetre, CSIRO) | Coupled Model Intercomparison Project Phase 5 - CMIP5 | RCP4.5 total sea level rise projections | Time series of gridded Sea Level Anomalies (SL_cci v2.0) | Global mean sea level reconstruction (Uni Siegen)" "What is the trend in mean sea level globally and across European seas?"@en
<http://www.eea.europa.eu/data-and-maps/indicators/marine-phenology-1> "CLIM014" "" "Monthly mean graphs for CPR standard areas (dataset URL is not available)" "How is climate change affecting the seasonal cycle of marine organisms in European seas?"@en
<http://www.eea.europa.eu/data-and-maps/indicators/lake-and-river-ice-cover-1> "CLIM020" "" "First Ice Appearance and Final Disappearance on Danube River, at Budapest, 1876\u20132011 | Data on Ice-breakup Dates and Freezing Dates of Lake Kallavesi, Finland, 1833-2011" "What is the trend in the ice cover of rivers and lakes across Europe?"@en
<http://www.eea.europa.eu/data-and-maps/indicators/distribution-of-animal-species-1> "CLIM024" "" "Climatic Risk Atlas of European Butterflies | Rapid Range Shifts of Species Associated with High Levels of Climate Warming | Differences in the climatic debts of birds and butterflies at a continental scale | Climate warming and the decline of amphibians and reptiles in Europe | Potential impacts of climate change on the distributions and diversity patterns of European mammals" "How is climate change affecting the regional distribution of animals in Europe, and what are the implications for biodiversity?"@en
<http://www.eea.europa.eu/data-and-maps/indicators/animal-phenology-1> "CLIM025" "" "Trends in avian breeding and migration in Europe" "How is climate change affecting the seasonal cycle of animals in Europe?"@en
<http://www.eea.europa.eu/data-and-maps/indicators/species-ecosystem-relationship-1> "CLIM026" "" "Range mismatching of interacting species under global change" "How is climate change affecting food networks and other species interactions, and what are the implications for biodiversity?"@en
<http://www.eea.europa.eu/data-and-maps/indicators/exposure-of-ecosystems-to-acidification-14> "CSI005" "Interpolated air quality data | AirBase - The European air quality database | Corine Land Cover 2006 raster data | Air Quality e-Reporting (AQ e-Reporting)" "Exceedance of critical loads for the most sensitive ecosystems (dataset URL is not available) | Meteorological Archival and Retrieval System (MARS) | Global Digital Elevation Model (GTOPO30)" "What progress is being made towards targets for the reduction of ecosystem exposure to acidification, eutrophication and ozone?"@en
<http://www.eea.europa.eu/data-and-maps/indicators/sea-level-rise-5> "CSI047" "" "Relative sea level trends (tide gauge data) | Global mean sea level reconstruction (satellite and altimetre, CSIRO) | Coupled Model Intercomparison Project Phase 5 - CMIP5 | RCP4.5 total sea level rise projections | Time series of gridded Sea Level Anomalies (SL_cci v2.0) | Global mean sea level reconstruction (Uni Siegen)" "What is the trend in mean sea level globally and across European seas?"@en
<http://www.eea.europa.eu/data-and-maps/indicators/capacity-of-infrastructure-networks-1> "TERM018" "Corine Land Cover 2006 raster data" "HSR length | Volume of freight transport relative to GDP" "Is existing transport infrastructure capacity being optimised?"@en
<http://www.eea.europa.eu/data-and-maps/indicators/energy-efficiency-and-specific-co2-emissions> "TERM027" "Monitoring of CO2 emissions from passenger cars \u2013 Regulation 443/2009" "EC4MACS model | Railway transport measurement | CO2 emissions and activity from rail (passenger and freight) transport" "Are passenger and freight transport modes becoming more energy efficient?"@en

Received 12 rows in 0.001 seconds.


https://www.eea.europa.eu/content-activity/indicators/main-policy-questions-and-data-source/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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf-syntax: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX specification: <http://www.eea.europa.eu/portal_types/Specification#>
PREFIX e: <http://www.eea.europa.eu/portal_types/external#>
PREFIX a: <http://www.eea.europa.eu/portal_types/Assessment#>
PREFIX ap: <http://www.eea.europa.eu/portal_types/AssessmentPart#>
PREFIX fig: <http://www.eea.europa.eu/portal_types/EEAFigure#>
PREFIX data: <http://www.eea.europa.eu/portal_types/Data#>
PREFIX ed: <http://www.eea.europa.eu/portal_types/ExternalDataSpec#>
PREFIX dv: <http://www.eea.europa.eu/portal_types/DavizVisualization#>
PREFIX PolicyQuestion: <http://www.eea.europa.eu/portal_types/PolicyQuestion#>
PREFIX dcterms: <http://purl.org/dc/terms/>

SELECT
?specification
?specification_code
sql:GROUP_CONCAT(?data_label, '') as ?data_label
sql:GROUP_CONCAT(?exdata_label, '') as ?exdata_label
?key_policy_question
{{

SELECT DISTINCT
?specification
?code as ?specification_code
bif:either(?ed_type = data:Data, sql:GROUP_CONCAT(?ed_title,' | '), '' ) as ?data_label
bif:either(?ed_type = ed:ExternalDataSpec, sql:GROUP_CONCAT(?ed_title,' | '), '' ) as ?exdata_label



#sql:GROUP_CONCAT(?ed_title,' | ') as ?data_label
#sql:GROUP_CONCAT(?ed_label,' | ') as ?ed_label
#sql:GROUP_CONCAT(?id,' | ') as ?exdata_label

?part_title as ?key_policy_question

WHERE {
  ?specification dcterms:title ?specification_title .
  ?specification specification:codes ?code .
  ?specification rdf-syntax:type ?type . FILTER (?type = specification:Specification)
  OPTIONAL { ?specification dcterms:isReplacedBy ?isReplacedBy . }
  OPTIONAL { ?specification specification:manager_user_id ?s_manager_user_id . }
  FILTER (!bound(?isReplacedBy))

  ?specification dcterms:hasPart ?part .
  ?part rdf-syntax:type PolicyQuestion:PolicyQuestion .
  ?part PolicyQuestion:is_key_question 'True' .
  ?part dcterms:title ?part_title .  

  ?specification specification:relatedItems ?ed .
  OPTIONAL { ?ed dcterms:title ?ed_title } 
  OPTIONAL { ?ed rdf-syntax:type ?ed_type } 

  FILTER (?ed_type in (ed:ExternalDataSpec, data:Data))
  OPTIONAL { ?ed rdfs:label ?ed_label } .

  OPTIONAL { ?ed ed:provider_url ?exdata_provider_url }
  OPTIONAL { ?ed data:dataOwner ?data_owner } .
  
} 
GROUP BY ?specification ?code ?part_title ?ed_type


}}
GROUP BY ?specification ?specification_code ?key_policy_question
ORDER BY ?specification_code

Error when running query:

Error. Traceback (most recent call last):
  File "/plone/buildout-cache/eggs/Products.ZSPARQLMethod-2.3-py2.7.egg/Products/ZSPARQLMethod/Method.py", line 287, in run_with_timeout
    ret = func(*args, **kwargs)
  File "/plone/buildout-cache/eggs/Products.ZSPARQLMethod-2.3-py2.7.egg/Products/ZSPARQLMethod/Method.py", line 215, in query_and_get_result
    result = sparql.query(*args, timeout = kwargs.get("timeout", 0) or 0)
  File "/plone/buildout-cache/eggs/sparql_client-3.8-py2.7.egg/sparql.py", line 747, in query
    return s.query(query, timeout, raw=raw)
  File "/plone/buildout-cache/eggs/sparql_client-3.8-py2.7.egg/sparql.py", line 416, in query
    return q.query(query, timeout, raw=raw)
  File "/plone/buildout-cache/eggs/sparql_client-3.8-py2.7.egg/sparql.py", line 571, in query
    response = self._request(statement, timeout)
  File "/plone/buildout-cache/eggs/sparql_client-3.8-py2.7.egg/sparql.py", line 558, in _request
    response = self._build_response(query, opener, buf, timeout)
  File "/plone/buildout-cache/eggs/sparql_client-3.8-py2.7.egg/sparql.py", line 543, in _build_response
    timeout if timeout > 0 else None)
  File "/plone/buildout-cache/eggs/sparql_client-3.8-py2.7.egg/sparql.py", line 514, in _get_response
    response = opener.open(request, timeout=timeout)
  File "/usr/local/lib/python2.7/urllib2.py", line 429, in open
    response = self._open(req, data)
  File "/usr/local/lib/python2.7/urllib2.py", line 447, in _open
    '_open', req)
  File "/usr/local/lib/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python2.7/urllib2.py", line 1228, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/local/lib/python2.7/urllib2.py", line 1198, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno -2] No address found>


Permalinks

Document Actions