Delegate SparqlRemoteEndpoint.AsyncQueryWithResultGraph
Delegate for making a Query where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
Namespace: VDS.RDF.Query
Assembly: dotNetRDF.dll
Syntax
public delegate IGraph AsyncQueryWithResultGraph(string sparqlQuery);
Parameters
Type | Name | Description |
---|---|---|
System.String | sparqlQuery | Sparql Query String. |
Returns
Type | Description |
---|---|
IGraph | RDF Graph. |
Remarks
Allows for implementation of asynchronous querying.