SparqlRemoteEndpointQueryWithResultGraph Method |
Name | Description | |
---|---|---|
QueryWithResultGraph(String) |
Makes a Query where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
| |
QueryWithResultGraph(IRdfHandler, String) |
Makes a Query where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
| |
QueryWithResultGraph(String, GraphCallback, Object) |
Makes a Query asynchronously where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
| |
QueryWithResultGraph(IRdfHandler, String, QueryCallback, Object) |
Makes a Query asynchronously where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
|