Click or drag to resize

UnionGraph Constructor

Creates a new Union Graph which is the Union of all the given Graphs with a specific Default Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public UnionGraph(
	IGraph defaultGraph,
	IEnumerable<IGraph> graphs
)

Parameters

defaultGraph
Type: VDS.RDFIGraph
Default Graph of the Union.
graphs
Type: System.Collections.GenericIEnumerableIGraph
Other Graphs in the Union.
See Also