Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.EntityDocumentDumpProcessor
Package
Description
Package for mostly static helper code to work with data objects.
Components for downloading and processing Wikibase dump files.
Serializer for RDF
-
Uses of EntityDocumentDumpProcessor in org.wikidata.wdtk.datamodel.helpers
Modifier and TypeClassDescriptionclass
This class implementsEntityDocumentDumpProcessor
to provide a serializer forEntityDocument
objects in JSON. -
Uses of EntityDocumentDumpProcessor in org.wikidata.wdtk.dumpfiles
Modifier and TypeClassDescriptionclass
SimpleEntityDocumentProcessor
for basic counting and time keeping. -
Uses of EntityDocumentDumpProcessor in org.wikidata.wdtk.rdf
Modifier and TypeClassDescriptionclass
This class implementsEntityDocumentDumpProcessor
to provide a RDF serializer to render RDF graphs ofEntityDocument
objects.