static S findAIConcept(S description) { Concepts concepts = new Concepts(#1006463).safeLoad(); for (Concept c : list(concepts, "AIConcept")) if (match(description, getString(c, "name"))) ret getString(c, "globalID"); null; }