SimpleURIMapper mapper = new SimpleURIMapper(newAboxURI,
newAboxPhysicalURI);
manager.addURIMapper(mapper);
modifiedAboxOntology = manager.createOntology(newAboxURI);
manager.addAxioms(modifiedAboxOntology, aboxOntology
.getAxioms());
/*
* System.out.println(newAboxPhysicalURI.toString() + ", " +
* newAboxURI);