| WikidataFacts added a comment. |
I think these are the same issue:
SELECT ?x ?xLabel WHERE {
BIND(wd:Q42 AS ?x).
BIND("Douglas Adams"@en AS ?xLabel).
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}SELECT ?x ?xLabel WHERE { VALUES (?x ?xLabel) { (wd:Q42 "Douglas Adams"@en) } SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } }(Motivation for the second example: I have a selection of values with predefined labels, which may not match the Wikidata labels.)
TASK DETAIL
EMAIL PREFERENCES
To: WikidataFacts
Cc: Smalyshev, Aklapper, WikidataFacts, EBjune, merbst, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331, Jay8g, Krenair
Cc: Smalyshev, Aklapper, WikidataFacts, EBjune, merbst, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331, Jay8g, Krenair
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
