public void visit(OWLSubDataPropertyOfAxiom axiom) {
   addChildParent(axiom.getSubProperty(), axiom.getSuperProperty(), axiom);
 }