Click or drag to resize

ISparqlDescribe.Describe Method (IRdfHandler, SparqlEvaluationContext)

Generates 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
void Describe(
	IRdfHandler handler,
	SparqlEvaluationContext context
)

Parameters

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