Skip to content

Wikidata Toolkit 0.2.0

Compare
Choose a tag to compare
@mkroetzsch mkroetzsch released this 06 Jun 21:58
· 1507 commits to master since this release

The second release of the Wikidata Toolkit improves the dump processing capabilities of v0.1.0 and adds new serialization formats. Main changes are

  • Support for resolving site links
  • Simpler usage; less code needed for getting to work
  • New RDF serialization feature with many encoding options
  • Serialization support for external Wikibase JSON format
  • Some structural changes in the data model: snak groups

Artifacts are also released on Maven Central and it is strongly recommend to use this. To do this, insert the following dependency into your pom.xml:

<dependency>
    <groupId>org.wikidata.wdtk</groupId>
    <artifactId>wdtk-dumpfiles</artifactId>
    <version>0.2.0</version>
</dependency>

Similar configurations can be used for other modules (e.g., wdtk-rdf or wdtk-datamodel), but most dependencies will be resolved for you by Maven. Detailed instructions are given in the Wikidata Toolkit user documentation.