- 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.MungeLang
-
Run a bulk munge configured from the command line.
- main(String[]) - Static method in class org.wikidata.query.rdf.tool.MungePart
-
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.AlwaysOutputPicker(T) - Constructor for class org.wikidata.query.rdf.tool.Munge.AlwaysOutputPicker
-
- Munge.ChunkedFileWriterOutputPicker - Class in org.wikidata.query.rdf.tool
-
OutputPicker that writes to files.
- Munge.ChunkedFileWriterOutputPicker(String, int) - Constructor for class org.wikidata.query.rdf.tool.Munge.ChunkedFileWriterOutputPicker
-
- Munge.ChunkedPipedWriterOutputPicker - Class in org.wikidata.query.rdf.tool
-
OutputPicker writes to PipedOutput stream and throws the corresponding
PipedInputStreams on a BlockingQueue.
- Munge.ChunkedPipedWriterOutputPicker(BlockingQueue<InputStream>, int) - Constructor for class org.wikidata.query.rdf.tool.Munge.ChunkedPipedWriterOutputPicker
-
- 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.Httpd(int, BlockingQueue<InputStream>) - Constructor for class org.wikidata.query.rdf.tool.Munge.Httpd
-
- 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.
- MungeLang - Class in org.wikidata.query.rdf.tool
-
Munges a Wikidata RDF dump so that it can be loaded in a single import.
- MungeLang(WikibaseUris, Reader, MungeLang.OutputPicker<Writer>) - Constructor for class org.wikidata.query.rdf.tool.MungeLang
-
- MungeLang.AlwaysOutputPicker<T> - Class in org.wikidata.query.rdf.tool
-
An output picker that always returns one output.
- MungeLang.AlwaysOutputPicker(T) - Constructor for class org.wikidata.query.rdf.tool.MungeLang.AlwaysOutputPicker
-
- MungeLang.ChunkedFileWriterOutputPicker - Class in org.wikidata.query.rdf.tool
-
OutputPicker that writes to files.
- MungeLang.ChunkedFileWriterOutputPicker(String, int) - Constructor for class org.wikidata.query.rdf.tool.MungeLang.ChunkedFileWriterOutputPicker
-
- MungeLang.ChunkedPipedWriterOutputPicker - Class in org.wikidata.query.rdf.tool
-
OutputPicker writes to PipedOutput stream and throws the corresponding
PipedInputStreams on a BlockingQueue.
- MungeLang.ChunkedPipedWriterOutputPicker(BlockingQueue<InputStream>, int) - Constructor for class org.wikidata.query.rdf.tool.MungeLang.ChunkedPipedWriterOutputPicker
-
- MungeLang.Options - Interface in org.wikidata.query.rdf.tool
-
CLI options for use with JewelCli.
- MungeLang.OutputPicker<T> - Interface in org.wikidata.query.rdf.tool
-
Picks the right RDFHandler for writing.
- MungePart - Class in org.wikidata.query.rdf.tool
-
Munges a Wikidata RDF dump so that it can be loaded in a single import.
- MungePart(WikibaseUris, Reader, MungePart.OutputPicker<Writer>) - Constructor for class org.wikidata.query.rdf.tool.MungePart
-
- MungePart.AlwaysOutputPicker<T> - Class in org.wikidata.query.rdf.tool
-
An output picker that always returns one output.
- MungePart.AlwaysOutputPicker(T) - Constructor for class org.wikidata.query.rdf.tool.MungePart.AlwaysOutputPicker
-
- MungePart.ChunkedFileWriterOutputPicker - Class in org.wikidata.query.rdf.tool
-
OutputPicker that writes to files.
- MungePart.ChunkedFileWriterOutputPicker(String, int) - Constructor for class org.wikidata.query.rdf.tool.MungePart.ChunkedFileWriterOutputPicker
-
- MungePart.ChunkedPipedWriterOutputPicker - Class in org.wikidata.query.rdf.tool
-
OutputPicker writes to PipedOutput stream and throws the corresponding
PipedInputStreams on a BlockingQueue.
- MungePart.ChunkedPipedWriterOutputPicker(BlockingQueue<InputStream>, int) - Constructor for class org.wikidata.query.rdf.tool.MungePart.ChunkedPipedWriterOutputPicker
-
- MungePart.Options - Interface in org.wikidata.query.rdf.tool
-
CLI options for use with JewelCli.
- MungePart.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.
- Munger.BadSubjectException(Set<String>, WikibaseUris) - Constructor for exception org.wikidata.query.rdf.tool.rdf.Munger.BadSubjectException
-
- Munger.FormatHandler - Interface in org.wikidata.query.rdf.tool.rdf
-
Interface to handle format transformations.
- mungerFromOptions(OptionsUtils.MungerOptions) - Static method in class org.wikidata.query.rdf.tool.OptionsUtils
-
Build a munger from a MungerOptions instance.