Click or drag to resize

ISparqlQueryProcessorProcessQuery Method (SparqlQuery)

Processes a SPARQL Query returning a IGraph instance or a SparqlResultSet depending on the type of the query.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
Object ProcessQuery(
	SparqlQuery query
)

Parameters

query
Type: VDS.RDF.QuerySparqlQuery
SPARQL Query.

Return Value

Type: Object
Either an IGraph instance of a SparqlResultSet depending on the type of the query.
See Also