Search code examples
wikipediawikidatalinked-data

Mapping Wikidata QID to Wikipedia CurID


Two questions:

  1. How can I map QID from Wikidata to English Wikipedia CurID using dumps?

  2. Which dump to use?

I am not looking for an API based solution, as I want to generate this mapping for all wikipedia entities.


Solution

  • Probably the easiest way is to fetch the page_props table from the database dumps and look for the wikibase_item property.