Class SPARQLDataSource
java.lang.Object
fr.inria.rules.integraal.views.datasource.AbstractDataSource<String, org.eclipse.rdf4j.query.TupleQueryResult>
fr.inria.rules.integraal.views.datasource.SPARQLDataSource
- All Implemented Interfaces:
QueryableData, DataSource<String, org.eclipse.rdf4j.query.TupleQueryResult>
public class SPARQLDataSource
extends AbstractDataSource<String, org.eclipse.rdf4j.query.TupleQueryResult>
Access to a datasource using SPARQL queries
- Author:
- Florent Tornil
-
Constructor Summary
ConstructorsConstructorDescriptionSPARQLDataSource(String endpointUrl) Create a new datasource on the endpoint -
Method Summary
Methods inherited from class AbstractDataSource
estimateBound, evaluate, evaluate, getAtomicPattern, getName, getPredicates, getViewParameters, hasPredicate, registerView, setNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface QueryableData
estimateBound, getSupportedOperations
-
Constructor Details
-
SPARQLDataSource
Create a new datasource on the endpoint- Parameters:
endpointUrl- the url of the SPARQL endpoint
-