Class SparqlResultFmtsImpl

java.lang.Object
org.aksw.jenax.arq.util.fmt.SparqlResultFmtsImpl
All Implemented Interfaces:
SparqlResultFmts

public class SparqlResultFmtsImpl extends Object implements SparqlResultFmts
Class for providing (default) mappings for the result types defined by SPARQL to Lang and RDFFormat instances Use SparqlQueryFmts for controlling formats on the query type such that e.g. describe and construct queries map to different formats.
  • Field Details

    • DEFAULT

      public static final SparqlResultFmts DEFAULT
    • XML

      public static final SparqlResultFmts XML
    • JSON

      public static final SparqlResultFmts JSON
    • TXT

      public static final SparqlResultFmts TXT
    • askResult

      protected org.apache.jena.riot.Lang askResult
    • bindings

      protected org.apache.jena.riot.Lang bindings
    • triples

      protected org.apache.jena.riot.RDFFormat triples
    • quads

      protected org.apache.jena.riot.RDFFormat quads
    • unknown

      protected org.apache.jena.riot.Lang unknown
  • Constructor Details

    • SparqlResultFmtsImpl

      public SparqlResultFmtsImpl(org.apache.jena.riot.Lang unknown, org.apache.jena.riot.Lang askResult, org.apache.jena.riot.Lang bindings, org.apache.jena.riot.RDFFormat triples, org.apache.jena.riot.RDFFormat quads)
  • Method Details