query-de4cd8d4f6fb3f9c8c41c66cf9e8048c

rq turtle/ttl

Peruanos que han recibido premios este año Peruanos que han recibido premios este año Peruanos que han recibido premios este año Peruaanse mensen die dit jaar prijzen hebben gekregen

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT
  ?peruano
  ?peruanoLabel
  ?premio
  ?premioLabel
  ?premioDescription
{
  {?peruano wdt:P27 wd:Q419 }
  UNION
  {?peruano wdt:P19/wdt:P131* wd:Q419 }

  ?peruano
    p:P166 ?enunciado.

  ?enunciado
    ps:P166 ?premio;
    pq:P585 ?fecha.

  FILTER(YEAR(?fecha) = YEAR(NOW()))

  SERVICE wikibase:label { bd:serviceParam wikibase:language "es". }
}
ORDER BY ?peruanoLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?enunciado") v2("?fecha") v3("?peruano"):::projected v1("?peruanoLabel"):::projected v5("?premio"):::projected a1((" ")) c9(["bd:serviceParam"]):::iri c2(["wd:Q419"]):::iri c11(["es"]):::literal f0[["year-from-dateTime(?fecha) = year-from-dateTime(NOW())"]] f0 --> v2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v3 --"p:direct/P19"--> a1 a1 --"p:direct/P131"--> c2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v3 --"p:direct/P27"--> c2 end union0r <== or ==> union0l end v3 --"p:P166"--> v4 v4 --"p:statement/P166"--> v5 v4 --"p:qualifier/P585"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end