[09:46:01] Hi, So I have wikidata Id Corresponding to some entities. Is there a way to find out the Name/label/Title of the wikipedia page for that Id? [09:52:00] prateeky2806: Sure :) Via the API? [09:52:09] Have a look at https://www.wikidata.org/w/api.php?action=help&modules=wbgetentities [09:52:34] Like https://www.wikidata.org/w/api.php?action=wbgetentities&ids=Q42&props=sitelinks? [09:53:38] No, What I want is more like a dictionary mapping. [09:55:16] hm [09:55:21] we can filter by site id https://www.wikidata.org/w/api.php?action=wbgetentities&ids=Q42&props=sitelinks&sitefilter=enwiki [09:55:39] but not give you an actual dictionary "Q123" -> "Banana" [09:57:08] Does wikidata has other entities not mentioned in wikipedia ? [09:58:07] Plenty, yes [09:58:32] Just click on "Random item" on Wikidata a few time ;) [09:58:33] * time [09:58:33] s [09:59:36] But all wikipedia is in wikidata, right? [10:00:11] Almost all of it, but there are no conceptual guarantees on that [10:00:29] but bots linked (almost) all articles to Wikidata [10:02:44] The thing is I am not at all familiar with wikidata so I am having a tough time with it. [10:03:01] what are you trying to achieve? [10:05:40] Are you familiar with wikiedits dataset ? [10:06:26] I have some wikidata Id and I want to map them to articles in wikiedits data. [10:07:34] How do you want to map them? Just by sitelink or in another way? [10:10:15] Suppose the wikidata Id For Barack Obama is 'Q1232' and there is a wikipedia page with title barack Obama. So I want to say that these two refer to the same thing. [10:12:11] In that case you should use the API as pointed out aboveā€¦ if you have a lot of these mappings to do, you might be better of with the "wb_items_per_site.sql" dump [10:12:19] See https://dumps.wikimedia.org/wikidatawiki/20171001/ for the dumps [10:14:09] Thanks. [15:04:56] Lydia_WMDE: Tours are broken again, the same still applies for AuthorityControl. :(