Click or drag to resize

VDS.RDF.Ontology Namespace

The Ontology Namespace is based upon Jena's Ontology API. It allows for a more ontology-centric way of manipulating RDF graphs within the dotNetRDF API.

The OntologyResource is the base class of resources and allows for the retrieval and manipulation of various common properties of a resource. More specialised classes like OntologyClass and OntologyProperty are used to work with classes and properties etc.

Classes
  ClassDescription
Public classIndividual
Represents an Individual i.e. an instance of some class in an ontology.
Public classOntology
Represents the meta-information about an Ontology.
Public classOntologyClass
Class for representing a class in an Ontology.
Public classOntologyGraph
Represents a Graph with additional methods for extracting ontology based information from it.
Public classOntologyHelper
Static Helper class for the Ontology API.
Public classOntologyProperty
Class for representing a property in an Ontology.
Public classOntologyResource
Base class for representing a resource in an Ontology.
Public classRdfOntologyException
Class for representing errors with Ontologies.
Public classReasonerGraph
Represents a Graph with a reasoner attached.