ReasonerGraph Properties |
The ReasonerGraph type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllClasses |
Gets all classes defined in the graph using the standard rdfs:Class and owl:Class types.
(Inherited from OntologyGraph.) |
![]() | 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).
(Inherited from OntologyGraph.) |
![]() | BaseGraph |
Gets the Base Graph which the reasoning is based upon.
|
![]() | 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.
(Inherited from OntologyGraph.) |
![]() | OwlClasses |
Get all OWL classes defined in the graph.
(Inherited from OntologyGraph.) |
![]() | OwlDatatypeProperties |
Gets all OWL Data properties defined in the graph.
(Inherited from OntologyGraph.) |
![]() | OwlObjectProperties |
Gets all OWL Object properties defined in the graph.
(Inherited from OntologyGraph.) |
![]() | OwlProperties |
Gets all properties defined in the graph using any of the standard OWL property types (owl:AnnotationProperty, owl:DataProperty, owl:ObjectProperty).
(Inherited from OntologyGraph.) |
![]() | RdfClasses |
Get all the RDFS classes defined in the graph.
(Inherited from OntologyGraph.) |
![]() | RdfProperties |
Gets all RDF properties defined in the graph.
(Inherited from OntologyGraph.) |
![]() | Triples |
Gets the set of Triples described in this Graph.
(Inherited from BaseGraph.) |