static Web web_withoutRelationsStartingWith(Web web, S prefix) { ret web_dropRelationsStartingWith(cloneWeb(web), prefix); }