User:TweetsFactsAndQueries/Queries/statements with a reference authored by Claas Relotius
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". }
}
}