next
previous
items

Data table via SPARQL

Eurostat datasets related to environment

Data table via SPARQL Published 02 Apr 2012 Last modified 09 Feb 2022

Download this dataset

Dataset preview

(Live Query)

title code values datastart dataend dataset

Received 0 rows in 0.000 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/eurostat-datasets-related-to-environment/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 dctype: <http://purl.org/dc/dcmitype/>
PREFIX void: <http://rdfs.org/ns/void#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX estattoc: <http://epp.eurostat.ec.europa.eu/NavTree_prod/everybody/BulkDownloadListing?file=table_of_contents.xml#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX otoc: <http://ec.europa.eu/eurostat/ramon/ontologies/toc.rdf#>
PREFIX cr: <http://cr.eionet.europa.eu/ontologies/contreg.rdf#>

SELECT ?title ?code ?values ?datastart ?dataend ?dataset WHERE {
  ?dataset a void:Dataset ;
        dcterms:creator estattoc:Eurostat;
        rdfs:label ?title;
        cr:tag "environment";
        otoc:code ?code;
        otoc:dataStart ?datastart;
        otoc:dataEnd ?dataend;
        otoc:values ?values.
} ORDER BY ?title


Permalinks

Document Actions