query-f17ba082495be09627298e4f2f0ff564

rq turtle/ttl

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". } } }

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
# 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". }
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?item") v2("?reference") v1("?statement"):::projected c5(["Claas Relotius"]):::literal c3(["wd:Q59914102"]):::iri v1 --"prov:wasDerivedFrom"--> v2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v2 --"pr:P248"--> v3 subgraph union2[" Union "] subgraph union2l[" "] style union2l fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P2093"--> c5 end subgraph union2r[" "] style union2r fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P50"--> c3 end union2r <== or ==> union2l end end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v2 --"pr:P2093"--> c5 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"pr:P50"--> c3 end union0r <== or ==> union0l end