Click or drag to resize

BaseGraph Properties

The BaseGraph type exposes the following members.

Properties
  NameDescription
Public propertyAllNodes
Gets the unique Subject, Predicate and Object nodes of the Graph.
Public propertyBaseUri
Gets the current Base Uri for the Graph.
Public propertyIsEmpty
Gets whether a Graph is Empty ie. Contains No Triples or Nodes.
Public propertyNamespaceMap
Gets the Namespace Mapper for this Graph which contains all in use Namespace Prefixes and their URIs.
Public propertyNodes
Gets the unique Subject and Object nodes of the Graph.
Public propertyTriples
Gets the set of Triples described in this Graph.
Top
See Also