User:TweetsFactsAndQueries/Queries/statements with a reference authored by Claas Relotius

From Wikidata
Jump to navigation Jump to search

Originally posted on Twitter and on Mastodon.

# statements with a reference authored by Claas Relotius
SELECT ?statement WHERE {
  ?statement prov:wasDerivedFrom ?reference.
  { ?reference pr:P50 wd:Q59914102. } UNION
  { ?reference pr:P2093 "Claas Relotius". } UNION
  {
    ?reference pr:P248 ?item.
    { ?item wdt:P50 wd:Q59914102. } UNION
    { ?item wdt:P2093 "Claas Relotius". }
  }
}
Try it!