}
m.saveOntology(ont, format, target);
handleSaved(target, format);
OWLOntology ont2 = OWLManager.createOWLOntologyManager()
.loadOntologyFromOntologyDocument(
new StringDocumentSource(target.toString(),
OWLOntologyDocumentSourceBase
.getNextDocumentIRI("string:ontology"),
format, null),
new OWLOntologyLoaderConfiguration()
.setReportStackTraces(true));