{k: newAnd([newTag("service:bicycle:tools","no"),newTag("service:bicycle:pump","yes")]),txt:"There is only a pump available."},
{k: newAnd([newTag("service:bicycle:tools","yes"),newTag("service:bicycle:pump","no")]),txt:"There are only tools (screwdrivers, pliers...) available."},
{k: newAnd([newTag("service:bicycle:tools","yes"),newTag("service:bicycle:pump","yes")]),txt:"There are both tools and a pump available."}