} else if (axiom instanceof OWLSubObjectPropertyOfAxiom) {
OWLSubObjectPropertyOfAxiom a = (OWLSubObjectPropertyOfAxiom) axiom;
res.add(transformOWLSubObjectPropertyOfAxiom(a));
monitor.step(++workDone, totalAxioms);
} else if (axiom instanceof OWLReflexiveObjectPropertyAxiom) {
OWLReflexiveObjectPropertyAxiom a = (OWLReflexiveObjectPropertyAxiom) axiom;
res.add(transformOWLReflexiveObjectPropertyAxiom(a));
monitor.step(++workDone, totalAxioms);
} else if (axiom instanceof OWLTransitiveObjectPropertyAxiom) {
OWLTransitiveObjectPropertyAxiom a = (OWLTransitiveObjectPropertyAxiom) axiom;
res.add(transformOWLTransitiveObjectPropertyAxiom(a));