I looked for every Netto from the website in OSM. I noticed some didn’t have brand:wikidata, some were mapped as Netto Salling, I did change some of them. I also noticed that some in OSM weren’t on the Netto website, they may be mismapped Netto Salling, or just bad OSM data. I didn’t change these, and I probably wont do a similar edit for Netto Salling since it doesn’t feel like the DE wants it. This edit took hours or my time.

Now anything without a valid url is suspect.

area["ISO3166-1:alpha2"=DE]->.searchArea;
(
  nwr["brand:wikidata"=Q879858][shop]["contact:website"!~"^https:\/\/www\.netto-online\.de\/filialen\/.+\/.+[0-9]+\/?$"][website!~"^https:\/\/www\.netto-online\.de\/filialen\/.+\/.+[0-9]+\/?$"](area.searchArea);
);
out meta;
>;
out meta qt;
4 Likes