manager.removeOntology(tboxLogicalURI);
manager.removeOntology(aboxLogicalURI);
/* Initialize approximation */
StepSizeStrategy stepSizeStrategy = StrategyFactory.newStepSizeStrategy(stepID, concepts.size());
SelectionStrategy selectionStrategy = StrategyFactory.newSelectionStrategy(selectionID, concepts, properties, stepSizeStrategy, tboxPhysicalURI, aboxPhysicalURI);
ApproximationTask approximation = new ApproximationTask(selectionStrategy, tboxPhysicalURI, aboxPhysicalURI, file_prefix, tmpOntologyURI, rParameter, iParameter, PATH_TO_RESULTS);
try {
logger.info("Running baseline...");
/*