Class GraphSPARQLService

java.lang.Object
org.apache.jena.graph.impl.GraphBase
org.apache.jena.sparql.graph.GraphSPARQLService
All Implemented Interfaces:
Graph, GraphWithPerform

public class GraphSPARQLService extends GraphBase implements Graph
This class provides the Jena Graph interface to a remote SPARQL endpoint. Efficiency not guaranteed.
  • Constructor Details

    • GraphSPARQLService

      public GraphSPARQLService(String serviceURI)
    • GraphSPARQLService

      public GraphSPARQLService(String serviceURI, String graphIRI)