!7 concept Example { S sentence, type; } p { Map dataMap = collectOrderedMap(list(conceptsFrom(#1008540), Example), 'sentence, 'type); O f = quickSolveToFunction(dataMap); print("Solved? " + (f != null)); }