Click or drag to resize

ExplainServiceExplain Method (String)

Gets a Graph explaining the result of the SPARQL Query.

Namespace:  VDS.RDF.Query.Inference.Pellet.Services
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IGraph Explain(
	string sparqlQuery
)

Parameters

sparqlQuery
Type: SystemString
SPARQL Query.

Return Value

Type: IGraph

[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.Pellet.Services.ExplainService.Explain(System.String)"]

See Also