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
- `gen_taxon_src_data.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.
- `taxon_srcs.db`
Generated by `gen_taxon_src_data.py`.
Tables:
- `src_id_to_title`: `src TEXT, id INT, title TEXT, PRIMARY KEY(src, id)`
- `title_iucn`: `title TEXT PRIMARY KEY, status TEXT`