Graph Constructor | 
| Name | Description | |
|---|---|---|
| Graph | 
            Creates a new instance of a Graph.
              | |
| Graph(Boolean) | 
            Creates a new instance of a Graph with an optionally empty Namespace Map.
              | |
| Graph(BaseTripleCollection) | 
            Creates a new instance of a Graph using the given Triple Collection.
              | |
| Graph(SerializationInfo, StreamingContext) | 
            Deserialization Constructor.
              | |
| Graph(BaseTripleCollection, Boolean) | 
            Creates a new instance of a Graph using the given Triple Collection and an optionally empty Namespace Map.
              |