next
previous
items

Data table via SPARQL

Indicator specifications and data/externaldata

Data table via SPARQL Published 24 Feb 2017 Last modified 29 Aug 2020

Download this dataset

Dataset preview

(Live Query)

indicatorCode specification specificationUrl data dataUrl dataType dataProvider reportingObligation reportingObligationUrl
"Outlook014" "Use of freshwater resources - outlook from EEA"@en <http://www.eea.europa.eu/data-and-maps/indicators/use-of-freshwater-resources-outlook> "Output data from WaterGAP - Water availability and water withdrawals, water exploitation index"@en <http://www.eea.europa.eu/data-and-maps/data/external/output-data-from-watergap-water> "externalData" "None"@en "" ""
"CSI011" "Progress to greenhouse gas emission targets"@en <http://www.eea.europa.eu/data-and-maps/indicators/greenhouse-gas-emission-projections> "Deliveries for Projections and national programmes"@en <http://www.eea.europa.eu/data-and-maps/data/external/deliveries-for-projections-and-national-programmes> "externalData" "http://www.eea.europa.eu"@en "" ""
"CLIM051" "Progress to greenhouse gas emission targets"@en <http://www.eea.europa.eu/data-and-maps/indicators/greenhouse-gas-emission-projections> "Deliveries for Projections and national programmes"@en <http://www.eea.europa.eu/data-and-maps/data/external/deliveries-for-projections-and-national-programmes> "externalData" "http://www.eea.europa.eu"@en "" ""
"ENER018" "Final electricity consumption by sector"@en <http://www.eea.europa.eu/data-and-maps/indicators/final-electricity-consumption-by-sector> "Electricity Consumption (dataset URL is not available)"@en <http://www.eea.europa.eu/data-and-maps/data/external/electricity-consumption> "externalData" "https://www.iea.org/"@en "" ""
"Outlook051" "Total electricity consumption - outlook from EEA"@en <http://www.eea.europa.eu/data-and-maps/indicators/total-electricity-consumption-outlook-from-eea> "Output data from PRIMES -Total primary energy production - output from PRIMES model"@en <http://www.eea.europa.eu/data-and-maps/data/external/output-data-from-primes-total> "externalData" "http://ec.europa.eu/dgs/energy_transport/index_en.html"@en "" ""
"Outlook024" "Emissions of primary particulates - outlook from WBCSD"@en <http://www.eea.europa.eu/data-and-maps/indicators/emissions-of-primary-particulates-outlook-1> "Output from IEA/SMP model - emissions of primary particulates"@en <http://www.eea.europa.eu/data-and-maps/data/external/output-from-iea-smp-model-2> "externalData" "None"@en "" ""
"CLIM036" "Extreme temperatures and health"@en <http://www.eea.europa.eu/data-and-maps/indicators/heat-and-health-2> "Associations between temperature and mortality in four European cities"@en <http://www.eea.europa.eu/data-and-maps/data/external/associations-between-temperature-and-mortality> "externalData" "http://www.lshtm.ac.uk/"@en "" ""
"CSI005" "Exposure of Europe's ecosystems to acidification, eutrophication and ozone"@en <http://www.eea.europa.eu/data-and-maps/indicators/exposure-of-ecosystems-to-acidification-14> "Exceedance of critical loads for the most sensitive ecosystems (dataset URL is not available)"@en <http://www.eea.europa.eu/data-and-maps/data/external/exceedance-of-critical-loads-of> "externalData" "http://wge-cce.org/"@en "" ""
"AIR004" "Exposure of Europe's ecosystems to acidification, eutrophication and ozone"@en <http://www.eea.europa.eu/data-and-maps/indicators/exposure-of-ecosystems-to-acidification-14> "Exceedance of critical loads for the most sensitive ecosystems (dataset URL is not available)"@en <http://www.eea.europa.eu/data-and-maps/data/external/exceedance-of-critical-loads-of> "externalData" "http://wge-cce.org/"@en "" ""
"CSI005" "Exposure of Europe's ecosystems to acidification, eutrophication and ozone"@en <http://www.eea.europa.eu/data-and-maps/indicators/exposure-of-ecosystems-to-acidification-14> "Global Digital Elevation Model (GTOPO30)"@en <http://www.eea.europa.eu/data-and-maps/data/external/global-digital-elevation-model-gtopo30> "externalData" "http://www.esri.com"@en "" ""

Received 899 rows in 0.150 seconds.


https://www.eea.europa.eu/content-activity/indicators/indicator-specifications-and-data-externaldata-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



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

PREFIX dcterms: <http://purl.org/dc/terms/>
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 Assessment: <http://www.eea.europa.eu/portal_types/Assessment#>
PREFIX AssessmentPart: <http://www.eea.europa.eu/portal_types/AssessmentPart#>
PREFIX EEAFigure: <http://www.eea.europa.eu/portal_types/EEAFigure#>
PREFIX Data: <http://www.eea.europa.eu/portal_types/Data#>
PREFIX ExternalDataSpec: <http://www.eea.europa.eu/portal_types/ExternalDataSpec#>
PREFIX DavizVisualization: <http://www.eea.europa.eu/portal_types/DavizVisualization#>


SELECT DISTINCT
?code as ?indicatorCode
?specification
?specificationUrl
?data
?dataUrl
IF (?dataType = Data:Data, 'data', 'externalData') as ?dataType

IF (bif:isnull(?data_owner), ?exdata_provider_url, ?data_owner) as ?dataProvider 

?reportingObligations as ?reportingObligation


bif:either (bif:isnull(?reportingObligations),'',iri(fn:concat('http://rod.eionet.europa.eu/obligations/', ?reportingObligations)))  AS ?reportingObligationUrl

#fn:concat('http://rod.eionet.europa.eu/obligations/', ?reportingObligations) AS ?reportingObligations 

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

  ?specificationUrl Specification:relatedItems ?dataUrl .
  OPTIONAL { ?dataUrl dcterms:title ?data } 
  OPTIONAL { ?dataUrl rdf-syntax:type ?dataType } 
  FILTER (?dataType in (ExternalDataSpec:ExternalDataSpec, Data:Data))
  OPTIONAL { ?dataUrl  ExternalDataSpec:provider_url ?exdata_provider_url }
  OPTIONAL { ?dataUrl  Data:dataOwner ?data_owner } .
  OPTIONAL { ?dataUrl  Data:reportingObligations ?reportingObligations } .

} 
ORDER BY ?ind_code


Permalinks

Geographic coverage

Temporal coverage

Tags

Filed under:
Filed under: indicators
Document Actions