FederatedSparqlRemoteEndpointQueryWithResultGraph Method |
Name | Description | |
---|---|---|
QueryWithResultGraph(String) |
Makes a Query where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
(Overrides SparqlRemoteEndpointQueryWithResultGraph(String).) | |
QueryWithResultGraph(IRdfHandler, String) |
Makes a Query where the expected result is a Graph i.e. a CONSTRUCT or DESCRIBE query.
(Overrides SparqlRemoteEndpointQueryWithResultGraph(IRdfHandler, String).) | |
QueryWithResultGraph(String, GraphCallback, Object) |
Makes a Query asynchronously where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
(Inherited from SparqlRemoteEndpoint.) | |
QueryWithResultGraph(IRdfHandler, String, QueryCallback, Object) |
Makes a Query asynchronously where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
(Inherited from SparqlRemoteEndpoint.) |