User:TweetsFactsAndQueries/Queries/Nobel prize winners who committed suicide

Originally posted on Twitter and on Mastodon.

# Nobel prize winners who committed suicide
SELECT ?author ?authorLabel ?prizeLabel WHERE {
  ?author wdt:P31 wd:Q5;
          wdt:P166 ?prize;
          wdt:P1196 wd:Q10737.
  ?prize wdt:P361 wd:Q7191.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?prizeLabel
Try it!