dotNetRDF API Documentation

Graph Class

Class for representing RDF Graphs

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

System.Object
   BaseGraph
      Graph
         Derived types

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

Thread Safety

Safe for multi-threaded read-only access but unsafe if one/more threads may modify the Graph by using the Assert, Retract or Merge methods

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

Graph Members | VDS.RDF Namespace