Wikidata Toolkit 0.2.0
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.