<!DOCTYPE html><html><body><div dir="auto">Hi<br>I've tagged a few bakeries for the bread they sell. <br>At first I used semicolon to separate values:<br><br>shop=bakery<br>bread=x;y;z<br><br>Since I'm focused on adding/updating bakeries that are using wholemeal flour in their products, I added a general tag bread:wholemeal=yes.<br><br>But this tag was too general because some bakeries sell more than one type of bread and not all of them are made of wholemeal flour. So I decided to separate values with a namespace scheme:<br><br>shop=bakery<br>bread:x=yes<br>bread:y=yes<br>bread:z=yes<br><br>and expanded this tagging by another tag per bread to know if it's made of wholmeal flour:<br><br>bread:x:wholemeal=yes<br>bread:z:wholemeal=yes<br><br>By this method it's possible to face a long list of tags of bread types for a single bakery and also a lot of namespaced keys in general, as pointed by mueschel:<br><br><<a href="https://www.openstreetmap.org/changeset/150528116">https://www.openstreetmap.org/changeset/150528116</a>><br><br>So is it better to retag like first tagging and also add the bread:wholemeal with semicolon-separeted values?<br><br>shop=bakery<br>bread=x;y;z<br>bread:wholemeal=x;z<br><br>or any other suggestion?<br><br>Thanks</div></body></html>