Interface SparqlService


@Deprecated public interface SparqlService
Deprecated.
FIXME This class is archaic but some code still refers to it. This class should be turned into a connectionless RDFLinkModular. A SparqlService is an object that bundles together related sparql features - i.e. querying and updating.
Author:
raven
  • Method Details

    • getServiceUri

      String getServiceUri()
      Deprecated.
      Returns the default dataset description associated with this service. May be null.
      Returns:
    • getDatasetDescription

      org.apache.jena.sparql.core.DatasetDescription getDatasetDescription()
      Deprecated.
    • getQueryExecutionFactory

      QueryExecutionFactory getQueryExecutionFactory()
      Deprecated.
    • getUpdateExecutionFactory

      UpdateExecutionFactory getUpdateExecutionFactory()
      Deprecated.
    • getRDFConnection

      default org.apache.jena.rdfconnection.RDFConnection getRDFConnection()
      Deprecated.