if (!schemaImportsURIs.contains(object)) {
OWLImportsDeclaration importsDeclaration = getDataFactory().getOWLImportsDeclarationAxiom(getConsumer().getOntology(),
object);
addAxiom(importsDeclaration);
OWLOntologyManager man = getConsumer().getOWLOntologyManager();
man.makeLoadImportRequest(importsDeclaration);
getConsumer().importsClosureChanged();
}
// We need to think about what we should do when the subject of the imports statement doesn't
// match the ontology being parsed
// OWLOntology importing = getConsumer().getOWLOntologyManager().getOntology(subject);