static Map conceptShadow(Concept c) { Map map = objectToMap_nonTransient(c); map.remove("refs"); map.remove("backRefs"); ret toMinimalMap(map); }