OntologyGraph Properties | 
The OntologyGraph type exposes the following members.
| Name | Description | |
|---|---|---|
| AllClasses | 
            Gets all classes defined in the graph using the standard rdfs:Class and owl:Class types.
              | |
| AllNodes | 
            Gets the unique Subject, Predicate and Object nodes of the Graph.
              (Inherited from BaseGraph.) | |
| AllProperties | 
            Gets all properties defined in the graph using any of the standard property types (rdf:Property, owl:AnnotationProperty, owl:DataProperty, owl:ObjectProperty).
              | |
| BaseUri | 
            Gets the current Base Uri for the Graph.
              (Inherited from BaseGraph.) | |
| IsEmpty | 
            Gets whether a Graph is Empty ie. Contains No Triples or Nodes.
              (Inherited from BaseGraph.) | |
| NamespaceMap | 
            Gets the Namespace Mapper for this Graph which contains all in use Namespace Prefixes and their URIs.
              (Inherited from BaseGraph.) | |
| Nodes | 
            Gets the unique Subject and Object nodes of the Graph.
              (Inherited from BaseGraph.) | |
| OwlAnnotationProperties | 
            Gets all OWL Annotation properties defined in the graph.
              | |
| OwlClasses | 
            Get all OWL classes defined in the graph.
              | |
| OwlDatatypeProperties | 
            Gets all OWL Data properties defined in the graph.
              | |
| OwlObjectProperties | 
            Gets all OWL Object properties defined in the graph.
              | |
| OwlProperties | 
            Gets all properties defined in the graph using any of the standard OWL property types (owl:AnnotationProperty, owl:DataProperty, owl:ObjectProperty).
              | |
| RdfClasses | 
            Get all the RDFS classes defined in the graph.
              | |
| RdfProperties | 
            Gets all RDF properties defined in the graph.
              | |
| Triples | 
            Gets the set of Triples described in this Graph.
              (Inherited from BaseGraph.) |