Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,39.15000,23.35000)[reef][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,39.15000,23.35000)[reef][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,39.15000,23.35000)[reef][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,39.15000,23.35000)[subject][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,39.15000,23.35000)[subject][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,39.15000,23.35000)[subject][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,39.15000,23.35000)[natural=reef][name];
way(around:1000,39.15000,23.35000)[natural=reef][name];
rel(around:1000,39.15000,23.35000)[natural=reef][name];
node(around:1000,39.15000,23.35000)[natural=shoal][name];
way(around:1000,39.15000,23.35000)[natural=shoal][name];
rel(around:1000,39.15000,23.35000)[natural=shoal][name];
node(around:1000,39.15000,23.35000)[place=island][name];
way(around:1000,39.15000,23.35000)[place=island][name];
rel(around:1000,39.15000,23.35000)[place=island][name];
);
out center tags;