Click or drag to resize

ExplainService.Explain 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: System.String
SPARQL Query.

Return Value

Type: IGraph

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

See Also