Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Query-Service.
Herald added subscribers: PokestarFan, Aklapper.
Herald added a project: Discovery.

TASK DESCRIPTION

Take, for example, the following query:

SELECT ?type ?typeLabel WHERE {
  wd:Q302 wdt:P1853 ?type.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

The results are:

wd:Q19831455AB
t505463773t505463773

t505463773 is the string representation of an RDF blank node, which in this context means unknown value. Since we don’t use blank nodes anywhere else in the Wikibase RDF export format, I think it would be a nice idea for the label service to display this as “unknown value”.

(Slight complication: ideally, “unknown value” should of course be localized, but as far as I can tell the entire query service doesn’t yet have any i18n infrastructure.)


TASK DETAIL
https://phabricator.wikimedia.org/T173248

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Jonas, Aklapper, Smalyshev, Lucas_Werkmeister_WMDE, PokestarFan, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to