BaseGraphMerge 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
)
Public Overridable Sub Merge (
g As IGraph
)
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