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: 
Syntaxpublic UnionGraph(
	IGraph defaultGraph,
	IEnumerable<IGraph> graphs
)
Public Sub New ( 
	defaultGraph As IGraph,
	graphs As IEnumerable(Of IGraph)
)
Parameters
- defaultGraph
 - Type: VDS.RDFIGraph
Default Graph of the Union. - graphs
 - Type: System.Collections.GenericIEnumerableIGraph
Other Graphs in the Union. 
See Also