1101110211031104110511061107110811091110
storer.get().storeOntology(ontology, documentIRI, ontologyFormat); return; } } throw new OWLStorerNotFoundException(ontologyFormat); } catch (IOException e) { throw new OWLOntologyStorageIOException(e); } }
1143114411451146114711481149115011511152
storer.get().storeOntology(ontology, documentTarget, ontologyFormat); return; } } throw new OWLStorerNotFoundException(ontologyFormat); } catch (IOException e) { throw new OWLOntologyStorageIOException(e); } }