next
previous
items

Data table via SPARQL

Number of AQ stations per INSPIRE namespace

Data table via SPARQL Published 02 Apr 2014 Last modified 19 Apr 2016

Download this dataset

Dataset preview

(Live Query)

inspireNamespace count
"aqd.azo.hr" "17"^^<http://www.w3.org/2001/XMLSchema#int>
"AT.0008.20.AQ" "176"^^<http://www.w3.org/2001/XMLSchema#int>
"BE.CELINE-IRCEL.AQ" "178"^^<http://www.w3.org/2001/XMLSchema#int>
"CH.Meteotest.AQ" "49"^^<http://www.w3.org/2001/XMLSchema#int>
"CY.DLI-MLSI.AQ" "9"^^<http://www.w3.org/2001/XMLSchema#int>
"CZ.CHMI Prague Komorany.AQ" "209"^^<http://www.w3.org/2001/XMLSchema#int>
"DK.DCE.AQ" "13"^^<http://www.w3.org/2001/XMLSchema#int>
"EE.EERC.AQ" "10"^^<http://www.w3.org/2001/XMLSchema#int>
"ES.BDCA.AQD" "599"^^<http://www.w3.org/2001/XMLSchema#int>
"FI.FMI.AQ" "71"^^<http://www.w3.org/2001/XMLSchema#int>

Received 27 rows in 0.001 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/eionet/data/local-sparql-queries/number-of-aq-stations-per-inspire-namespace/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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX a: <http://rdfdata.eionet.europa.eu/airquality/ontology/>
PREFIX aqr: <http://reference.eionet.europa.eu/aq/ontology/>

SELECT ?inspireNamespace COUNT(?stationURI) AS ?count
WHERE {
?stationURI a aqr:Station;
            aqr:inspireNamespace ?inspireNamespace 
}
GROUP BY ?inspireNamespace
ORDER BY ucase(?inspireNamespace)


Permalinks

Document Actions