query-2ba7732a6183c0ef682d7699e1a547f8

rq turtle/ttl

Políticos peruanos que han sido condenados por algún crimen Políticos peruanos que han sido condenados por algún crimen Políticos peruanos que han sido condenados por algún crimen Peruaanse politici die zijn veroordeeld voor een misdrijf

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
  ?peruano
  ?peruanoLabel
  ?crimen
  ?crimenLabel
{
   {
  SELECT DISTINCT ?peruano ?crimen {
     {
  SELECT DISTINCT ?peruano {
    {?peruano wdt:P27 wd:Q419 }
    UNION
    {?peruano wdt:P19/wdt:P131* wd:Q419 }
    UNION
    {?peruano wdt:P1532 wd:Q419}
  }
}
    ?peruano wdt:P1399 ?crimen.
  }
}
  ?peruano wdt:P106/wdt:P279* wd:Q82955.
  SERVICE wikibase:label {bd:serviceParam wikibase:language "es"}.
}
ORDER BY ASC(?peruanoLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?crimen"):::projected v2("?peruano"):::projected v1("?peruanoLabel"):::projected a1((" ")) a2((" ")) c2(["wd:Q419"]):::iri c9(["wd:Q82955"]):::iri c13(["es"]):::literal c11(["bd:serviceParam"]):::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; v2 --"wdt:P1532"--> c2 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P19"--> a1 a1 --"wdt:P131"--> c2 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P27"--> c2 end union0r <== or ==> union0l end v2 --"wdt:P1399"--> v3 v2 --"wdt:P106"--> a2 a2 --"wdt:P279"--> c9 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end