Tools.CopyNode Method (INode, IGraph, Boolean) |
Copies a Node so it can be used in another Graph since by default Triples cannot contain Nodes from more than one Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic static INode CopyNode(
INode original,
IGraph target,
bool keepOriginalGraphUri
)
Public Shared Function CopyNode (
original As INode,
target As IGraph,
keepOriginalGraphUri As Boolean
) As INode
Parameters
- original
- Type: VDS.RDF.INode
Node to Copy. - target
- Type: VDS.RDF.IGraph
Graph to Copy into. - keepOriginalGraphUri
- Type: System.Boolean
Indicates whether the Copy should preserve the Graph Uri of the Node being copied.
Return Value
Type:
INode[Missing <returns> documentation for "M:VDS.RDF.Tools.CopyNode(VDS.RDF.INode,VDS.RDF.IGraph,System.Boolean)"]
See Also