BaseDescribeAlgorithm.RewriteDescribeBNodes Method |
Helper method which rewrites Blank Node IDs for Describe Queries.
Namespace:
VDS.RDF.Query.Describe
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected 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.RDF.Triple
Triple. - mapping
- Type: System.Collections.Generic.Dictionary<String, INode>
Mapping of IDs to new Blank Nodes. - factory
- Type: VDS.RDF.INodeFactory
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