static Map conceptToMap_gen(O c) { if (c == null) null; Map map = litorderedmap(id := str(getLong(c, 'id))); for (S field : conceptFields_gen(c)) mapPut(map, field, getOpt(c, field)); ret map; }