Click or drag to resize

BaseDescribeAlgorithm.Describe Method (IRdfHandler, SparqlEvaluationContext)

Gets the Description Graph based on the Query Results from the given Evaluation Context passing the resulting Triples to the given RDF Handler.

Namespace:  VDS.RDF.Query.Describe
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Describe(
	IRdfHandler handler,
	SparqlEvaluationContext context
)

Parameters

handler
Type: VDS.RDF.IRdfHandler
RDF Handler.
context
Type: VDS.RDF.Query.SparqlEvaluationContext
SPARQL Evaluation Context.

Implements

ISparqlDescribe.Describe(IRdfHandler, SparqlEvaluationContext)
See Also