OWLSubAnnotationPropertyOfAxiom annoAx4 = df
.getOWLSubAnnotationPropertyOfAxiom(myComment, rdfsComment);
m.addAxiom(ont, annoAx4);
reload(ont, new RDFXMLDocumentFormat());
reload(ont, new OWLXMLDocumentFormat());
reload(ont, new TurtleDocumentFormat());
reload(ont, new FunctionalSyntaxDocumentFormat());
}