Data table via SPARQL
Swedish counties with number of waters per 1000 KM2
Download this dataset
Dataset preview
(Live Query)
Received 20 rows in 0.002 seconds.
https://www.eea.europa.eu/data-and-maps/daviz/eionet/data/local-sparql-queries/swedish-counties-with-nuts-area-and-number-of-waters/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.
http://cr.eionet.europa.eu/sparql
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX qb: <http://purl.org/linked-data/cube#>
PREFIX sdmx-measure: <http://purl.org/linked-data/sdmx/2009/measure#>
PREFIX sdmx-dimension: <http://purl.org/linked-data/sdmx/2009/dimension#>
PREFIX sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#>
PREFIX v: <http://www.viss.lansstyrelsen.se/rdf/schemas/viss.rdf#>
SELECT ?countyname COUNT(?water) * 1000 / ?area AS ?numwaterkm2
WHERE {
?countyurl v:inCountry <http://www.viss.lansstyrelsen.se/rdf/countries.rdf#SE> ;
rdfs:label ?countyname;
owl:sameAs ?geo .
?geo skos:notation ?nutscode .
_:demo_r_d3area qb:dataSet <http://rdfdata.eionet.europa.eu/eurostat/data/demo_r_d3area>.
_:demo_r_d3area sdmx-dimension:timePeriod "2012-01-01"^^xsd:date .
_:demo_r_d3area property:landuse <http://rdfdata.eionet.europa.eu/eurostat/dic/landuse#TOTAL> .
_:demo_r_d3area sdmx-dimension:refArea ?geo .
_:demo_r_d3area sdmx-measure:obsValue ?area .
?water v:responsibleCountyCode ?countyurl .
}
GROUP BY ?countyname ?countyurl ?area ?nutscode
ORDER BY ?countyname
Error when running query:
Query timeout. timed out
Permalinks
- Permalink to this version
- 3a89232f65a54bd780d010cce9b438db
- Permalink to latest version
- KX86CRS0YO
For references, please go to https://www.eea.europa.eu/data-and-maps/daviz/eionet/data/local-sparql-queries/swedish-counties-with-nuts-area-and-number-of-waters or scan the QR code.
PDF generated on 16 Jan 2021, 08:22 PM
Document Actions
Share with others