| Package | Description |
|---|---|
| org.semanticweb.owlapi.io | |
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.util | |
| org.semanticweb.owlapi.vocab |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOntologyFormat
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 02-Jan-2007 |
class |
OWLFunctionalSyntaxOntologyFormat
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 02-Jan-2007 |
class |
OWLXMLOntologyFormat
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 02-Jan-2007 |
class |
RDFOntologyFormat
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 28-Jun-2009 |
class |
RDFXMLOntologyFormat
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 02-Jan-2007 |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationProperty |
OWLDataFactory.getOWLAnnotationProperty(String abbreviatedIRI,
PrefixManager prefixManager)
Gets an OWLAnnotationProperty that has an IRI that is obtained by
expanding an abbreviated name using an appropriate prefix mapping.
|
OWLClass |
OWLDataFactory.getOWLClass(String abbreviatedIRI,
PrefixManager prefixManager)
Gets an OWLClass that has an IRI that is obtained by expanding an
abbreviated name using an appropriate prefix mapping.
|
OWLDataProperty |
OWLDataFactory.getOWLDataProperty(String abbreviatedIRI,
PrefixManager prefixManager)
Gets an OWLDataProperty that has an IRI that is obtained by expanding an
abbreviated name using an appropriate prefix mapping.
|
OWLDatatype |
OWLDataFactory.getOWLDatatype(String abbreviatedIRI,
PrefixManager prefixManager)
Gets an OWLDatatype that has an IRI that is obtained by expanding an
abbreviated name using an appropriate prefix mapping.
|
OWLNamedIndividual |
OWLDataFactory.getOWLNamedIndividual(String abbreviatedIRI,
PrefixManager prefixManager)
Gets an OWLNamedIndividual that has an IRI that is obtained by expanding
an abbreviated name using an appropriate prefix mapping.
|
OWLObjectProperty |
OWLDataFactory.getOWLObjectProperty(String abbreviatedIRI,
PrefixManager prefixManager)
Gets an OWLObjectProperty that has an IRI that is obtained by expanding
an abbreviated name using an appropriate prefix mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPrefixManager
Author: Matthew Horridge
The University Of Manchester Information Management Group Date: 10-Sep-2008 |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPrefixManager.addPrefixes(PrefixManager pm) |
| Constructor and Description |
|---|
DefaultPrefixManager(PrefixManager pm) |
DefaultPrefixManager(PrefixManager pm,
Comparator<String> c) |
| Modifier and Type | Class and Description |
|---|---|
class |
PrefixOWLOntologyFormat
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 20-Feb-2007 An |
| Modifier and Type | Method and Description |
|---|---|
void |
PrefixOWLOntologyFormat.copyPrefixesFrom(PrefixManager prefixManager) |
Copyright © 2013 The University of Manchester. All Rights Reserved.