Click or drag to resize

ReasonerGraph Properties

The ReasonerGraph type exposes the following members.

Properties
  NameDescription
Public propertyAllClasses
Gets all classes defined in the graph using the standard rdfs:Class and owl:Class types.
(Inherited from OntologyGraph.)
Public propertyAllNodes
Gets the unique Subject, Predicate and Object nodes of the Graph.
(Inherited from BaseGraph.)
Public propertyAllProperties
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.)
Public propertyBaseGraph
Gets the Base Graph which the reasoning is based upon.
Public propertyBaseUri
Gets the current Base Uri for the Graph.
(Inherited from BaseGraph.)
Public propertyIsEmpty
Gets whether a Graph is Empty ie. Contains No Triples or Nodes.
(Inherited from BaseGraph.)
Public propertyNamespaceMap
Gets the Namespace Mapper for this Graph which contains all in use Namespace Prefixes and their URIs.
(Inherited from BaseGraph.)
Public propertyNodes
Gets the unique Subject and Object nodes of the Graph.
(Inherited from BaseGraph.)
Public propertyOwlAnnotationProperties
Gets all OWL Annotation properties defined in the graph.
(Inherited from OntologyGraph.)
Public propertyOwlClasses
Get all OWL classes defined in the graph.
(Inherited from OntologyGraph.)
Public propertyOwlDatatypeProperties
Gets all OWL Data properties defined in the graph.
(Inherited from OntologyGraph.)
Public propertyOwlObjectProperties
Gets all OWL Object properties defined in the graph.
(Inherited from OntologyGraph.)
Public propertyOwlProperties
Gets all properties defined in the graph using any of the standard OWL property types (owl:AnnotationProperty, owl:DataProperty, owl:ObjectProperty).
(Inherited from OntologyGraph.)
Public propertyRdfClasses
Get all the RDFS classes defined in the graph.
(Inherited from OntologyGraph.)
Public propertyRdfProperties
Gets all RDF properties defined in the graph.
(Inherited from OntologyGraph.)
Public propertyTriples
Gets the set of Triples described in this Graph.
(Inherited from BaseGraph.)
Top
See Also