static Web ai_postTriple(T3 triple) { if (ai_cache_hasTriple(triple)) null; Web web = webFromTriple(triple); postSoftwareMadeWeb(web); ret web; }