s);
parser.parseOntology(getOWLOntologyManager(), ontology);
return new ManchesterOWLSyntaxOntologyFormat();
}
catch (IOException e) {
throw new OWLParserIOException(e);
}
catch (ParserException e) {
throw new ManchesterOWLSyntaxParserException(e);
}
catch (OWLOntologyCreationException e) {