static TripleWeb ai_getTriple(S id) { if (!possibleGlobalID(id)) null; ret tripleIndex().getTriple(asGlobalID(id)); } static TripleWeb ai_getTriple(GlobalID id) { if (id == null) null; ret tripleIndex().getTriple(id); }