query-810c982b69cd00dcfbf907ecd4274293
]reply[06:11, 8 May 2022 (UTC)) talk (InfrastrukturDon't know if it is a bug, but it looks kinda bug-like, ran under the sofa when I tried to whack it with a newspaper. ]reply[05:40, 9 May 2022 (UTC)) talk (InfrastrukturAnother testcase. Expected rows 2, returned 4.
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT * WHERE {
VALUES ?item { wd:Q42 wd:Q42 }
?item wdt:P569 ?dob.
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?dob"):::projected
v1("?item"):::projected
c3(["bd:serviceParam"]):::iri
c5(["en"]):::literal
bind0[/VALUES ?item/]
bind0-->v1
bind00(["wd:Q42"])
bind00 --> bind0
bind01(["wd:Q42"])
bind01 --> bind0
v1 --"wdt:P569"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end