next
previous
items

Data table via SPARQL

SES2 indicators externaldata snapshot

Data table via SPARQL Published 24 Apr 2013 Last modified 07 Mar 2020
The query is looking for all the "externalDataSpec" obejects used in the last version of the indicator specifications - used for periodical reporting to smt.

Download this dataset

Dataset preview

(Live Query)

codes ed_label ed_owner ed_providerName ed
"AIR003" "gisco-urban-audit"@en "http://epp.eurostat.ec.europa.eu"@en "" <http://www.eea.europa.eu/data-and-maps/data/external/gisco-urban-audit>
"AIR003" "city-population"@en "http://www.citypopulation.de/"@en "" <http://www.eea.europa.eu/data-and-maps/data/external/city-population>
"AIR004" "exceedance-of-critical-loads-of"@en "http://wge-cce.org/"@en "Coordination Centre for Effects"@en <http://www.eea.europa.eu/data-and-maps/data/external/exceedance-of-critical-loads-of>
"AIR004" "global-digital-elevation-model-gtopo30"@en "http://www.esri.com"@en "" <http://www.eea.europa.eu/data-and-maps/data/external/global-digital-elevation-model-gtopo30>
"AIR004" "time-series-of-weather-parameters"@en "http://www.ecmwf.int"@en "" <http://www.eea.europa.eu/data-and-maps/data/external/time-series-of-weather-parameters>
"CLIM001" "gisstemp-1"@en "http://atm.wff.nasa.gov"@en "" <http://www.eea.europa.eu/data-and-maps/data/external/gisstemp-1>
"CLIM001" "noaa-ncdc-mlost"@en "http://www.noaa.gov/"@en "" <http://www.eea.europa.eu/data-and-maps/data/external/noaa-ncdc-mlost>
"CLIM001" "euro-cordex-new-high-resolution"@en "http://www.euro-cordex.net/"@en "" <http://www.eea.europa.eu/data-and-maps/data/external/euro-cordex-new-high-resolution>
"CLIM001" "hadcrut3"@en "https://www.metoffice.gov.uk/"@en "" <http://www.eea.europa.eu/data-and-maps/data/external/hadcrut3>
"CLIM001" "national-geophysical-data-center-ngdc"@en "http://www.noaa.gov/"@en "" <http://www.eea.europa.eu/data-and-maps/data/external/national-geophysical-data-center-ngdc>

Received 3656 rows in 0.088 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/ses2_indicators_externaldata_snapshot/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 dcterms: <http://purl.org/dc/terms/> 
PREFIX rdf-syntax: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX s: <http://www.eea.europa.eu/portal_types/Specification#>
PREFIX ed: <http://www.eea.europa.eu/portal_types/ExternalDataSpec#>

SELECT distinct
?codes 
?ed_label
?ed_owner
?ed_providerName
?ed
WHERE {
  ?s rdf-syntax:type s:Specification .
  ?s s:codes ?codes .
  OPTIONAL { ?s dcterms:isReplacedBy ?isReplacedBy . }   FILTER (!bound(?isReplacedBy)) 
  
  OPTIONAL { ?s s:relatedItems ?ed }
  OPTIONAL { ?ed rdf-syntax:type ?d_type } FILTER (?d_type = ed:ExternalDataSpec)
  OPTIONAL { ?ed ed:id ?ed_label }
  OPTIONAL { ?ed ed:provider_name ?ed_providerName }
  OPTIONAL { ?ed ed:provider_url ?ed_owner }

} ORDER BY ?codes


Permalinks

Document Actions