static MapSO allConceptFieldsAsMap(Concept c) { new MapSO map; fOr (S field : conceptFields(c)) map.put(field, cget(c, field)); ret map; }