Click or drag to resize

GraphPersistenceWrapperMerge 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.RDFIGraph
Graph to Merge into this Graph.

Implements

IGraphMerge(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