query-72f74bcc9c8f0c36f312e6f0718c94df

rq turtle/ttl

Densidad de población de todas las comunidades autónomas de España

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?comunidadAutonoma ?ciudadAutonoma ?comunidadForal ?comunidadAutonomaLabel ?ciudadAutonomaLabel ?comunidadForalLabel ?coordenadas (AVG(?pob) as ?poblacion) WHERE {   {?comunidadAutonoma wdt:P31 wd:Q10742 ;              wdt:P625 ?coordenadas ;              wdt:P1082 ?pob .}   UNION    {?ciudadAutonoma wdt:P31 wd:Q16532593 ;                    wdt:P625 ?coordenadas ;                    wdt:P1082 ?pob.}   UNION   {?comunidadForal wdt:P31 wd:Q3297051 ;                    wdt:P625 ?coordenadas ;                    wdt:P1082 ?pob.}    SERVICE wikibase:label           { bd:serviceParam wikibase:language "es,en". } } GROUP BY ?comunidadAutonoma ?ciudadAutonoma ?comunidadForal ?comunidadAutonomaLabel ?ciudadAutonomaLabel ?comunidadForalLabel ?coordenadas

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?ciudadAutonoma"):::projected v1("?comunidadAutonoma"):::projected v5("?comunidadForal"):::projected v2("?coordenadas"):::projected v3("?pob"):::projected v6("?poblacion") c8(["bd:serviceParam"]):::iri c10(["es,en"]):::literal c5(["wd:Q16532593"]):::iri c6(["wd:Q3297051"]):::iri c2(["wd:Q10742"]):::iri subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v5 --"wdt:P31"--> c6 v5 --"wdt:P625"--> v2 v5 --"wdt:P1082"--> v3 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v4 --"wdt:P31"--> c5 v4 --"wdt:P625"--> v2 v4 --"wdt:P1082"--> v3 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> c2 v1 --"wdt:P625"--> v2 v1 --"wdt:P1082"--> v3 end union0r <== or ==> union0l end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end bind1[/"average(?pob)"/] v3 --o bind1 bind1 --as--o v6