dotNetRDF API Documentation

UnionGraph Class

A Graph which represents the Union of several Graphs

For a list of all members of this type, see UnionGraph Members .

System.Object
   BaseGraph
      Graph
         UnionGraph

[XmlRoot(ElementName=""graph"", Namespace="null", DataType="""", IsNullable=True)]
public class UnionGraph : Graph

Remarks

The Union is entirely virtual, the Graphs and their Triples are not actually physically merged together

All Assert and Retract operations are directed only to the Default Graph while a Clear() operation will clear all Graphs in the Union

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

UnionGraph Members | VDS.RDF Namespace