}
@Override
public String getName(String id) {
// convert OBO id to IRI
OWLAPIObo2Owl obo2owl = new OWLAPIObo2Owl(
ont.getOWLOntologyManager());
IRI iri = obo2owl.oboIdToIRI(id);
// look for label of entity
Set<OWLAnnotationAssertionAxiom> axioms = ont.getAxioms(
OWLAnnotationAssertionAxiom.class,
OWLAnnotationSubject.class, iri, Imports.INCLUDED,
IN_SUB_POSITION);