Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,48.93668,9.53169)[location=underground][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,48.93668,9.53169)[location=underground][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,48.93668,9.53169)[location=underground][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,48.93668,9.53169)["natural"="cave_entrance"][name];
way(around:1000,48.93668,9.53169)["natural"="cave_entrance"][name];
rel(around:1000,48.93668,9.53169)["natural"="cave_entrance"][name];
);
out center tags;