Package org.aksw.jena_sparql_api.rx.io.resultset
package org.aksw.jena_sparql_api.rx.io.resultset
-
ClassDescriptionUtilities for processing a sequence of command line arguments that denote RDF sources and SPARQL-based transformations into streams of dataDepending on the arguments the determined main output type is among this enum.Utils to derive an
OutputModefrom given arguments such as a collection of statements.ASinkextended with the start() and finish() life cycle methods.A sink for writing out bindings as a result set usingResultSetMgrInternally uses a ResultSet that is backed by a Flowable<Binding>.Sink for deferring the sending of datasets to the delegate so that used prefixes can be analyzed for a given number of datasets.Writes a json array of indefinite length on the given output stream.Create functions that run SPARQL statements on a given connection and yield flowables of various result itemsThis class bundles streaming sinks for the different result types of the SPARQL query forms.SPARQLResultVisitor implementation that collects all output in in-memory collections.