query-b35a03c3d1ed68fb4ff9437dd0364081

rq turtle/ttl

Use of the new qualifier only property nominee (P2453)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX v: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>

SELECT ?item ?itemLabel ?nominee ?nomineeLabel WHERE {
  ?item p:P1411 ?award_statement .
  ?award_statement pq:P2453 ?nominee .
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" .
  }
} ORDER BY ?item

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?award_statement") v1("?item"):::projected v3("?nominee"):::projected c4(["bd:serviceParam"]):::iri c6(["en"]):::literal v1 --"p:P1411"--> v2 v2 --"p:qualifier/P2453"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end