query-20f6f122cc3d139f2d95430c710a214b

rq turtle/ttl

title:Other awards won by Booker nominees (people) SELECT DISTINCT ?item ?itemLabel ?awardLabel ?otherawardLabel (YEAR(?time) AS ?year) WHERE { VALUES ?award{wd:Q160082 wd:Q2052291} ?item wdt:P1411|wdt:P166 ?award. ?item wdt:P31 wd:Q5. ?item p:P166 ?s.?s ps:P166 ?otheraward FILTER(?otheraward NOT IN(wd:Q160082, wd:Q2052291)) OPTIONAL{?s pq:P585 ?time} SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" } } ORDER BY ?itemLabel ?year

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#>
#title:Other awards won by Booker nominees (people)
SELECT DISTINCT ?item ?itemLabel ?awardLabel ?otherawardLabel (YEAR(?time) AS ?year) WHERE {
  VALUES ?award{wd:Q160082 wd:Q2052291}
  ?item wdt:P1411|wdt:P166 ?award. 
  ?item wdt:P31 wd:Q5.
  ?item p:P166 ?s.?s ps:P166 ?otheraward FILTER(?otheraward NOT IN(wd:Q160082, wd:Q2052291))
  OPTIONAL{?s pq:P585 ?time}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
} ORDER BY ?itemLabel ?year

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?award") v5("?item"):::projected v1("?itemLabel"):::projected v3("?otheraward") v6("?s") v7("?time"):::projected v8("?year") c11(["bd:serviceParam"]):::iri c6(["wd:Q5"]):::iri c13(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["?otheraward != 'wd:Q160082'?otheraward != 'wd:Q2052291'"]] f0 --> v3 bind1[/VALUES ?award/] bind1-->v4 bind10(["wd:Q160082"]) bind10 --> bind1 bind11(["wd:Q2052291"]) bind11 --> bind1 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v5 --"p:direct/P166"--> v4 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v5 --"p:direct/P1411"--> v4 end union0r <== or ==> union0l end v5 --"p:direct/P31"--> c6 v5 --"p:P166"--> v6 v6 --"p:statement/P166"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v6 -."p:qualifier/P585".-> v7 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end bind2[/"year-from-dateTime(?time)"/] v7 --o bind2 bind2 --as--o v8