0

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.

The Wanderer
  • 3,051
  • 6
  • 29
  • 53

1 Answers1

2

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

Tgr
  • 27,442
  • 12
  • 81
  • 118