// position = 1 to 3 static Symbol ai_getTriplePart(S tripleID, int position) { TripleWeb t = ai_getTriple(tripleID); ret t == null ? null : tripleGet(t, position-1); }