BaseGraph Properties |
The BaseGraph type exposes the following members.
Name | Description | |
---|---|---|
AllNodes |
Gets the unique Subject, Predicate and Object nodes of the Graph.
| |
BaseUri |
Gets the current Base Uri for the Graph.
| |
IsEmpty |
Gets whether a Graph is Empty ie. Contains No Triples or Nodes.
| |
NamespaceMap |
Gets the Namespace Mapper for this Graph which contains all in use Namespace Prefixes and their URIs.
| |
Nodes |
Gets the unique Subject and Object nodes of the Graph.
| |
Triples |
Gets the set of Triples described in this Graph.
|