Class RDFServiceSparqlHttp

  • All Implemented Interfaces:
    RDFService

    public class RDFServiceSparqlHttp
    extends RDFServiceSparql
    This is a RDFService that passes SPARQL queries to the SPARQL endpoint unaltered and without parsing them. This is useful if the endpoint accepts syntax that does not pass the ARQ SPARQL 1.1 parser. The disadvantage of this is that it currently returns no useful debugging messages when there is a syntax error.