Click or drag to resize

SimpleSubjectObjectDescriptionDescribeInternal Method

Generates the Description for each of the Nodes to be described.

Namespace:  VDS.RDF.Query.Describe
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override void DescribeInternal(
	IRdfHandler handler,
	SparqlEvaluationContext context,
	IEnumerable<INode> nodes
)

Parameters

handler
Type: VDS.RDFIRdfHandler
RDF Handler.
context
Type: VDS.RDF.QuerySparqlEvaluationContext
SPARQL Evaluation Context.
nodes
Type: System.Collections.GenericIEnumerableINode
Nodes to be described.
See Also