static MapSO allNonConceptFieldValues(O o) { ret filterByValuePredicate(objectToMap(o), v -> !v instanceof Concept); }