| Package | Description |
|---|---|
| org.semanticweb.owlapi.change |
Ontology change classes.
|
| org.semanticweb.owlapi.formats |
Formats package.
|
| org.semanticweb.owlapi.io |
Ontology parsing and saving classes.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.profiles |
Profile classes.
|
| org.semanticweb.owlapi.profiles.violations |
Violation classes.
|
| org.semanticweb.owlapi.reasoner |
OWLReasoner package.
|
| org.semanticweb.owlapi.search |
Search utilities package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapi.util.mansyntax | |
| org.semanticweb.owlapi.vocab |
Vocabulary package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Constructor and Description |
|---|
ShortForm2AnnotationGenerator(OWLDataFactory df,
OWLOntologyManager ontologyManager,
OWLOntology ontology,
ShortFormProvider shortFormProvider,
IRI annotationIRI)
Instantiates a new short form2 annotation generator.
|
ShortForm2AnnotationGenerator(OWLDataFactory df,
OWLOntologyManager ontologyManager,
OWLOntology ontology,
ShortFormProvider shortFormProvider,
IRI annotationIRI,
String languageTag)
Instantiates a new short form2 annotation generator.
|
| Modifier and Type | Method and Description |
|---|---|
IRI |
PrefixDocumentFormatImpl.getIRI(String prefixIRI) |
| Modifier and Type | Method and Description |
|---|---|
String |
PrefixDocumentFormatImpl.getPrefixIRI(IRI iri) |
| Modifier and Type | Method and Description |
|---|---|
IRI |
RDFLiteral.getDatatype() |
IRI |
OWLOntologyDocumentSource.getDocumentIRI()
Gets the IRI of the ontology document.
|
IRI |
UnparsableOntologyException.getDocumentIRI()
Gets the ontology document IRI from which there was an attempt to parse
an ontology.
|
IRI |
OWLOntologyDocumentSourceBase.getDocumentIRI() |
IRI |
RDFResourceBlankNode.getIRI() |
IRI |
RDFLiteral.getIRI() |
IRI |
RDFResourceIRI.getIRI() |
IRI |
OntologyIRIMappingNotFoundException.getOntologyIRI() |
IRI |
RDFResourceBlankNode.getResource() |
abstract IRI |
RDFResource.getResource() |
IRI |
RDFResourceIRI.getResource() |
| Modifier and Type | Method and Description |
|---|---|
default Optional<IRI> |
OWLOntologyDocumentTarget.getDocumentIRI()
Gets an IRI that points to an ontology document.
|
Optional<IRI> |
GZipFileDocumentTarget.getDocumentIRI() |
Optional<IRI> |
XZFileDocumentTarget.getDocumentIRI() |
Optional<IRI> |
FileDocumentTarget.getDocumentIRI() |
com.google.common.collect.Multimap<IRI,Class<?>> |
RDFParserMetaData.getGuessedDeclarations() |
com.google.common.collect.Multimap<IRI,Class<?>> |
OWLOntologyLoaderMetaData.getGuessedDeclarations() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<InputStream> |
DocumentSources.getInputStream(IRI documentIRI,
OWLOntologyLoaderConfiguration config)
Deprecated.
|
static Optional<InputStream> |
DocumentSources.getInputStream(IRI documentIRI,
OWLOntologyLoaderConfiguration config,
String acceptHeaders)
A convenience method that obtains an input stream from a URI.
|
default OWLDocumentFormat |
OWLParser.parse(IRI documentIRI,
OWLOntology ontology)
Parses the ontology with a concrete representation available at
documentIRI and adds
its axioms to ontology. |
| Constructor and Description |
|---|
GZipFileDocumentSource(File stream,
IRI documentIRI,
OWLDocumentFormat format,
String mime)
Constructs an input source which will read an ontology from a
representation from the specified file.
|
GZipStreamDocumentSource(InputStream stream,
IRI documentIRI,
OWLDocumentFormat format,
String mime)
Constructs an input source which will read an ontology from a
representation from the specified stream.
|
IRIDocumentSource(IRI documentIRI) |
IRIDocumentSource(IRI documentIRI,
OWLDocumentFormat format,
String mime) |
OntologyIRIMappingNotFoundException(IRI ontologyIRI) |
OWLOntologyDocumentSourceBase(IRI iri,
OWLDocumentFormat format,
String mime)
Constructs an ontology input source using the specified file.
|
RDFLiteral(String literal,
String lang,
IRI datatype)
Constructor for plain literal wrappers.
|
RDFResourceBlankNode(IRI resource,
boolean isIndividual,
boolean forceId,
boolean isAxiom)
Create an RDFResource that is anonymous.
|
RDFResourceIRI(IRI resource) |
RDFTriple(IRI subject,
boolean subjectAnon,
boolean subjectAxiom,
IRI predicate,
IRI object,
boolean objectAnon,
boolean objectAxiom) |
RDFTriple(IRI subject,
boolean subjectAnon,
boolean axiom,
IRI predicate,
OWLLiteral object) |
ReaderDocumentSource(Reader reader,
IRI iri)
Constructs and ontology input source which will read an ontology from a
reader.
|
ReaderDocumentSource(Reader reader,
IRI iri,
OWLDocumentFormat f,
String mime)
Constructs and ontology input source which will read an ontology from a
reader.
|
StreamDocumentSource(InputStream is,
IRI iri)
Constructs an input source which will read an ontology from a
representation from the specified stream.
|
StreamDocumentSource(InputStream stream,
IRI documentIRI,
OWLDocumentFormat f,
String mime)
Constructs an input source which will read an ontology from a
representation from the specified stream.
|
StreamDocumentSourceBase(InputStream stream,
IRI documentIRI,
OWLDocumentFormat format,
String mime)
Constructs an input source which will read an ontology from a
representation from the specified stream.
|
StreamDocumentSourceBase(Reader stream,
IRI documentIRI,
OWLDocumentFormat format,
String mime)
Constructs an input source which will read an ontology from a
representation from the specified stream.
|
StringDocumentSource(String string,
IRI iri) |
StringDocumentSource(String string,
IRI documentIRI,
OWLDocumentFormat f,
String mime)
Specifies a string as an ontology document.
|
UnparsableOntologyException(IRI documentIRI,
Map<OWLParser,OWLParserException> exceptions,
OWLOntologyLoaderConfiguration config) |
XZFileDocumentSource(File stream,
IRI documentIRI,
OWLDocumentFormat format,
String mime)
Constructs an input source which will read an ontology from a
representation from the specified file.
|
XZStreamDocumentSource(InputStream stream,
IRI documentIRI,
OWLDocumentFormat format,
String mime)
Constructs an input source which will read an ontology from a
representation from the specified stream.
|
| Constructor and Description |
|---|
RDFParserMetaData(RDFOntologyHeaderStatus headerStatus,
int tripleCount,
Set<RDFTriple> unparsedTriples,
com.google.common.collect.ArrayListMultimap<IRI,Class<?>> guessedDeclarations) |
| Modifier and Type | Method and Description |
|---|---|
static IRI |
IRI.create(File file) |
static IRI |
IRI.create(String str)
Creates an IRI from the specified String.
|
static IRI |
IRI.create(String prefix,
String suffix)
Creates an IRI by concatenating two strings.
|
static IRI |
IRI.create(URI uri) |
static IRI |
IRI.create(URL url) |
static IRI |
IRI.generateDocumentIRI()
Gets an auto-generated ontology document IRI.
|
IRI |
OWLOntologyLoaderListener.LoadingEvent.getDocumentIRI()
Gets the document IRI for the ontology being loaded.
|
IRI |
OWLOntologyAlreadyExistsException.getDocumentIRI()
Gets the document IRI where the ontology was loaded from.
|
IRI |
OWLOntologyIRIMapper.getDocumentIRI(IRI ontologyIRI)
Given an ontology IRI, this method maps the ontology IRI to a document
IRI.
|
IRI |
MissingImportEvent.getImportedOntologyURI() |
IRI |
ClassExpressionType.getIRI() |
IRI |
DataRangeType.getIRI() |
IRI |
EntityType.getIRI() |
IRI |
OWLImportsDeclaration.getIRI()
Gets the import IRI.
|
IRI |
HasIRI.getIRI()
Gets the IRI of this object.
|
IRI |
PrefixManager.getIRI(String prefixIRI)
Gets the URI for a given prefix IRI.
|
static IRI |
IRI.getNextDocumentIRI(String prefix) |
IRI |
OWLOntologyDocumentAlreadyExistsException.getOntologyDocumentIRI() |
IRI |
OWLOntologyManager.getOntologyDocumentIRI(OWLOntology ontology)
Gets the document IRI for a given ontology.
|
IRI |
SWRLBuiltInAtom.getPredicate() |
static IRI |
NodeID.nextFreshNodeId() |
static IRI |
NodeID.nodeId(Integer id) |
IRI |
IRI.resolve(String s) |
| Modifier and Type | Method and Description |
|---|---|
Optional<IRI> |
IRI.asIRI() |
default Optional<IRI> |
OWLAnnotationObject.asIRI() |
static Collection<IRI> |
OWLDocumentFormat.computeIllegals(com.google.common.collect.Multimap<IRI,EntityType<?>> punnings) |
static Collection<IRI> |
OWLDocumentFormat.determineIllegalPunnings(boolean add,
Stream<OWLEntity> signature,
Collection<IRI> punnedEntities) |
Stream<IRI> |
HasDirectImports.directImportsDocuments()
The stream of document IRIs that are directly imported by this ontology.
|
Optional<IRI> |
OWLOntologyID.getDefaultDocumentIRI()
Gets the IRI which is used as a default for the document that contain a
representation of an ontology with this ID.
|
default Set<IRI> |
HasDirectImports.getDirectImportsDocuments()
Deprecated.
use the stream method
|
Optional<IRI> |
OWLOntologyID.getOntologyIRI()
Gets the ontology IRI.
|
Set<IRI> |
OWLSignature.getPunnedIRIs(Imports includeImportsClosure)
Calculates the set of IRIs that are used for more than one entity type.
|
Optional<IRI> |
OWLOntologyID.getVersionIRI()
Gets the version IRI.
|
default Optional<IRI> |
HasAnnotationValue.iriValue() |
| Modifier and Type | Method and Description |
|---|---|
OntologyConfigurator |
OntologyConfigurator.addIgnoredImport(IRI ontologyDocumentIRI)
Adds an ontology document IRI to the list of ontology imports that will be ignored during
ontology loading.
|
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.addIgnoredImport(IRI ontologyDocumentIRI)
Adds an ontology document IRI to the list of ontology imports that will be ignored during
ontology loading.
|
E |
EntityType.buildEntity(IRI i,
EntityProvider df)
Build an entity of this type, using the factory passed in as df.
|
boolean |
OWLOntologyFactory.canCreateFromDocumentIRI(IRI documentIRI)
Determines if the factory can create an ontology for the specified
ontology document IRI.
|
boolean |
OWLOntologyManager.contains(IRI ontologyIRI)
Determines if there is an ontology with the specified IRI, and no version IRI, that is
managed by this manager
|
boolean |
OWLSignature.containsAnnotationPropertyInSignature(IRI owlAnnotationPropertyIRI)
Determines if the signature contains an OWLAnnotationProperty that has the specified IRI.
|
default boolean |
OWLSignatureBooleanArgs.containsAnnotationPropertyInSignature(IRI owlAnnotationPropertyIRI,
boolean includeImportsClosure)
Deprecated.
use the stream method
|
boolean |
OWLSignature.containsAnnotationPropertyInSignature(IRI owlAnnotationPropertyIRI,
Imports includeImportsClosure)
Determines if the signature contains an OWLAnnotationProperty that has the specified IRI.
|
boolean |
OWLSignature.containsClassInSignature(IRI owlClassIRI)
Determines if the signature contains an OWLClass that has the specified IRI.
|
default boolean |
OWLSignatureBooleanArgs.containsClassInSignature(IRI owlClassIRI,
boolean includeImportsClosure)
Deprecated.
use the stream method
|
boolean |
OWLSignature.containsClassInSignature(IRI owlClassIRI,
Imports includeImportsClosure)
Determines if the signature contains an OWLClass that has the specified IRI.
|
boolean |
OWLSignature.containsDataPropertyInSignature(IRI owlDataPropertyIRI)
Determines if the signature contains an OWLDataProperty that has the specified IRI.
|
default boolean |
OWLSignatureBooleanArgs.containsDataPropertyInSignature(IRI owlDataPropertyIRI,
boolean includeImportsClosure)
Deprecated.
use the stream method
|
boolean |
OWLSignature.containsDataPropertyInSignature(IRI owlDataPropertyIRI,
Imports includeImportsClosure)
Determines if the signature contains an OWLDataProperty that has the specified IRI.
|
boolean |
OWLSignature.containsDatatypeInSignature(IRI owlDatatypeIRI)
Determines if the signature contains an OWLDatatype that has the specified IRI.
|
default boolean |
OWLSignatureBooleanArgs.containsDatatypeInSignature(IRI owlDatatypeIRI,
boolean includeImportsClosure)
Deprecated.
use the stream method
|
boolean |
OWLSignature.containsDatatypeInSignature(IRI owlDatatypeIRI,
Imports includeImportsClosure)
Determines if the signature contains an OWLDatatype that has the specified IRI.
|
default boolean |
OWLSignature.containsEntityInSignature(IRI entityIRI)
Determines if the signature contains an entity with the specified IRI.
|
default boolean |
OWLSignatureBooleanArgs.containsEntityInSignature(IRI entityIRI,
boolean includeImportsClosure)
Deprecated.
use the stream method
|
default boolean |
OWLSignature.containsEntityInSignature(IRI entityIRI,
Imports imports)
Determines if the signature contains an entity with the specified IRI.
|
boolean |
OWLSignature.containsIndividualInSignature(IRI owlIndividualIRI)
Determines if the signature contains an OWLNamedIndividual that has the specified IRI.
|
default boolean |
OWLSignatureBooleanArgs.containsIndividualInSignature(IRI owlIndividualIRI,
boolean includeImportsClosure)
Deprecated.
use the stream method
|
boolean |
OWLSignature.containsIndividualInSignature(IRI owlIndividualIRI,
Imports includeImportsClosure)
Determines if the signature contains an OWLNamedIndividual that has the specified IRI.
|
boolean |
OWLSignature.containsObjectPropertyInSignature(IRI owlObjectPropertyIRI)
Determines if the signature contains an OWLObjectProperty that has the specified IRI.
|
default boolean |
OWLSignatureBooleanArgs.containsObjectPropertyInSignature(IRI owlObjectPropertyIRI,
boolean includeImportsClosure)
Deprecated.
use the stream method
|
boolean |
OWLSignature.containsObjectPropertyInSignature(IRI owlObjectPropertyIRI,
Imports includeImportsClosure)
Determines if the signature contains an OWLObjectProperty that has the specified IRI.
|
boolean |
OWLOntologyManager.containsVersion(IRI ontologyVersionIRI)
Determines if there is an ontology with the specified version IRI, that is managed by this
manager.
|
default OWLOntology |
OWLOntologyManager.createOntology(Collection<OWLAxiom> axioms,
IRI ontologyIRI)
Creates a new ontology that has the specified ontology IRI and is initialised to contain
specific axioms.
|
default OWLOntology |
OWLOntologyManager.createOntology(IRI ontologyIRI)
Creates a new (empty) ontology that has the specified ontology IRI (and no version IRI).
|
default OWLOntology |
OWLOntologyManager.createOntology(IRI ontologyIRI,
Collection<OWLOntology> ontologies)
Creates a new ontology that has the specified ontology IRI and is initialised to contain the
axioms that are contained in the specified ontologies.
|
default OWLOntology |
OWLOntologyManager.createOntology(IRI ontologyIRI,
Collection<OWLOntology> ontologies,
boolean copyLogicalAxiomsOnly)
Creates a new ontology that has the specified ontology IRI and is initialised to contain the
axioms that are contained in the specified ontologies.
|
OWLOntology |
OWLOntologyManager.createOntology(IRI ontologyIRI,
Stream<OWLOntology> ontologies,
boolean copyLogicalAxiomsOnly)
Creates a new ontology that has the specified ontology IRI and is initialised to contain the
axioms that are contained in the specified ontologies.
|
OWLOntology |
OWLOntologyManager.createOntology(Stream<OWLAxiom> axioms,
IRI ontologyIRI)
Creates a new ontology that has the specified ontology IRI and is initialised to contain
specific axioms.
|
OWLOntology |
OWLOntologyFactory.createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID,
IRI documentIRI,
OWLOntologyFactory.OWLOntologyCreationHandler handler)
Creates an (empty) ontology.
|
Stream<OWLEntity> |
HasGetEntitiesInSignature.entitiesInSignature(IRI entityIRI) |
default Stream<OWLEntity> |
OWLSignature.entitiesInSignature(IRI iri,
Imports imports)
Gets the entities in the signature that have the specified IRI.
|
IRI |
OWLOntologyIRIMapper.getDocumentIRI(IRI ontologyIRI)
Given an ontology IRI, this method maps the ontology IRI to a document
IRI.
|
default Set<OWLEntity> |
HasGetEntitiesInSignature.getEntitiesInSignature(IRI entityIRI)
Deprecated.
use the stream method
|
default Set<OWLEntity> |
OWLSignatureBooleanArgs.getEntitiesInSignature(IRI iri,
boolean includeImportsClosure)
Deprecated.
use the stream method
|
default Set<OWLEntity> |
OWLSignature.getEntitiesInSignature(IRI iri,
Imports includeImportsClosure)
Deprecated.
use the stream method
|
OWLOntology |
OWLOntologyManager.getOntology(IRI ontologyIRI)
Gets a previously loaded/created ontology that has the specified ontology IRI and no version
IRI.
|
default Set<OWLOntologyID> |
OWLOntologyManager.getOntologyIDsByVersion(IRI ontologyVersionIRI)
Deprecated.
use the stream method
|
OWLImportsDeclaration |
OWLDataFactory.getOWLImportsDeclaration(IRI importedOntologyIRI) |
String |
PrefixManager.getPrefixIRI(IRI iri)
Gets the prefix IRI given a IRI (URI).
|
default Set<OWLOntology> |
OWLOntologyManager.getVersions(IRI ontology)
Deprecated.
|
static boolean |
NodeID.isAnonymousNodeIRI(IRI iri)
Tests whether supplied IRI was generated by this parser in order to label an anonymous node.
|
boolean |
OWLOntologyLoaderConfiguration.isIgnoredImport(IRI iri) |
OWLOntology |
OWLOntologyManager.loadOntology(IRI ontologyIRI)
Loads an ontology that is assumed to have the specified
ontologyIRI as its IRI or
version IRI. |
default OWLOntology |
OWLOntologyManager.loadOntologyFromOntologyDocument(IRI documentIRI)
Loads an ontology from an ontology document specified by an IRI.
|
boolean |
OWLOntologyID.match(IRI iri) |
boolean |
OWLOntologyID.matchDocument(IRI iri) |
boolean |
OWLOntologyID.matchOntology(IRI iri) |
boolean |
OWLOntologyID.matchVersion(IRI iri) |
Stream<OWLOntologyID> |
OWLOntologyManager.ontologyIDsByVersion(IRI ontologyVersionIRI)
Gets a set of OWLOntologyIDs representing ontologies that are managed by this manager.
|
OntologyConfigurator |
OntologyConfigurator.removeIgnoredImport(IRI ontologyDocumentIRI)
Removes an ontology document IRI from the list of ontology imports that will be ignored
during ontology loading.
|
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.removeIgnoredImport(IRI ontologyDocumentIRI)
Removes an ontology document IRI from the list of ontology imports that will be ignored
during ontology loading.
|
default void |
OWLOntology.saveOntology(IRI documentIRI)
Saves the ontology, using the specified document IRI to determine where/how the ontology
should be saved.
|
default void |
OWLOntology.saveOntology(OWLDocumentFormat ontologyFormat,
IRI documentIRI)
Saves the ontology to the specified document IRI in the specified ontology format.
|
default void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
IRI documentIRI)
Saves the specified ontology, using the specified document IRI to determine where/how the
ontology should be saved.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat,
IRI documentIRI)
Saves the specified ontology to the specified document IRI in the specified ontology format.
|
void |
OWLOntologyManager.setOntologyDocumentIRI(OWLOntology ontology,
IRI documentIRI)
Overrides the current document IRI for a given ontology.
|
void |
OWLStorer.storeOntology(OWLOntology ontology,
IRI documentIRI,
OWLDocumentFormat ontologyFormat)
Stores an ontology to the specified ontology document IRI in the
specified format.
|
default Stream<OWLOntology> |
OWLOntologyManager.versions(IRI ontology)
Gets the versions (if any) of the ontology that have the specified IRI
|
default void |
OWLAnnotationValueVisitor.visit(IRI iri)
visit IRI type
|
O |
OWLAnnotationSubjectVisitorEx.visit(IRI iri)
Visit IRI type.
|
default O |
OWLAnnotationValueVisitorEx.visit(IRI iri)
visit IRI type
|
void |
OWLAnnotationSubjectVisitor.visit(IRI iri)
Visit IRI type.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<IRI> |
OWLDocumentFormat.computeIllegals(com.google.common.collect.Multimap<IRI,EntityType<?>> punnings) |
static Collection<IRI> |
OWLDocumentFormat.determineIllegalPunnings(boolean add,
Stream<OWLEntity> signature,
Collection<IRI> punnedEntities) |
default void |
HasAnnotationValue.ifIri(Consumer<IRI> iriConsumer) |
default void |
HasAnnotationValue.ifIriOrElse(Consumer<IRI> iriConsumer,
Runnable elseAction) |
default void |
HasAnnotationValue.ifValue(Consumer<OWLLiteral> literalConsumer,
Consumer<IRI> iriConsumer,
Consumer<OWLAnonymousIndividual> anonConsumer) |
default <T> Optional<T> |
HasAnnotationValue.mapIri(Function<IRI,T> function) |
default <T> T |
HasAnnotationValue.mapIriOrElse(Function<IRI,T> function,
T defaultValue) |
default <T> T |
HasAnnotationValue.mapIriOrElseGet(Function<IRI,T> function,
Supplier<T> defaultValue) |
default <T> Optional<T> |
HasAnnotationValue.mapValue(Function<OWLLiteral,T> literalFunction,
Function<IRI,T> iriFunction,
Function<OWLAnonymousIndividual,T> anonFunction) |
| Constructor and Description |
|---|
LoadingEvent(OWLOntologyID ontologyID,
IRI documentIRI,
boolean imported) |
LoadingFinishedEvent(OWLOntologyID ontologyID,
IRI documentIRI,
boolean imported,
Exception ex) |
LoadingStartedEvent(OWLOntologyID ontologyID,
IRI documentIRI,
boolean imported) |
MissingImportEvent(IRI ontologyIRI,
OWLOntologyCreationException creationException) |
OWLOntologyAlreadyExistsException(OWLOntologyID ontologyID,
IRI documentIRI)
Constructs an
OWLOntologyAlreadyExistsException to describe the
situation where an attempt to load an ontology failed because the manager
already contained an ontology with the ID that was the same as the
ontology being loaded. |
OWLOntologyAlreadyExistsException(OWLOntologyID ontologyID,
IRI documentIRI,
Throwable t)
Constructs an
OWLOntologyAlreadyExistsException to describe the
situation where an attempt to load an ontology failed because the manager
already contained an ontology with the ID that was the same as the
ontology being loaded. |
OWLOntologyDocumentAlreadyExistsException(IRI ontologyDocumentIRI) |
OWLOntologyFactoryNotFoundException(IRI documentIRI) |
OWLOntologyID(IRI iri)
Constructs an ontology identifier specifiying the ontology IRI and
version IRI.
|
OWLOntologyID(IRI iri,
IRI versionIRI)
Constructs an ontology identifier specifiying the ontology IRI and
version IRI.
|
OWLOntologyIRIMappingNotFoundException(IRI ontologyIRI) |
SetOntologyID(OWLOntology ont,
IRI ontologyIRI)
Creates a set ontology id change using the ontologyIRI, which will set
the ontology id to the new one.
|
| Constructor and Description |
|---|
OWLOntologyID(Optional<IRI> iri,
Optional<IRI> version)
Constructs an ontology identifier specifiying the ontology IRI and
version IRI.
|
OWLOntologyID(Optional<IRI> iri,
Optional<IRI> version)
Constructs an ontology identifier specifiying the ontology IRI and
version IRI.
|
| Modifier and Type | Method and Description |
|---|---|
default OWLAnnotationPropertyDomainAxiom |
DomainAxiomProvider.getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain) |
OWLAnnotationPropertyDomainAxiom |
DomainAxiomProvider.getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain,
Collection<OWLAnnotation> annotations) |
default OWLAnnotationPropertyRangeAxiom |
RangeAxiomProvider.getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range) |
OWLAnnotationPropertyRangeAxiom |
RangeAxiomProvider.getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationAssertionAxiom |
AnnotationAssertionProvider.getDeprecatedOWLAnnotationAssertionAxiom(IRI subject)
Gets an annotation assertion that specifies that an IRI is deprecated.
|
OWLAnnotationProperty |
AnnotationPropertyProvider.getOWLAnnotationProperty(IRI iri)
Gets an instance of
OWLAnnotationProperty that has the specified
IRI. |
OWLClass |
ClassProvider.getOWLClass(IRI iri)
Gets an instance of
OWLClass that has the specified IRI. |
OWLDataProperty |
DataPropertyProvider.getOWLDataProperty(IRI iri)
Gets an instance of
OWLDataProperty that has the specified
IRI. |
OWLDatatype |
DatatypeProvider.getOWLDatatype(IRI iri)
Gets an instance of
OWLDatatype that has the specified
IRI. |
<E extends OWLEntity> |
EntityByTypeProvider.getOWLEntity(EntityType<E> entityType,
IRI iri)
Gets an entity that has the specified IRI and is of the specified type.
|
OWLNamedIndividual |
NamedIndividualProvider.getOWLNamedIndividual(IRI iri)
Gets an instance of
OWLNamedIndividual that has the specified
IRI. |
OWLObjectProperty |
ObjectPropertyProvider.getOWLObjectProperty(IRI iri)
Gets an instance of
OWLObjectProperty that has the specified
IRI. |
SWRLBuiltInAtom |
SWRLProvider.getSWRLBuiltInAtom(IRI builtInIRI,
List<SWRLDArgument> args)
Creates a SWRL Built-In atom.
|
SWRLVariable |
SWRLProvider.getSWRLVariable(IRI var)
Gets a SWRLVariable.
|
| Modifier and Type | Method and Description |
|---|---|
IRI |
OWL2RLProfile.getIRI() |
IRI |
Profiles.getIRI() |
IRI |
OWL2ELProfile.getIRI() |
IRI |
OWL2DLProfile.getIRI() |
IRI |
OWL2QLProfile.getIRI() |
IRI |
OWL2Profile.getIRI() |
| Modifier and Type | Method and Description |
|---|---|
static Profiles |
Profiles.valueForIRI(IRI i) |
| Modifier and Type | Method and Description |
|---|---|
IRI |
UseOfReservedVocabularyForVersionIRI.getExpression() |
IRI |
IllegalPunning.getExpression() |
IRI |
DatatypeIRIAlsoUsedAsClassIRI.getExpression() |
IRI |
UseOfNonAbsoluteIRI.getExpression() |
IRI |
UseOfReservedVocabularyForOntologyIRI.getExpression() |
| Constructor and Description |
|---|
DatatypeIRIAlsoUsedAsClassIRI(OWLOntology ontology,
OWLAxiom axiom,
IRI iri) |
IllegalPunning(OWLOntology currentOntology,
OWLAxiom node,
IRI iri) |
UseOfNonAbsoluteIRI(OWLOntology ontology,
OWLAxiom axiom,
IRI iri) |
| Modifier and Type | Method and Description |
|---|---|
IRI |
AxiomNotInProfileException.getProfile() |
IRI |
ImportsClosureNotInProfileException.getProfile()
Gets the profile which the reasoner can handle.
|
IRI |
ClassExpressionNotInProfileException.getProfile() |
| Constructor and Description |
|---|
AxiomNotInProfileException(OWLAxiom axiom,
IRI profile) |
ClassExpressionNotInProfileException(OWLClassExpression classExpression,
IRI profile) |
ImportsClosureNotInProfileException(IRI profile) |
| Modifier and Type | Method and Description |
|---|---|
static Stream<IRI> |
EntitySearcher.getDomains(OWLAnnotationProperty e,
OWLOntology ontology)
Gets the asserted domains of this property.
|
static Stream<IRI> |
EntitySearcher.getDomains(OWLAnnotationProperty e,
Stream<OWLOntology> ontologies)
Gets the asserted domains of this property by examining the axioms in the specified
ontologies.
|
static Stream<IRI> |
EntitySearcher.getRanges(OWLAnnotationProperty e,
OWLOntology ontology)
Gets the ranges of this property that have been asserted in the specified ontology.
|
static Stream<IRI> |
EntitySearcher.getRanges(OWLAnnotationProperty e,
Stream<OWLOntology> ontologies)
Gets the asserted ranges of this property by examining the axioms in the specified
ontologies.
|
static Stream<IRI> |
Searcher.ontologiesIRIs(Stream<OWLOntology> ontologies)
Transform a collection of ontologies to a collection of IRIs of those
ontologies.
|
static Stream<IRI> |
Searcher.ontologyIRIs(Stream<OWLOntologyID> ids)
Transform a collection of ontology ids to a collection of IRIs of those
ontology ids.
|
| Modifier and Type | Method and Description |
|---|---|
IRI |
OWLEntityURIUnderscores2CamelBackConverterStrategy.getConvertedIRI(OWLEntity entity) |
IRI |
OWLEntityTinyURIConversionStrategy.getConvertedIRI(OWLEntity entity) |
IRI |
OWLEntityURIConverterStrategy.getConvertedIRI(OWLEntity entity) |
IRI |
SimpleIRIMapper.getDocumentIRI(IRI ontologyIRI) |
IRI |
OWLZipClosureIRIMapper.getDocumentIRI(IRI ontologyIRI) |
IRI |
CommonBaseIRIMapper.getDocumentIRI(IRI ontologyIRI) |
IRI |
ZipIRIMapper.getDocumentIRI(IRI ontologyIRI) |
IRI |
AutoIRIMapper.getDocumentIRI(IRI ontologyIRI) |
IRI |
DefaultPrefixManager.getIRI(String prefixIRI) |
IRI |
OWLObjectDuplicator.visit(IRI iri) |
IRI |
OWLObjectDesharer.visit(IRI iri) |
| Modifier and Type | Method and Description |
|---|---|
Set<IRI> |
AutoIRIMapper.getOntologyIRIs()
Gets the set of ontology IRIs that this mapper has found.
|
Stream<Map.Entry<IRI,IRI>> |
ZipIRIMapper.iriMappings() |
Stream<Map.Entry<IRI,IRI>> |
ZipIRIMapper.iriMappings() |
Stream<Map.Entry<IRI,IRI>> |
OWLZipClosureIRIMapper.mappedEntries() |
Stream<Map.Entry<IRI,IRI>> |
OWLZipClosureIRIMapper.mappedEntries() |
Stream<Map.Entry<IRI,IRI>> |
ZipIRIMapper.mappedEntries()
Gets the mappings of ontology IRIs that this mapper has found.
|
Stream<Map.Entry<IRI,IRI>> |
ZipIRIMapper.mappedEntries()
Gets the mappings of ontology IRIs that this mapper has found.
|
Stream<Map.Entry<String,IRI>> |
ZipIRIMapper.oboMappings() |
Stream<IRI> |
OWLZipClosureIRIMapper.roots() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonBaseIRIMapper.addMapping(IRI ontologyIRI,
String localName)
Adds a mapping from an ontology IRI to an ontology document IRI which has
a base of this mapper and a specified local name - in other words the
document IRI will be determined by resolving the local name against the
URI base of this mapper.
|
List<OWLOntologyChange> |
OWLEntityRenamer.changeIRI(IRI iri,
IRI newIRI)
Changes a IRI for another IRI.
|
List<OWLOntologyChange> |
OWLEntityRenamer.changeIRI(OWLEntity entity,
IRI newIRI)
Changes the IRI of an entity for another IRI.
|
int |
IRIComparator.compare(IRI o1,
IRI o2) |
OWLOntology |
OWLOntologyMerger.createMergedOntology(OWLOntologyManager ontologyManager,
IRI ontologyIRI) |
List<OWLOntologyChange> |
OWLOntologyIRIChanger.getChanges(OWLOntology ontology,
IRI newIRI)
Changes the URI of the specified ontology to the new URI.
|
IRI |
SimpleIRIMapper.getDocumentIRI(IRI ontologyIRI) |
IRI |
OWLZipClosureIRIMapper.getDocumentIRI(IRI ontologyIRI) |
IRI |
CommonBaseIRIMapper.getDocumentIRI(IRI ontologyIRI) |
IRI |
ZipIRIMapper.getDocumentIRI(IRI ontologyIRI) |
IRI |
AutoIRIMapper.getDocumentIRI(IRI ontologyIRI) |
String |
DefaultPrefixManager.getPrefixIRI(IRI iri) |
String |
SimpleRenderer.getShortForm(IRI iri) |
String |
DefaultPrefixManager.getShortForm(IRI iri) |
String |
OntologyIRIShortFormProvider.getShortForm(IRI iri) |
String |
IRIShortFormProvider.getShortForm(IRI iri) |
String |
SimpleIRIShortFormProvider.getShortForm(IRI iri) |
boolean |
AnonymousNodeCheckerImpl.isAnonymousNode(IRI iri) |
boolean |
AnonymousNodeChecker.isAnonymousNode(IRI iri) |
void |
AbstractOWLStorer.storeOntology(OWLOntology ontology,
IRI documentIRI,
OWLDocumentFormat ontologyFormat) |
void |
OWLAnnotationPropertyTransformer.visit(IRI iri) |
O |
DelegatingObjectVisitorEx.visit(IRI iri) |
void |
SimpleRenderer.visit(IRI iri) |
IRI |
OWLObjectDuplicator.visit(IRI iri) |
IRI |
OWLObjectDesharer.visit(IRI iri) |
String |
StringAnnotationVisitor.visit(IRI iri) |
void |
StructureWalker.visit(IRI iri) |
| Modifier and Type | Method and Description |
|---|---|
List<OWLOntologyChange> |
OWLEntityRenamer.changeIRI(Map<OWLEntity,IRI> entity2IRIMap) |
| Constructor and Description |
|---|
CommonBaseIRIMapper(IRI base)
Creates a mapper, which maps ontology URIs to URIs which share the
specified base.
|
SimpleIRIMapper(IRI ontologyIRI,
IRI documentIRI) |
| Constructor and Description |
|---|
OWLObjectDuplicator(Map<OWLEntity,IRI> entityIRIReplacementMap,
Map<OWLLiteral,OWLLiteral> literals,
OWLOntologyManager m)
Creates an object duplicator that duplicates objects using the specified data factory and uri
replacement map.
|
OWLObjectDuplicator(Map<OWLEntity,IRI> entityIRIReplacementMap,
OWLOntologyManager m)
Creates an object duplicator that duplicates objects using the specified data factory and uri
replacement map.
|
OWLObjectDuplicator(OWLOntologyManager m,
Map<IRI,IRI> iriReplacementMap)
Creates an object duplicator that duplicates objects using the specified data factory and uri
replacement map.
|
OWLObjectDuplicator(OWLOntologyManager m,
Map<IRI,IRI> iriReplacementMap)
Creates an object duplicator that duplicates objects using the specified data factory and uri
replacement map.
|
| Modifier and Type | Method and Description |
|---|---|
IRI |
ManchesterOWLSyntaxParser.parseVariable() |
| Modifier and Type | Field and Description |
|---|---|
static Set<IRI> |
SKOSVocabulary.ALL_IRIS
All IRIs.
|
static Set<IRI> |
DublinCoreVocabulary.ALL_URIS
All IRIs.
|
static Set<IRI> |
OWLRDFVocabulary.BUILT_IN_AP_IRIS
label , comment , versionInfo , backwardCompatibleWith , priorVersion , seeAlso , isDefinedBy
, incompatibleWith , deprecated.
|
static Set<IRI> |
OWLRDFVocabulary.BUILT_IN_VOCABULARY_IRIS
Set of all IRIs for this enum values.
|
static Map<IRI,OWLFacet> |
OWLFacet.FACET_IRIS
All facet iris.
|
| Modifier and Type | Method and Description |
|---|---|
IRI |
SKOSVocabulary.getIRI() |
IRI |
XSDVocabulary.getIRI() |
IRI |
OWL2Datatype.getIRI() |
IRI |
SWRLVocabulary.getIRI() |
IRI |
DublinCoreVocabulary.getIRI() |
IRI |
OWLFacet.getIRI() |
IRI |
OWLXMLVocabulary.getIRI() |
IRI |
OWLRDFVocabulary.getIRI() |
IRI |
SWRLBuiltInsVocabulary.getIRI() |
| Modifier and Type | Method and Description |
|---|---|
static Set<IRI> |
OWL2Datatype.getDatatypeIRIs()
Gets all of the built in datatype IRIs.
|
static Set<IRI> |
OWLFacet.getFacetIRIs() |
| Modifier and Type | Method and Description |
|---|---|
static SWRLBuiltInsVocabulary |
SWRLBuiltInsVocabulary.getBuiltIn(IRI iri)
Gets a builtin vocabulary value for a given IRI.
|
static OWL2Datatype |
OWL2Datatype.getDatatype(IRI datatype)
Given an IRI that identifies an
OWLDatatype, this method obtains the corresponding
OWL2Datatype. |
static OWLFacet |
OWLFacet.getFacet(IRI iri) |
boolean |
Namespaces.inNamespace(IRI i) |
static boolean |
OWL2Datatype.isBuiltIn(IRI datatypeIRI)
Determines if the specified IRI identifies a built in datatype.
|
static boolean |
Namespaces.isDefaultIgnoredImport(IRI i) |
| Modifier and Type | Method and Description |
|---|---|
IRI |
BuilderAnnotationPropertyDomain.getDomain() |
IRI |
BuilderImportsDeclaration.getIRI() |
IRI |
BaseEntityBuilder.getIRI() |
IRI |
BuilderSWRLVariable.getIRI() |
IRI |
BuilderSWRLBuiltInAtom.getIRI() |
IRI |
BuilderAnnotationPropertyRange.getRange() |
| Modifier and Type | Method and Description |
|---|---|
BuilderSWRLVariable |
BuilderSWRLVariable.with(IRI arg) |
BuilderSWRLBuiltInAtom |
BuilderSWRLBuiltInAtom.with(IRI arg) |
BuilderLiteral |
BuilderLiteral.withDatatype(IRI arg) |
BuilderAnnotationPropertyDomain |
BuilderAnnotationPropertyDomain.withDomain(IRI arg) |
BuilderImportsDeclaration |
BuilderImportsDeclaration.withImportedOntology(IRI arg) |
B |
BaseEntityBuilder.withIRI(IRI arg) |
B |
BaseAnnotationPropertyBuilder.withProperty(IRI arg) |
BuilderAnnotationPropertyRange |
BuilderAnnotationPropertyRange.withRange(IRI arg) |
Copyright © 2018 The University of Manchester. All rights reserved.