query-4e66e7fa5b78745fbc8662539dd2c84e

rq turtle/ttl

Cosas nombradas después de peruanos en otros países Cosas nombradas después de peruanos en otros países Cosas nombradas después de peruanos en otros países Dingen in andere landen die naar Peruanen zijn genoemd

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
  ?país
  ?paísLabel
  ?instancia_deLabel
  ?cosa
  ?cosaLabel
  ?peruano
  ?peruanoLabel
{
  {?peruano wdt:P27 wd:Q419 }
  UNION
  {?peruano wdt:P19/wdt:P131* wd:Q419 }

  ?cosa wdt:P138 ?peruano;
        wdt:P17 ?país;
        wdt:P31 ?instancia_de.

  FILTER(?país != wd:Q419)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "es". }
}
ORDER BY ?paísLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?cosa"):::projected v5("?instancia_de") v2("?país"):::projected v1("?paísLabel"):::projected v3("?peruano"):::projected a1((" ")) c9(["bd:serviceParam"]):::iri c1(["wd:Q419"]):::iri c11(["es"]):::literal f0[["?país != 'wd:Q419'"]] f0 --> v2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P19"--> a1 a1 --"wdt:P131"--> c1 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P27"--> c1 end union0r <== or ==> union0l end v4 --"wdt:P138"--> v3 v4 --"wdt:P17"--> v2 v4 --"wdt:P31"--> v5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end