Package org.aksw.jenax.stmt.resultset


package org.aksw.jenax.stmt.resultset
  • Class
    Description
    Extension of SPARQLResult (inception Jena 3.8.0) to add result types for iterators of triples / quads and update statements.
     
    Print non-quad results by default to stderr
     
    TODO We probably need a high level result visitor for result types such as Model, ResultSet, Json, and a low level - or streaming - result processor for quads, bindings, etc The streaming part can be based on StreamRDF