An interface representing a SPARQL endpoint.
|
RunSparqlQuery
(string, SemWeb.Query.QueryResultSink) Runs a SPARQL SELECT query and returns the results into a QueryResultSink. |
|
RunSparqlQuery
(string, SemWeb.StatementSink) Runs a SPARQL CONSTRUCT or DESCRIBE query and returns the resulting statements into a StatementSink. |
|
RunSparqlQuery
(string, System.IO.TextWriter) Runs a SPARQL query of any type and sends the output into a TextWriter. |
|
RunSparqlQuery
(string, out bool) Runs a SPARQL ASK query and returns the boolean result. |
Runs a SPARQL SELECT query and returns the results into a QueryResultSink.
Runs a SPARQL CONSTRUCT or DESCRIBE query and returns the resulting statements into a StatementSink.
Runs a SPARQL query of any type and sends the output into a TextWriter.
Runs a SPARQL ASK query and returns the boolean result.