static void web_is_addToSource(Web web) {
  for (Pair<WebNode> p : web_relationsOfType(web, "is"))
    web_addLabels(p.a, p.b);
}