static L ai_tripleRefsToWebNodes(Collection> l) { new L out; if (l != null) for (TripleRef r : l) out.add(ai_tripleRefToWebNode(r)); ret out; }