FederatedSparqlRemoteEndpoint.QueryWithResultGraph Method |
Name | Description | |
---|---|---|
![]() | QueryWithResultGraph(String) |
Makes a Query where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
(Overrides SparqlRemoteEndpoint.QueryWithResultGraph(String).) |
![]() | QueryWithResultGraph(IRdfHandler, String) |
Makes a Query where the expected result is a Graph i.e. a CONSTRUCT or DESCRIBE query.
(Overrides SparqlRemoteEndpoint.QueryWithResultGraph(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.) |