Class SPARQLProvider

java.lang.Object
org.eclipse.rdf4j.federated.endpoint.provider.SPARQLProvider
All Implemented Interfaces:
EndpointProvider<SPARQLRepositoryInformation>

public class SPARQLProvider extends Object implements EndpointProvider<SPARQLRepositoryInformation>
Provider for an Endpoint that uses a RDF4j SPARQLRepository as underlying repository. All SPARQL endpoints are considered Remote.

This SPARQLProvider implements special hard-coded endpoint configuration for the DBpedia endpoint: the support for ASK queries is always set to false.

Author:
Andreas Schwarte