assertEquals(19, m.getOntologyParsers().size());
@SuppressWarnings("null")
OWLOntologyDocumentSource source = new StreamDocumentSource(getClass()
.getResourceAsStream("/celltype.obo"),
OWLOntologyDocumentSourceBase.getNextDocumentIRI("obo"),
new OBO12DocumentFormat(), null);
m.loadOntologyFromOntologyDocument(source);
}