!7 static L webs; p { webs = allWebsFromCE(); for (S thing : webs_findNodeAndRelationB(webs, "an email", "has")) { S whichIs = first(webs_findNodeAndRelationB(webs, thing, "which is")); S renderAs = first(webs_findNodeAndRelationB(webs, whichIs, "render as")); print(thing + " (" + whichIs + ") -> " + renderAs); } }