static Map conceptShadowMapWithoutID(Concept c) { if (c == null) null; var shadow = conceptShadow(c); ret mapWithoutKeys(shadow.map, "id"); }