next
previous
items

Data table via SPARQL

Last version of a indicator specification, last version of related data, both connected with a reporting obligation of a priority data flow

Data table via SPARQL Published 13 Jun 2016 Last modified 27 Jan 2023

Download this dataset

Dataset preview

(Live Query)

codes Specification reportingObligations data data_label
"AIR001" <http://www.eea.europa.eu/data-and-maps/indicators/eea32-heavy-metal-hm-emissions-2> "357" <http://www.eea.europa.eu/data-and-maps/data/national-emissions-reported-to-the-convention-on-long-range-transboundary-air-pollution-lrtap-convention-16> "National emissions reported to the Convention on Long-range Transboundary Air Pollution (LRTAP Convention)"@en
"AIR002" <http://www.eea.europa.eu/data-and-maps/indicators/eea32-persistent-organic-pollutant-pop-emissions-1> "357" <http://www.eea.europa.eu/data-and-maps/data/national-emissions-reported-to-the-convention-on-long-range-transboundary-air-pollution-lrtap-convention-16> "National emissions reported to the Convention on Long-range Transboundary Air Pollution (LRTAP Convention)"@en
"AIR005, CSI040" <http://www.eea.europa.eu/data-and-maps/indicators/main-anthropogenic-air-pollutant-emissions-1> "141" <http://www.eea.europa.eu/data-and-maps/data/national-emission-ceilings-nec-directive-inventory-19> "National Emission reductions Commitments (NEC) Directive emission inventory data"@en
"APE001" <http://www.eea.europa.eu/data-and-maps/indicators/eea-32-sulphur-dioxide-so2-emissions-1> "141" <http://www.eea.europa.eu/data-and-maps/data/national-emission-ceilings-nec-directive-inventory-19> "National Emission reductions Commitments (NEC) Directive emission inventory data"@en
"APE001" <http://www.eea.europa.eu/data-and-maps/indicators/eea-32-sulphur-dioxide-so2-emissions-1> "357" <http://www.eea.europa.eu/data-and-maps/data/national-emissions-reported-to-the-convention-on-long-range-transboundary-air-pollution-lrtap-convention-16> "National emissions reported to the Convention on Long-range Transboundary Air Pollution (LRTAP Convention)"@en
"APE002" <http://www.eea.europa.eu/data-and-maps/indicators/eea-32-nitrogen-oxides-nox-emissions-1> "141" <http://www.eea.europa.eu/data-and-maps/data/national-emission-ceilings-nec-directive-inventory-19> "National Emission reductions Commitments (NEC) Directive emission inventory data"@en
"APE002" <http://www.eea.europa.eu/data-and-maps/indicators/eea-32-nitrogen-oxides-nox-emissions-1> "357" <http://www.eea.europa.eu/data-and-maps/data/national-emissions-reported-to-the-convention-on-long-range-transboundary-air-pollution-lrtap-convention-16> "National emissions reported to the Convention on Long-range Transboundary Air Pollution (LRTAP Convention)"@en
"APE003" <http://www.eea.europa.eu/data-and-maps/indicators/eea-32-ammonia-nh3-emissions-1> "141" <http://www.eea.europa.eu/data-and-maps/data/national-emission-ceilings-nec-directive-inventory-19> "National Emission reductions Commitments (NEC) Directive emission inventory data"@en
"APE003" <http://www.eea.europa.eu/data-and-maps/indicators/eea-32-ammonia-nh3-emissions-1> "357" <http://www.eea.europa.eu/data-and-maps/data/national-emissions-reported-to-the-convention-on-long-range-transboundary-air-pollution-lrtap-convention-16> "National emissions reported to the Convention on Long-range Transboundary Air Pollution (LRTAP Convention)"@en
"APE004" <http://www.eea.europa.eu/data-and-maps/indicators/eea-32-non-methane-volatile-1> "357" <http://www.eea.europa.eu/data-and-maps/data/national-emissions-reported-to-the-convention-on-long-range-transboundary-air-pollution-lrtap-convention-16> "National emissions reported to the Convention on Long-range Transboundary Air Pollution (LRTAP Convention)"@en

Received 61 rows in 0.003 seconds.


https://www.eea.europa.eu/content-activity/indicators/last-version-of-a-indicator/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 Specification: <http://www.eea.europa.eu/portal_types/Specification#>
PREFIX Data: <http://www.eea.europa.eu/portal_types/Data#>
PREFIX rod: <http://rod.eionet.europa.eu/schema.rdf#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>

SELECT
?codes
?Specification
sql:GROUP_CONCAT(?reportingObligations ,', ') as ?reportingObligations 
?dataLastVersion as ?data
?data_label
{{
	SELECT 
	sql:GROUP_CONCAT(?codes,', ') as ?codes
	?Specification
	?reportingObligations 
	?dataLastVersion
        ?data_label
	{{
		SELECT DISTINCT
		?codes
		?Specification
		?reportingObligations 
		?dataLastVersion
                ?data_label
		WHERE {
		  ?Specification a Specification:Specification .
		  ?Specification Specification:codes ?codes .
		  ?Specification Specification:relatedItems ?Data .
		  OPTIONAL { ?Specification dcterms:isReplacedBy ?specificationIsReplacedBy } .
		  FILTER (!bound(?specificationIsReplacedBy )) .
		  
		  ?Data a Data:Data .
		  OPTIONAL { ?Data dcterms:isReplacedBy ?dataLastVersion} .

		  FILTER NOT EXISTS { ?dataLastVersion dcterms:isReplacedBy ?dataLastVersionIsReplacedBy }

		  ?dataLastVersion Data:reportingObligations ?reportingObligations .
                  ?dataLastVersion rdfs:label ?data_label .

		  ?Obligation a rod:Obligation .
		  ?Obligation rod:isEEAPrimary 1 .
		  ?Obligation skos:notation ?reportingObligations  .
		}
	}}
	GROUP BY ?Specification ?dataLastVersion ?reportingObligations ?data_label
}}
GROUP BY ?codes ?Specification ?dataLastVersion ?data_label
ORDER BY ?codes


Permalinks

Geographic coverage

Temporal coverage

Tags

Filed under:
Filed under: indicators, data flows
Document Actions