suggestions.addFirst(term);
} else if (ot.getLabel().toLowerCase().startsWith(ontoTerm.toLowerCase()))
suggestions.add(term);
}
} catch (OntologyServiceException e) {
throw new RemoteOntologyServiceException("Error in connecting to OLS",e.getMessage());
}
return suggestions;
}