Click or drag to resize

BaseDescribeAlgorithmDescribe 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.RDFIRdfHandler
RDF Handler.
context
Type: VDS.RDF.QuerySparqlEvaluationContext
SPARQL Evaluation Context.

Implements

ISparqlDescribeDescribe(IRdfHandler, SparqlEvaluationContext)
See Also