Click or drag to resize

ExtensionsMapTriple Method

Copies a Triple from one Graph mapping Nodes as appropriate.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static Triple MapTriple(
	this Triple t,
	IGraph target,
	Dictionary<INode, INode> mapping
)

Parameters

t
Type: VDS.RDFTriple
Triple to copy.
target
Type: VDS.RDFIGraph
TargetGraph.
mapping
Type: System.Collections.GenericDictionaryINode, INode
Mapping of Nodes.

Return Value

Type: Triple

[Missing <returns> documentation for "M:VDS.RDF.Extensions.MapTriple(VDS.RDF.Triple,VDS.RDF.IGraph,System.Collections.Generic.Dictionary{VDS.RDF.INode,VDS.RDF.INode})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Triple. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also