Package org.aksw.jenax.arq.util.fmt
Interface SparqlResultFmts
- All Known Implementing Classes:
SparqlResultFmtsImpl
public interface SparqlResultFmts
Interface that bundles result langs and formats for the different query types.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.riot.Langorg.apache.jena.riot.Langorg.apache.jena.riot.RDFFormatforQuads()org.apache.jena.riot.RDFFormatorg.apache.jena.riot.Langdefault <T> Tget(SparqlResultType slot)
-
Method Details
-
get
-
forAskResult
org.apache.jena.riot.Lang forAskResult() -
forBindings
org.apache.jena.riot.Lang forBindings() -
forTriples
org.apache.jena.riot.RDFFormat forTriples() -
forQuads
org.apache.jena.riot.RDFFormat forQuads() -
forUnknown
org.apache.jena.riot.Lang forUnknown()
-