Class SparqlTripleSource

java.lang.Object
org.eclipse.rdf4j.federated.evaluation.TripleSourceBase
org.eclipse.rdf4j.federated.evaluation.SparqlTripleSource
All Implemented Interfaces:
TripleSource

public class SparqlTripleSource extends TripleSourceBase
A triple source to be used for (remote) SPARQL endpoints.

This triple source supports the SparqlEndpointConfiguration for defining whether ASK queries are to be used for source selection.

The query result of TripleSourceBase.getStatements(String, BindingSet, FilterValueExpr, QueryInfo) is wrapped in a ConsumingIteration to avoid blocking behavior..

Author:
Andreas Schwarte