See: Description
Interface | Description |
---|---|
Validating |
Interface for validating Owl components.
|
Class | Description |
---|---|
OwlClass |
Class representing an OwlClass defined by an Owl RDF file.
|
OwlDatatypeProperty |
Class representing a datatype property defined by an Owl RDF file.
|
OwlLoader |
Loader for loading RDF and OWL ontology files.
|
OwlObjectProperty |
Representation of an Object property of an OwlClass.
|
OwlOntology |
Class representing general information about the ontology.
|
OwlProperty |
Abstract class representing a property within an OWL ontology
|
OwlQuery |
Represents a query against a collection of OwlThings.
|
OwlRestriction |
Class representing an Owl restriction.
|
OwlThing |
Class representing a thing within an Owl Ontology.
|
OwlTripleStore |
Implementation of a triple store using the current OwlThings loaded in
memory.
|
OwlWriter |
Writer for exporting Owl ontologies to a file or output stream.
|
SemanticAugmenter |
Abstract class for augmenting semantic objects with external sources of
data.
|
VarOwlThing |
RdfThing representing an unknown OwlThing object of a particular Owl class
The name of this Thing can be used as a variable name.
|
Enum | Description |
---|---|
OwlRestriction.ValueRange |
Restriction type enumeration.
|
Provides classes designed to parse, query, and build ontology objects. The current classes use the OWL RDF syntax for ontology definition. There are classes for each of the basic Ontology objects, as well as Loaders, Reasoners, and Adapters.