Click or drag to resize

BaseDescribeAlgorithmRewriteDescribeBNodes Method

Helper method which rewrites Blank Node IDs for Describe Queries.

Namespace:  VDS.RDF.Query.Describe
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected Triple RewriteDescribeBNodes(
	Triple t,
	Dictionary<string, INode> mapping,
	INodeFactory factory
)

Parameters

t
Type: VDS.RDFTriple
Triple.
mapping
Type: System.Collections.GenericDictionaryString, INode
Mapping of IDs to new Blank Nodes.
factory
Type: VDS.RDFINodeFactory
Factory to create Nodes in.

Return Value

Type: Triple

[Missing <returns> documentation for "M:VDS.RDF.Query.Describe.BaseDescribeAlgorithm.RewriteDescribeBNodes(VDS.RDF.Triple,System.Collections.Generic.Dictionary{System.String,VDS.RDF.INode},VDS.RDF.INodeFactory)"]

See Also