static T3 web_relationToTriple(WebRelation r) { ret r == null ? null : t3(web_text(r.a), web_text(r), web_text(r.b)); }