Click or drag to resize

BaseGraph.Merge Method (IGraph)

Merges another Graph into the current Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void Merge(
	IGraph g
)

Parameters

g
Type: VDS.RDF.IGraph
Graph to Merge into this Graph.

Implements

IGraph.Merge(IGraph)
Remarks
The Graph on which you invoke this method will preserve its Blank Node IDs while the Blank Nodes from the Graph being merged in will be given new IDs as required in the scope of this Graph.
See Also