OWLImportsDeclaration importsDeclaration = df
.getOWLImportsDeclaration(object);
consumer.addImport(importsDeclaration);
if (!consumer.getConfiguration().isIgnoredImport(object)) {
OWLOntologyManager man = consumer.getOWLOntologyManager();
man.makeLoadImportRequest(importsDeclaration,
consumer.getConfiguration());
OWLOntology importedOntology = man
.getImportedOntology(importsDeclaration);
if (importedOntology != null) {
OWLDocumentFormat importedOntologyFormat = man