// Give
nw["recycling:belts"="yes"];
nw["recycling:clothes"="yes"];
nw["recycling:shoes"="yes"];
nw["recycling:textiles"="yes"];
// Reuse
nw["social_facility"="clothing_bank"];
nw["amenity"="give_box"]["clothes"!="no"];
nw["amenity"="freeshop"]["clothes"!="no"];
// Shop
nw["shop"~"^(clothes|boutique|fashion|shoes|bag|sewing|tailor|fabric)$"][~"^(regional|fair_trade|organic|second_hand)$"~"^(yes|only)$"];
nw["shop"="second_hand"]["clothes"]["clothes"!="no"];
nw["craft"="shoemaker"];
// Repair
nw[~"^(service:){0,1}(clothes|shoes|fabrik):repair$"~"^yes$"];
nw["shoe_repair"~"^(yes|only)$"];
nw["repair"="shoes"];
nw["shop"="shoe_repair"];
nw["craft"~"^(bag_repair|shoe_repair)$"];
nw["tailor:alteration_service"="yes"];
nw["shop"~"^(shoes|clothes|tailor|bag|sewing|leather)$"]["repair"~"^(yes|only)$"];
nw["craft"~"^(shoemaker|dressmaker|tailor)$"]["repair"~"^(yes|only)$"];
overpass-turbo