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
)
Protected Function RewriteDescribeBNodes (
t As Triple,
mapping As Dictionary(Of String, INode),
factory As INodeFactory
) As Triple
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