- Fix code to not require
spark
orray
unless really need it
- Remove unused imports
- Add
entity_types
db - Add
norm_mentions
,mention_to_entities
dbs
- Fix domain/ranges of dbpedia property dataset
- Fix missing dependencies (ftfy)
- Upgrade RDFLib
- Add option to verify signature of datasets
- Add functions to get
meta_graph_stats
,easy_tables_metadata
,easy_table
datasets without dependencies
- Fix domain/ranges of dbpedia property dataset & make them not optional
- Fix deserializing wikidata property in Rust
- Add default classes & properties:
rdf:Resource
andrdf:type
. - Supports manual corrections in DBpedia such as
dbo:collectionSize
todbo:country
. - Add
dbpedia.datasets.meta_graph
anddbpedia.datasets.meta_graph_stats
datasets.
- Reuse code:
GenericDB.get_default_props
now callsont_property.get_default_props
. - Drop support for Python 3.9 to use new features in dataclass
- Fix domains/ranges of ontology properties
- Update hugedict to
2.12.0
to fix rocksdb loader error (affectentity_labels
database)
- Add classes & properties to
dbpedia.datasets.entities
dataset. - Fix
OntologyProperty.is_object_property
function (missingentity
datatype)
- Reuse
EntityTypeAndDegree
from wikidata datasets for thedbpedia.datasets.entity_types_and_degrees
dataset.
- Add DBpedia
entity_metadata
dataset - Add
entity_metadata
databases and scripts to build DBpedia databases (entity_metadata
,entity_labels
,entity_redirections
)
- Improve type hints in various places.
- Rename DBpedia
redirection_dump
dataset toentity_redirections
. - DBpedia
entity_labels
dataset now use the common classkgdata.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 (2022-07-06)
- Upgrade hugedict from version 1 to version 2 using Rust. Existing RocksDB located in:
<db_folder>/primary
should change to just<db_folder>