- main(String[]) - Static method in class org.wikidata.query.rdf.tool.Munge
-
Run a bulk munge configured from the command line.
- main(String[]) - Static method in class org.wikidata.query.rdf.tool.Update
-
Run updates configured from the command line.
- Munge - Class in org.wikidata.query.rdf.tool
-
Munges a Wikidata RDF dump so that it can be loaded in a single import.
- Munge(WikibaseUris, Munger, Reader, Munge.OutputPicker<Writer>) - Constructor for class org.wikidata.query.rdf.tool.Munge
-
- munge(String, Collection<Statement>, Collection<String>, Collection<String>, Change) - Method in class org.wikidata.query.rdf.tool.rdf.Munger
-
Adds and removes entries from the statements collection to munge Wikibase
RDF exports into a more queryable form.
- munge(String, Collection<Statement>, Collection<String>, Collection<String>) - Method in class org.wikidata.query.rdf.tool.rdf.Munger
-
Adds and removes entries from the statements collection to munge Wikibase
RDF exports into a more queryable form.
- munge(String, Collection<Statement>) - Method in class org.wikidata.query.rdf.tool.rdf.Munger
-
Adds and removes entries from the statements collection to munge Wikibase
RDF exports into a more queryable form.
- Munge.AlwaysOutputPicker<T> - Class in org.wikidata.query.rdf.tool
-
An output picker that always returns one output.
- Munge.ChunkedFileWriterOutputPicker - Class in org.wikidata.query.rdf.tool
-
OutputPicker that writes to files.
- Munge.ChunkedPipedWriterOutputPicker - Class in org.wikidata.query.rdf.tool
-
OutputPicker writes to PipedOutput stream and throws the corresponding
PipedInputStreams on a BlockingQueue.
- Munge.Httpd - Class in org.wikidata.query.rdf.tool
-
Very simple HTTP server that only knows how to spit out results from a
queue.
- Munge.Options - Interface in org.wikidata.query.rdf.tool
-
CLI options for use with JewelCli.
- Munge.OutputPicker<T> - Interface in org.wikidata.query.rdf.tool
-
Picks the right RDFHandler for writing.
- Munger - Class in org.wikidata.query.rdf.tool.rdf
-
Munges RDF from Wikibase into a more queryable format.
- Munger(WikibaseUris) - Constructor for class org.wikidata.query.rdf.tool.rdf.Munger
-
- Munger.BadSubjectException - Exception in org.wikidata.query.rdf.tool.rdf
-
Thrown when the munged triples contain a subject we don't recognize.
- mungerFromOptions(OptionsUtils.MungerOptions) - Static method in class org.wikidata.query.rdf.tool.OptionsUtils
-
Build a munger from a MungerOptions instance.