Click or drag to resize

IQueryableOwlReasonerExecuteQuery Method

Executes a SPARQL Query using the reasoners SPARQL implementation.

Namespace:  VDS.RDF.Query.Inference
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
Object ExecuteQuery(
	string sparqlQuery
)

Parameters

sparqlQuery
Type: SystemString
SPARQL Query.

Return Value

Type: Object

[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.IQueryableOwlReasoner.ExecuteQuery(System.String)"]

Exceptions
ExceptionCondition
NotSupportedExceptionMay be thrown if the Reasoner does not support such an operation.
See Also