query-84849122c76d700f31e95daac5b12298

rq turtle/ttl

Tabla de frecuencia de ocupaciones de peruanos Tabla de frecuencia de ocupaciones de peruanos Tabla de frecuencia de ocupaciones de peruanos Frequentie van de beroepen van Peruanen

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
  ?ocupación
  ?ocupaciónLabel
  (COUNT(?ocupaciónLabel) AS ?conteo)
{
  {?peruano wdt:P27 wd:Q419 }
  UNION
  {?peruano wdt:P19/wdt:P131* wd:Q419 }

  ?peruano wdt:P31 wd:Q5;
           wdt:P106 ?ocupación.

  SERVICE wikibase:label { bd:serviceParam wikibase:language "es". }
}
GROUP BY ?ocupación ?ocupaciónLabel
ORDER BY DESC(?conteo)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?conteo") v3("?ocupación"):::projected v4("?ocupaciónLabel"):::projected v2("?peruano") a1((" ")) c9(["bd:serviceParam"]):::iri c6(["wd:Q5"]):::iri c2(["wd:Q419"]):::iri c11(["es"]):::literal subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P19"--> a1 a1 --"wdt:P131"--> c2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P27"--> c2 end union0r <== or ==> union0l end v2 --"wdt:P31"--> c6 v2 --"wdt:P106"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end bind1[/"count(?ocupaciónLabel)"/] v4 --o bind1 bind1 --as--o v5