query-d6d9a68c03699362ad3329ca5fb983c5

rq turtle/ttl

Patrimonio neto de peruanos ordenado descendentemente Patrimonio neto de peruanos ordenado descendentemente Patrimonio neto de peruanos ordenado descendentemente Netto-investeringsbezit van Peruanen (aflopend gesorteerd)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT
  ?peruano
  ?peruanoLabel
  ?peruanoDescription
  ?patrimonio_neto
{
  {?peruano wdt:P27 wd:Q419 }
  UNION
  {?peruano wdt:P19/wdt:P131* wd:Q419 }

  ?peruano wdt:P2218 ?patrimonio_neto.
}
ORDER BY DESC(?patrimonio_neto)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?patrimonio_neto"):::projected v2("?peruano"):::projected a1((" ")) c2(["wd:Q419"]):::iri 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:P2218"--> v1