- Add option to verify signature of datasets - Add functions to get `meta_graph_stats`, `easy_tables_metadata`, `easy_table` datasets without dependencies
Fixed
- Fix domain/ranges of dbpedia property dataset & make them not optional - Fix deserializing wikidata property in Rust
7.0.4
Fixed
- Fix code to not require `spark` or `ray` unless really need it
7.0.2
Fixed
- Remove unused imports
7.0.1
Added
- Add `entity_types` db - Add `norm_mentions`, `mention_to_entities` dbs
- Add default classes & properties: `rdf:Resource` and `rdf:type`. - Supports manual corrections in DBpedia such as `dbo:collectionSize` to `dbo:country`. - Add `dbpedia.datasets.meta_graph` and `dbpedia.datasets.meta_graph_stats` datasets.
Changed
- Reuse code: `GenericDB.get_default_props` now calls `ont_property.get_default_props`. - Drop support for Python 3.9 to use new features in dataclass
Fixed
- Fix domains/ranges of ontology properties
6.5.2
Fixed
- Update hugedict to `2.12.0` to fix rocksdb loader error (affect `entity_labels` database)