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 RDF4jSPARQLRepository
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
-
-
Constructor Summary
Constructors Constructor Description SPARQLProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Endpoint
loadEndpoint(SPARQLRepositoryInformation repoInfo)
-
-
-
Method Detail
-
loadEndpoint
public Endpoint loadEndpoint(SPARQLRepositoryInformation repoInfo) throws FedXException
- Specified by:
loadEndpoint
in interfaceEndpointProvider<SPARQLRepositoryInformation>
- Throws:
FedXException
-
-