This directory holds files obtained via [Wikidata](https://www.wikidata.org/).
# Downloaded Files
- `latest-all.json.bz2`
Obtained from (on 23/08/22).
Format info can be found at .
# Other Files
- genTaxonSrcData.py
Used to generate a database holding taxon information from the dump.
- offsets.dat
Holds bzip2 block offsets for the dump. Generated and used by
genTaxonSrcData.py for parallel processing of the dump.
- taxonSrcs.db
Generated by genTaxonSrcData.py.
Tables:
- `src_id_to_title`: `src TEXT, id INT, title TEXT, PRIMARY KEY(src, id)`
- `title_iucn`: `title TEXT PRIMARY KEY, status TEXT`