query-7ef152ae58bdb0386828c55aef211c40

rq turtle/ttl

Conflated references

Use at

PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
SELECT * WHERE {
  VALUES ?pr { pr:P248 pr:P813 pr:P854 } .
  ?ref ?pr ?val1, ?val2 .
  FILTER( ?val1 != ?val2 ) . 
  ?statement prov:wasDerivedFrom ?ref .
} LIMIT 1000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?pr"):::projected v4("?ref"):::projected v5("?statement"):::projected v1("?val1"):::projected v2("?val2"):::projected f0[["?val1 != ?val2"]] f0 --> v1 f0 --> v2 bind1[/VALUES ?pr/] bind1-->v3 bind10(["pr:P248"]) bind10 --> bind1 bind11(["pr:P813"]) bind11 --> bind1 bind12(["pr:P854"]) bind12 --> bind1 v4 -->v3--> v1 v4 -->v3--> v2 v5 --"prov:wasDerivedFrom"--> v4