INativelyQueryableStoreExecuteQuery Method (String) |
Executes a SPARQL Query on the Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax Object ExecuteQuery(
string query
)
Function ExecuteQuery (
query As String
) As Object
Parameters
- query
- Type: SystemString
Sparql Query as unparsed String.
Return Value
Type:
Object[Missing <returns> documentation for "M:VDS.RDF.INativelyQueryableStore.ExecuteQuery(System.String)"]
Remarks
This assumes that the Store has access to some native SPARQL query processor on/at the Store which will be used to return the results. Implementations should parse the returned result into a
SparqlResultSet or
Graph.
See Also