static S webRelationToString(WebRelation r) { if (r == null) ret "-"; ret ai_renderTriple(web_text(r.a), web_text(r), web_text(r.b)); }