query-b1fa3d957f446e2987224ecbcda9b684
ItemsMatteo Ponzone (Q1268917)Matthew Henry Wilson (Q26248169)Matthäus Greuter (Q3299661)
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
SELECT ?item ?target {
VALUES ?item {
wd:Q1268917
wd:Q26248169
wd:Q3299661
} .
?item owl:sameAs ?target .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?target"):::projected
bind0[/VALUES ?item/]
bind0-->v1
bind00(["wd:Q1268917"])
bind00 --> bind0
bind01(["wd:Q26248169"])
bind01 --> bind0
bind02(["wd:Q3299661"])
bind02 --> bind0
v1 --"owl:sameAs"--> v2