Jheald created this task. Jheald added a subscriber: Jheald. Jheald added projects: Wikidata, Wikidata-Query-Service. Herald added subscribers: StudiesWorld, Aklapper. Herald added a project: Discovery.
TASK DESCRIPTION It seems that when a label is changed, the value isn't always updated cleanly in the Blazegraph database, which will sometimes return both the old label and the new label. For example, ``` PREFIX wd: <http://www.wikidata.org/entity/> SELECT ?o ?lang ?p WHERE { wd:Q1006876 ?o ?p . BIND (lang(?p) AS ?lang) } ``` Here for [[ https://www.wikidata.org/wiki/Q1006876 | Q1006876 ]] there are two 'en'-language labels returned, "UK borough" and "borough in the United Kingdom", when there should only be the latter. This has now been the case for a number of weeks. Similarly, Q21497886 (label edited this evening) is now also showing two en-language labels TASK DETAIL https://phabricator.wikimedia.org/T118793 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Jheald Cc: Aklapper, StudiesWorld, Jheald, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331 _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
