query-561b78a5235c4b778a9ad30e7c29c04f
Things with two different Ashmolean Museum identifiers (should give no results)
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT * WHERE {
?i wdt:P6610 ?id1; wdt:P6610 ?id2 FILTER (?id1 > ?id2)
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?i"):::projected
v1("?id1"):::projected
v2("?id2"):::projected
f0[["?id1 > ?id2"]]
f0 --> v1
f0 --> v2
v3 --"wdt:P6610"--> v1
v3 --"wdt:P6610"--> v2