| Package | Description |
|---|---|
| org.semanticweb.owlapi.io |
Ontology parsing and saving classes.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.profiles | |
| org.semanticweb.owlapi.vocab |
Vocabulary package
|
| Modifier and Type | Class and Description |
|---|---|
class |
RDFLiteral |
class |
RDFNode |
class |
RDFResource |
class |
RDFResourceBlankNode
Anonymous node implementation
|
class |
RDFResourceIRI
IRI node implementation
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLAnnotationProperty
Represents an AnnotationProperty in the OWL 2 specification.
|
interface |
OWLClass
Represents a Class in
the OWL 2 specification.
|
interface |
OWLDataProperty
Represents a Data
Property in the OWL 2 Specification.
|
interface |
OWLDatatype
Represents a Datatype (named data
range) in the OWL 2 Specification.
|
interface |
OWLEntity
Represents Entities in the OWL 2 Specification.
|
interface |
OWLImportsDeclaration
Represents an import statement in an ontology.
|
interface |
OWLLogicalEntity
An
OWLLogicalEntity is an OWLEntity that is not an
OWLAnnotationProperty. |
interface |
OWLNamedIndividual
Represents a Named
Individual in the OWL 2 Specification.
|
interface |
OWLNamedObject
Represents a named object for example, class, property, ontology etc.
|
interface |
OWLObjectProperty
Represents an Object
Property in the OWL 2 Specification.
|
interface |
OWLProperty
A marker interface for properties that aren't expression i.e.
|
interface |
SWRLVariable
Represents a variable that can appear in an atom.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassExpressionType
Represents the different types of OWL 2 class expressions.
|
class |
DataRangeType
Represents the different types of OWL 2 data ranges.
|
class |
EntityType<E extends OWLEntity>
Represents the different types of OWL 2 Entities.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLProfile |
| Modifier and Type | Class and Description |
|---|---|
class |
OWL2DLProfile |
class |
OWL2ELProfile |
class |
OWL2Profile
Checks to see if an ontology and its imports closure fall into the OWL 2 FULL
profile.
|
class |
OWL2QLProfile |
class |
OWL2RLProfile |
class |
Profiles
This enumeration includes all currently implemented profile checkers and
known information about available reasoners for those profiles.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DublinCoreVocabulary |
class |
OWL2Datatype
An enumeration of the datatypes in the OWL 2 specification.
|
class |
OWLFacet
Represents the facets that can be used for restricting a datatype.
|
class |
OWLRDFVocabulary |
class |
OWLXMLVocabulary |
class |
SKOSVocabulary |
class |
SWRLBuiltInsVocabulary |
class |
SWRLVocabulary |
class |
XSDVocabulary
A vocabulary for XML Schema Data Types (XSD).
|
| Modifier and Type | Method and Description |
|---|---|
static Set<IRI> |
OWLRDFVocabulary.asIRISet(HasIRI... i) |
Copyright © 2016 The University of Manchester. All Rights Reserved.