Added
- Add DBpedia `entity_metadata` dataset
- Add `entity_metadata` databases and scripts to build DBpedia databases (`entity_metadata`, `entity_labels`, `entity_redirections`)
Fixed
- Improve type hints in various places.
Changed
- Rename DBpedia `redirection_dump` dataset to `entity_redirections`.
- DBpedia `entity_labels` dataset now use the common class `kgdata.models.entity.EntityLabel` to make it similar to Wikidata.
- `kgdata.wikidata.db` cli can print the first key-value in the database when no keys are provided.
[2.3.3](https://github.com/binh-vu/kgdata/tree/2.3.3) (2022-07-06)
[Full Changelog](https://github.com/binh-vu/kgdata/compare/1.7.1...2.3.3)
Changed
- Upgrade hugedict from version 1 to version 2 using Rust. Existing RocksDB located in: `<db_folder>/primary` should change to just `<db_folder>`