public void handle(String id, String value) {
// Set the base to be the default base + default namespace
String uri = OBOVocabulary.ONTOLOGY_URI_BASE + "/" + value.toLowerCase();
getConsumer().setDefaultNamespace(uri + "#");
applyChange(new SetOntologyURI(getOntology(), URI.create(uri)));
}