mgr.addAxiom(ont,axioman);
Set<OWLAxiom> setaxiom = ont.getAxioms();
try{
resource = j2o.AxiomOwlToJenaResource(setaxiom, RDFXML);
if(resource == null){
fail("Some errors occur");
}else{
String statment = "[http://www.w3.org/2000/01/rdf-schema#label, http://www.w3.org/2000/01/rdf-schema#range, http://www.w3.org/2000/01/rdf-schema#Literal] "+
"[http://example.org/dummy#hasAge, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/2002/07/owl#DatatypeProperty] "+