citation = convert(citationType);
KamInfo ki = objKam.getKamInfo();
List<org.openbel.framework.api.internal.KAMStoreDaoImpl.Citation> citations;
if (belDocument != null) {
BelDocumentInfo info;
try {
info = convert(belDocument);
} catch (InvalidIdException e) {
throw new KamStoreServiceException(
"Error processing Bel document", e);