next
previous
items

Data table via SPARQL

Number of deliveries per country from 1 January to now

Data table via SPARQL Published 05 Jul 2012 Last modified 29 Aug 2020

Download this dataset

Dataset preview

(Live Query)

locality count
"IT" "196"^^<http://www.w3.org/2001/XMLSchema#int>
"DE" "161"^^<http://www.w3.org/2001/XMLSchema#int>
"ES" "131"^^<http://www.w3.org/2001/XMLSchema#int>
"GB" "126"^^<http://www.w3.org/2001/XMLSchema#int>
"GR" "102"^^<http://www.w3.org/2001/XMLSchema#int>
"FR" "99"^^<http://www.w3.org/2001/XMLSchema#int>
"PL" "94"^^<http://www.w3.org/2001/XMLSchema#int>
"LT" "87"^^<http://www.w3.org/2001/XMLSchema#int>
"LV" "83"^^<http://www.w3.org/2001/XMLSchema#int>
"EE" "79"^^<http://www.w3.org/2001/XMLSchema#int>

Received 44 rows in 0.027 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/eionet/data/eionet-data/number-of-deliveries-per-country-from-1-january-to-now/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 ?locality count(DISTINCT ?subj) AS ?count
WHERE {
  ?subj a rod:Delivery ;
        rod:released ?released ;
        rod:locality _:locuri ;
        rod:obligation ?obluri .
  _:locuri rod:loccode ?locality.
 FILTER(bif:year(?released) = bif:year(bif:curdatetime()))
} GROUP BY ?locality ORDER BY DESC(?count)


Permalinks

Document Actions