VladimirAlexiev created this task.
VladimirAlexiev added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  Consider this query:
  
    select ?co ?coLabel (lang(?coLabel) as ?labelLang) ?coDescription { # 
(lang(?coDescription) as ?descriptionLang) {
      ?co wdt:P31 wd:Q783794
      SERVICE wikibase:label { bd:serviceParam wikibase:language 
"[AUTO_LANGUAGE],en,fr,de,it,nl,hu". }
    } limit 10
  
  This returns company labels and descriptions, and the lang of the picked 
label.
  But if I uncomment the first line to also return the lang of description, 
then NO description is returned.

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

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

To: VladimirAlexiev
Cc: Aklapper, VladimirAlexiev, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Jonas, Xmlizer, jkroll, Smalyshev, 
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