query-dd685469b2b7de52f25c0a5bac479986

rq turtle/ttl

Peruanos que han ganado competencias internacionales Peruanos que han ganado competencias internacionales Peruanos que han ganado competencias internacionales Peruanen die internationale competities hebben gewonnen

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 DISTINCT
  ?peruano
  ?peruanoLabel
  ?competición_internacional
  ?competición_internacionalLabel
{
  {?peruano wdt:P27 wd:Q419 }
  UNION
  {?peruano wdt:P19/wdt:P131* wd:Q419 }

  ?competición_internacional
    wdt:P1346 ?peruano;
    wdt:P31/wdt:P279* wd:Q44637051.

  SERVICE wikibase:label { bd:serviceParam wikibase:language "es". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?competición_internacional"):::projected v1("?peruano"):::projected a1((" ")) a2((" ")) c8(["wd:Q44637051"]):::iri c10(["bd:serviceParam"]):::iri c2(["wd:Q419"]):::iri c12(["es"]):::literal subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P19"--> a1 a1 --"wdt:P131"--> c2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P27"--> c2 end union0r <== or ==> union0l end v2 --"wdt:P1346"--> v1 v2 --"wdt:P31"--> a2 a2 --"wdt:P279"--> c8 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end