ontologyURL = (String) mReasoningResourceState
.getReasoningResourceState().getConfiguration().get(
ONTOLOGY_URL);
LOG.info("The ontology is... " + ontologyURL);
} catch (KeyValueUnknownException e) {
throw new ConfigurationValueMissingException(ONTOLOGY_URL);
}
return ontologyURL;
}