next
previous
items

Data table via SPARQL

Swedish counties from Länsstyrelsen combined with population statistics from Eurostat

Data table via SPARQL Published 04 Jul 2012 Last modified 26 Sep 2023
This page was archived on 26 Sep 2023 with reason: Other (Content is outdated. SPARQL endpoint is deprecated.)

Download this dataset

Dataset preview

(Live Query)

len name population sex

Received 0 rows in 0.030 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/eionet/data/eea-data/swedish-counties-from-lansstyrelsen-combined-with-population-statistics-from-eurostat-1/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 v: <http://www.viss.lansstyrelsen.se/rdf/schemas/viss.rdf#>
PREFIX dbo: <http://dbpedia.org/ontology/>
PREFIX cube: <http://purl.org/linked-data/cube#>
PREFIX p: <http://eurostat.linked-statistics.org/property#>
PREFIX dimension: <http://purl.org/linked-data/sdmx/2009/dimension#>
PREFIX measure: <http://purl.org/linked-data/sdmx/2009/measure#>

SELECT ?len ?name ?population ?sex
WHERE {
  ?len a v:County ;
         v:code ?code;
         rdfs:label ?name;
         owl:sameAs ?ld.
?ds p:geo ?ld. 
 ?ds cube:dataSet <http://eurostat.linked-statistics.org/data/demo_r_pjanaggr3>;
     dimension:timePeriod "2011-01-01"^^xsd:date;
     measure:obsValue ?population;
     p:age <http://eurostat.linked-statistics.org/dic/age#TOTAL>;
     p:sex ?usex.
?usex rdfs:label ?sex FILTER(LANG(?sex) = 'en')
} ORDER BY ?name ?sex


Permalinks

Document Actions