next
previous
items

Data table via SPARQL

Reportnet deliveries all years

Download this dataset

Dataset preview

(Live Query)

year country count
"2000" "Netherlands" "1"^^<http://www.w3.org/2001/XMLSchema#int>
"2000" "Poland" "3"^^<http://www.w3.org/2001/XMLSchema#int>
"2001" "Denmark" "1"^^<http://www.w3.org/2001/XMLSchema#int>
"2001" "Poland" "4"^^<http://www.w3.org/2001/XMLSchema#int>
"2002" "Austria" "10"^^<http://www.w3.org/2001/XMLSchema#int>
"2002" "Bulgaria" "1"^^<http://www.w3.org/2001/XMLSchema#int>
"2002" "Czechia" "3"^^<http://www.w3.org/2001/XMLSchema#int>
"2002" "Denmark" "3"^^<http://www.w3.org/2001/XMLSchema#int>
"2002" "Estonia" "1"^^<http://www.w3.org/2001/XMLSchema#int>
"2002" "France" "7"^^<http://www.w3.org/2001/XMLSchema#int>

Received 892 rows in 0.068 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/eionet/data/local-sparql-queries/reportnet-deliveries-all-years/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://cr.eionet.europa.eu/sparql

PREFIX rod: <http://rod.eionet.europa.eu/schema.rdf#>
PREFIX dct: <http://purl.org/dc/terms/>

SELECT  str(bif:year(?released)) as ?year ?country count(DISTINCT ?subj) AS ?count
WHERE {
  ?subj a rod:Delivery ;
        rod:released ?released ;
        rod:locality _:locuri ;
        rod:obligation ?obluri .
  _:locuri rod:localityName ?country.
} GROUP BY ?country bif:year(?released) ORDER BY ?year ?country


Permalinks

Document Actions