[17:30:00] Happy Christmas everyone! :) [17:30:00] I have a question related with the linked data interface to retrieve entity values, i.e.: https://www.wikidata.org/wiki/Special:EntityData, before - last time I tried was September 2022 - I could download a .TTL file for a given entity, e.g.: [17:30:01] https://www.wikidata.org/wiki/Special:EntityData?id=Q610788&format=ttl [17:30:01] and it would includes descriptions of other entities it refers to in multiple languages, now it only has the values in English. For example, for: [17:30:02] https://www.wikidata.org/wiki/Special:EntityData?id=Q610788&format=ttl [17:30:02] the property 'educated at' (P69) would have an item description in multiple languages, but now it only has in English, e.g: [17:30:03] wd:Q1122926 a wikibase:Item ; [17:30:03]     rdfs:label "University of Lisbon"@en ; [17:30:04]     skos:prefLabel "University of Lisbon"@en ; [17:30:04]     schema:name "University of Lisbon"@en ; [17:30:05]     schema:description "public research university in Lisbon, Portugal"@en . [17:30:05] Is there a special parameter to be given so that I can also have descriptions of entities it refers to in other languages [20:01:06] DavidSBatista: please don't paste into the channel [20:01:18] use pastebin for anything more than 3 lines [20:15:27] could as well just write this into a single line 🤭 [20:21:12] ok, sorry [20:21:15] I will rephrase it [20:21:20] I have a question related with the linked data interface to retrieve entity values, i.e.: https://www.wikidata.org/wiki/Special:EntityData, before - last time I tried was September 2022 - I could download a .TTL file for a given entity, e.g.: https://www.wikidata.org/wiki/Special:EntityData?id=Q610788&format=ttl and it would includes descriptions [20:21:21] of other entities it refers to in multiple languages, now it only has the values in English. For example, for https://www.wikidata.org/wiki/Special:EntityData?id=Q610788&format=ttl, the property 'educated at' (P69) would have an item description in multiple languages, but now it only has in English, (see: https://pastebin.com/FGNBuuau). Is there a [20:21:21] special parameter to be given so that I can also have descriptions of entities it refers to in other languages?