Thor's Cave
From Underfoot
Error: Invalid JSON (<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Wikimedia Commons SPARQL Query Error</title> <script src="https://cdn.tailwindcss.com"></script> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet"> <style> body { font-family: 'Inter', sans-serif; background-color: #f3f4f6; } .container { max-width: 900px; } .error-box { background-color: #fee2e2; color: #ef4444; padding: 1.5rem; border-radius: 0.5rem; border: 1px solid #ef4444; word-wrap: break-word; /* Ensure long URLs/messages wrap */ } code { background-color: #e2e8f0; padding: 0.2rem 0.4rem; border-radius: 0.25rem; font-family: monospace; } </style>
</head> <body class="p-4 flex items-center justify-center min-h-screen">
SPARQL Query Service
Operation Failed:
An error occurred during query execution: HTTP Error: 400 Response: SPARQL-QUERY: queryStr= SELECT DISTINCT ?item ?file ?date ?label ?qualityLabel ?latitude ?longitude ?type ?subtype ?source WHERE { SERVICE wikibase:label {bd:serviceParam wikibase:language 'en'} { SELECT DISTINCT ?item ?file ?date ?label ?quality ?latitude ?longitude ?type ?subtype ?source WHERE { { SELECT DISTINCT ?item ?date ?file ?type ?subtype ?source (COALESCE(?label1,?label2) AS ?label) (SAMPLE (COALESCE(?latitude1,?latitude2)) AS ?latitude) (SAMPLE (COALESCE(?longitude1,?longitude2)) AS ?longitude) (SAMPLE(?qualitylist) AS ?quality) WHERE { {?item wdt:P180 wd:Q4362276} UNION {SERVICE wikibase:mwapi{ bd:serviceParam wikibase:api 'Generator' . bd:serviceParam wikibase:endpoint 'commons.wikimedia.org' . bd:serviceParam mwapi:gcmtitle 'Category:Thor's cave, Staffordshire' . bd:serviceParam mwapi:generator 'categorymembers' . bd:serviceParam mwapi:gcmtype 'file' . bd:serviceParam mwapi:gcmlimit 'max' . ?title wikibase:apiOutput mwapi:title . ?pageid wikibase:apiOutput '@pageid' . } BIND (URI(CONCAT('https://commons.wikimedia.org/entity/M', ?pageid)) AS ?item) } OPTIONAL {?item rdfs:label ?label1 FILTER(LANG(?label1) = 'en')} ?item schema:url ?url. BIND (CONCAT('File:',wikibase:decodeUri(substr(str(?url),52))) AS ?file) BIND(REPLACE(REPLACE(?file, '^File:', ), '.[^.]*$', ) AS ?label2) OPTIONAL {?item wdt:P571 ?date} OPTIONAL {?item wdt:P6731 ?qualitylist} OPTIONAL { ?item p:P1259 ?position1. ?position1 psv:P1259/wikibase:geoLatitude ?latitude1a. ?position1 psv:P1259/wikibase:geoLongitude ?longitude1a. BIND(STR(?latitude1a) AS ?latitude1) BIND(STR(?longitude1a) AS ?longitude1) } OPTIONAL { ?item p:P9149 ?position2. ?position2 psv:P9149/wikibase:geoLatitude ?latitude2a. ?position2 psv:P9149/wikibase:geoLongitude ?longitude2a. BIND(STR(?latitude2a) AS ?latitude2) BIND(STR(?longitude2a) AS ?longitude2) } BIND(CONCAT('commons') AS ?type) BIND(CONCAT('image') AS ?subtype) BIND(CONCAT('Commons') AS ?source) FILTER ( STRENDS(LCASE(STR(?file)), '.jpg') || STRENDS(LCASE(STR(?file)), '.jpeg') ) } GROUP BY ?item ?date ?file ?label1 ?label2 ?latitude1 ?latitude2 ?longitude1 ?longitude2 ?type ?subtype ?source } } ORDER BY DESC(?quality) ASC(?date) LIMIT 10 } } GROUP BY ?item ?file ?date ?label ?qualityLabel ?latitude ?longitude ?type ?subtype ?source ORDER BY ASC(?date) java.util.concurrent.ExecutionException: org.openrdf.query.MalformedQueryException: Lexical error at line 16, column 62. Encountered: " " (32), after : "s" at java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.util.concurrent.FutureTask.get(FutureTask.java:206) at com.bigdata.rdf.sail.webapp.BigdataServlet.submitApiTask(BigdataServlet.java:292) at com.bigdata.rdf.sail.webapp.QueryServlet.doSparqlQuery(QueryServlet.java:678) at com.bigdata.rdf.sail.webapp.QueryServlet.doPost(QueryServlet.java:275) at com.bigdata.rdf.sail.webapp.RESTServlet.doPost(RESTServlet.java:269) at com.bigdata.rdf.sail.webapp.MultiTenancyServlet.doPost(MultiTenancyServlet.java:195) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:865) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1655) at org.wikidata.query.rdf.blazegraph.throttling.ThrottlingFilter.doFilter(ThrottlingFilter.java:322) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) at org.wikidata.query.rdf.blazegraph.throttling.SystemOverloadFilter.doFilter(SystemOverloadFilter.java:84) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) at ch.qos.logback.classic.helpers.MDCInsertingServletFilter.doFilter(MDCInsertingServletFilter.java:50) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) at org.wikidata.query.rdf.blazegraph.filters.QueryEventSenderFilter.doFilter(QueryEventSenderFilter.java:125) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) at org.wikidata.query.rdf.blazegraph.filters.ClientIPFilter.doFilter(ClientIPFilter.java:43) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) at org.wikidata.query.rdf.blazegraph.filters.JWTIdentityFilter.doFilter(JWTIdentityFilter.java:66) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) at org.wikidata.query.rdf.blazegraph.filters.RealAgentFilter.doFilter(RealAgentFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) at org.wikidata.query.rdf.blazegraph.filters.RequestConcurrencyFilter.doFilter(RequestConcurrencyFilter.java:50) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1634) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1340) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1242) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:220) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:126) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) at org.eclipse.jetty.server.Server.handle(Server.java:503) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) at java.lang.Thread.run(Thread.java:750) Caused by: org.openrdf.query.MalformedQueryException: Lexical error at line 16, column 62. Encountered: " " (32), after : "s" at com.bigdata.rdf.sail.sparql.Bigdata2ASTSPARQLParser.parseQuery2(Bigdata2ASTSPARQLParser.java:404) at com.bigdata.rdf.sail.webapp.QueryServlet$SparqlQueryTask.call(QueryServlet.java:741) at com.bigdata.rdf.sail.webapp.QueryServlet$SparqlQueryTask.call(QueryServlet.java:695) at com.bigdata.rdf.task.ApiTaskForIndexManager.call(ApiTaskForIndexManager.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... 1 more Caused by: com.bigdata.rdf.sail.sparql.ast.TokenMgrError: Lexical error at line 16, column 62. Encountered: " " (32), after : "s" at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilderTokenManager.getNextToken(SyntaxTreeBuilderTokenManager.java:3994) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.jj_ntk(SyntaxTreeBuilder.java:9637) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.RDFLiteral(SyntaxTreeBuilder.java:7189) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GraphTerm(SyntaxTreeBuilder.java:3893) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.VarOrTermOrTRefP(SyntaxTreeBuilder.java:8714) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GraphNodePath(SyntaxTreeBuilder.java:3786) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.ObjectPath(SyntaxTreeBuilder.java:3467) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.ObjectListPath(SyntaxTreeBuilder.java:3044) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.PropertyListPath(SyntaxTreeBuilder.java:2992) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.TriplesSameSubjectPath(SyntaxTreeBuilder.java:2919) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.TriplesBlock(SyntaxTreeBuilder.java:2321) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.BasicGraphPattern(SyntaxTreeBuilder.java:2097) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GraphPattern(SyntaxTreeBuilder.java:2034) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GroupGraphPattern(SyntaxTreeBuilder.java:1969) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.ServiceGraphPattern(SyntaxTreeBuilder.java:2534) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GraphPatternNotTriples(SyntaxTreeBuilder.java:2370) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GraphPattern(SyntaxTreeBuilder.java:2047) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GroupGraphPattern(SyntaxTreeBuilder.java:1969) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GroupOrUnionGraphPattern(SyntaxTreeBuilder.java:2451) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GroupOrUnionGraphPattern(SyntaxTreeBuilder.java:2459) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GraphPatternNotTriples(SyntaxTreeBuilder.java:2361) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GraphPattern(SyntaxTreeBuilder.java:2047) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GroupGraphPattern(SyntaxTreeBuilder.java:1969) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.WhereClause(SyntaxTreeBuilder.java:1013) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.SubSelect(SyntaxTreeBuilder.java:416) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GroupGraphPattern(SyntaxTreeBuilder.java:1965) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GroupOrUnionGraphPattern(SyntaxTreeBuilder.java:2451) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GraphPatternNotTriples(SyntaxTreeBuilder.java:2361) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GraphPattern(SyntaxTreeBuilder.java:2047) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GroupGraphPattern(SyntaxTreeBuilder.java:1969) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.WhereClause(SyntaxTreeBuilder.java:1013) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.SubSelect(SyntaxTreeBuilder.java:416) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GroupGraphPattern(SyntaxTreeBuilder.java:1965) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GroupOrUnionGraphPattern(SyntaxTreeBuilder.java:2451) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GraphPatternNotTriples(SyntaxTreeBuilder.java:2361) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GraphPattern(SyntaxTreeBuilder.java:2047) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GraphPattern(SyntaxTreeBuilder.java:2056) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GroupGraphPattern(SyntaxTreeBuilder.java:1969) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.WhereClause(SyntaxTreeBuilder.java:1013) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.SelectQuery(SyntaxTreeBuilder.java:377) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.Query(SyntaxTreeBuilder.java:328) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.QueryContainer(SyntaxTreeBuilder.java:216) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.parseQuery(SyntaxTreeBuilder.java:32) at com.bigdata.rdf.sail.sparql.Bigdata2ASTSPARQLParser.parseQuery2(Bigdata2ASTSPARQLParser.java:336) ... 7 more
</body> </html>).
Thor's Cave is a natural cavern located at SK09865496 in the Manifold Valley of the White Peak in Staffordshire, England. It is classified as a karst cave. Located in a steep limestone crag, the cave entrance, a symmetrical arch 7.5 metres wide and 10 metres high, is prominently visible from the valley bottom, around 80 metres (260 feet) below. Reached by an easy stepped path from the Manifold Way, the cave is a popular tourist spot, with views over the Manifold Valley. The second entrance is known as the "West Window", below which is a second cave, Thor's Fissure Cavern.
Wikimedia, Wikidata
Thor's House Cavern; Thyrsis's Cave
United Kingdom,
- Peak District Caving page@
Location: 53.0918, -1.8542, KML, Cluster Map, Maps,
173 places
-

Brassington ROC Post ⓘ
architectural structure in Brassington, Derbyshire Dales, Derbyshire, England, UK -

Bagshawe Cavern ⓘ
cave in the Peak District, UK -

Bertons Pingles Pipe ⓘ
cave in the Peak District, UK -

Black Rabbit Cave ⓘ
cave in the Peak District, UK -

Blackwell Dale Cave ⓘ
cave in the Peak District, UK -

Bleaklow Cave ⓘ
cave in the Peak District, UK -

Blue John Cavern ⓘ
show cave in Derbyshire, England
-

Brightgate Cave ⓘ
cave in the Peak District, UK -

Cales Dale Cave (lower) ⓘ
cave in the Peak District, UK -

Carlswark Cavern, Eyam Dale Shaft ⓘ
cave in the Peak District, UK -

Carlswark Cavern, Flower Pot Entrance ⓘ
cave in the Peak District, UK -

Carlswark Cavern, Gin Entrance ⓘ
cave in the Peak District, UK -

Carlswark Cavern, Resurgence ⓘ
cave in the Peak District, UK -

Carlswark Cavern, Stub Scrin Shaft ⓘ
cave in the Peak District, UK -

Clatterway Sough ⓘ
cave in the Peak District, UK -

Coalpithole Rake: Rake Shaft ⓘ
cave in the Peak District, UK -

Convenience Cave ⓘ
cave in the Peak District, UK -

Cowlow Pot ⓘ
cave in the Peak District, UK -

Critchlow Cave ⓘ
cave in the Peak District, UK -

Cucklet Church ⓘ
historic cave in Eyam, Derbyshire -

Cumberland Cavern ⓘ
cave in the Peak District, UK -

Cussey Pot ⓘ
cave in the Peak District, UK -

Darfar Pot, Top Entrance ⓘ
cave in the Peak District, UK -

Darfar Ridge Cave ⓘ
cave in the Peak District, UK -

Devonshire Cavern ⓘ
cave in the Peak District, UK -

Dido's Cave ⓘ
cave in the Peak District, UK -

Dowel Cave ⓘ
cave and Scheduled Monument in Derbyshire, England, UK -

Dowse Hole ⓘ
cave in the Peak District, UK -

Dr Jackson's Cave ⓘ
cave in the Peak District, UK -

Dream Cave ⓘ
cave in Derbyshire, England -

Dumble Hole Swallet ⓘ
cave in the Peak District, UK -

Elderbush Cave ⓘ
cave in Wetton, Staffordshire, England, UK -

Eldon Hole ⓘ
cave in the Peak District, UK -

Eyam Dale House Cave ⓘ
cave in the Peak District, UK -

Fatigue Pot ⓘ
cave in the Peak District, UK -

Fern Cave ⓘ
cave in the Peak District, UK -

Fig's Dig ⓘ
cave in the Peak District, UK -

Fox Hole Cave ⓘ
cave in Hartington Middle Quarter, Derbyshire, England, UK -

Gautries Hole ⓘ
cave in the Peak District, UK -

Gell's Adit ⓘ
cave in the Peak District, UK -

Gentlewoman's Pipe Climbing Shaft ⓘ
cave in the Peak District, UK -

Giant's Hole ⓘ
cave in Derbyshire, England -

Great Masson Cavern ⓘ
cave in United Kingdom -

Great Rutland Cavern ⓘ
cave in Derbyshire, United Kingdom -

Grotto C30 Yards West Of Rode Hall ⓘ
grotto in Odd Rode, Cheshire East, Cheshire, England, UK -

Grotto In Arboretum ⓘ
grotto in Chatsworth, Derbyshire Dales, Derbyshire, England, UK -

Harboro' Cave ⓘ
cave and scheduled monument in the parish of Brassington, Derbyshire, England, UK -

Hartington Moor Farm Adit ⓘ
cave in the Peak District, UK -

Harveydale Quarry Tubes ⓘ
cave in the Peak District, UK -

Hazelbadge Cave ⓘ
cave in the Peak District, UK -

Hungerhill Swallet, Swallet Entrance ⓘ
cave in the Peak District, UK -

Hungerhill Swallet, Timbered Shaft ⓘ
cave in the Peak District, UK -

Ivy Green Cave ⓘ
cave in the Peak District, UK -

Jug Holes ⓘ
cave in the Peak District, UK -

Knotlow Cavern, Chapel Dale Engine Shaft ⓘ
cave in the Peak District, UK -

Knotlow Cavern, Climbing Shaft ⓘ
cave in the Peak District, UK -

Knotlow Cavern, Engine Shaft ⓘ
cave in the Peak District, UK -

Knotlow Cavern, Fourways Shaft ⓘ
cave in the Peak District, UK -

Ladyside Pot ⓘ
cave in the Peak District, UK -

Lathkill Head Cave ⓘ
cave in the Peak District, UK -

Lathkill, Garden Path Entrance ⓘ
cave in the Peak District, UK -

Lathkill, Top Entrance ⓘ
cave in the Peak District, UK -

Lay-by Pot, Oil Drum Entrance ⓘ
cave in the Peak District, UK -

Lud's Church ⓘ
deep chasm on the hillside above Gradbach, Staffordshire, England -

Lumb Hole ⓘ
cave in the Peak District, UK -

Nettle Pot ⓘ
cave in the Peak District, UK -

Ossum's Cave ⓘ
cave in Grindon, Staffordshire, England, UK -

Outlands Head Cave ⓘ
cave in the Peak District, UK -

Owl Hole ⓘ
cave in the Peak District, UK -

Oxlow Cavern ⓘ
cave in Derbyshire, England -

Oxlow Caverns ⓘ
cave in the Peak District, UK -

P8 ⓘ
cave in the Peak District, UK -

Paracetam'ole ⓘ
cave in the Peak District, UK -

Peak Cavern ⓘ
cave in Castleton, Derbyshire, UK
-

Peakshole Sough ⓘ
cave in the Peak District, UK -

Perryfoot Cave ⓘ
cave in the Peak District, UK -

Pictorend Sough ⓘ
cave in the Peak District, UK -

Poole's Cavern ⓘ
2 million year old, natural limestone cave on the edge of Buxton in the Peak District, in the county of Derbyshire, England
-

Redhurst Swallet ⓘ
cave in the Peak District, UK -

Retaining Wall And Grottos In Gardens At Thornbridge Hall ⓘ
retaining wall in Great Longstone, Derbyshire Dales, Derbyshire, England, UK -

Revell's Pipe Vein ⓘ
cave in the Peak District, UK -

Ricklow Cave ⓘ
cave in the Peak District, UK -

Rowter Hole ⓘ
cave in the Peak District, UK -

Rutland Cavern ⓘ
cave in the Peak District, UK -

Sidetrack Cave ⓘ
cave in the Peak District, UK -

Slaley Sough ⓘ
cave in the Peak District, UK -

Son of Longcliffe ⓘ
cave in the Peak District, UK -

Speedwell Cavern ⓘ
cave in Castleton, Derbyshire, UK
-

St Bertram's Cave ⓘ
cave in the Peak District, UK -

Streaks Pot, Lower Entrance ⓘ
cave in the Peak District, UK -

Streaks Pot, Top Entrance ⓘ
cave in the Peak District, UK -

Suicide Cave ⓘ
cave in the Peak District, UK -

T Pot ⓘ
cave in the Peak District, UK -

Tearsall Pipe Caverns No 2 ⓘ
cave in the Peak District, UK -

Thor's Cave ⓘ
natural cavern in Staffordshire, England -

Titan ⓘ
natural cavern in Derbyshire, England, UK -
Treak Cliff Cavern ⓘ
show cave in Derbyshire, England
-

Water Icicle Close Cavern ⓘ
cave in the Peak District, UK -

Waterfall Hole ⓘ
cave in the Peak District, UK -

Watergrove Sough ⓘ
cave in the Peak District, UK -

Waterways Swallet ⓘ
cave in the Peak District, UK -

Weet Sough ⓘ
cave in the Peak District, UK -

Whalf Climbing Shaft ⓘ
cave in the Peak District, UK -

Whalf Engine Shaft ⓘ
cave in the Peak District, UK -

Winnats Head Cave ⓘ
cave in the Peak District, UK -

Yatestoop Sough ⓘ
cave in the Peak District, UK -

Yoga Cave ⓘ
cave in the Peak District, UK -

Beans and Bacon mine ⓘ
disused lead mine in Derbyshire, United Kingdom -

Beans and Bacon, Old Eye, Fiery Dragon and Cod Beat lead mines and a limekiln 480m south of Blakelow Farm ⓘ
lead mine in Bonsall, Derbyshire, England, UK -

Bonsall Leys lead mines ⓘ
mine in Bonsall, United Kingdom -

Cackle Mackle and Stadford Hollow lead mines on Longstone Moor ⓘ
mine in Great Longstone, United Kingdom -

Cawdor Quarry ⓘ
Disused quarry in Derbyshire, England -

Chatterley Whitfield Colliery ⓘ
colliery in Stoke-on-Trent, Staffordshire, England, UK
-

Clayton Mine (Ecton) ⓘ
-

Cliff Quarry ⓘ
quarry in Crich, Derbyshire, England, UK -

Cop Rake and Moss Rake lead mines 750m north east of Wheston House ⓘ
lead mines between Castleton and Peak Forest in Derbyshire, England, UK -

Copper mines on Ecton Hill ⓘ
mine in Wetton, United Kingdom -

Dowlow Works ⓘ
Quarry in Derbyshire, England -

Ecton Mines ⓘ
copper mines in Staffordshire, England -

Eldon Hill crushing circle, associated lead mining remains and palisaded enclosure on Eldon Hill ⓘ
lead mine and palisaded enclosure in Peak Forest, Derbyshire, England, UK -

Engine Sough and associated nucleated lead mine, 500m south of Mam Tor ⓘ
scheduled lead mine remains in Castleton, High Peak, England, UK -

Faucet Rake lead mines 870m south west and 930m south east of Oxlow House ⓘ
lead mines in Castleton/Peak Forest, Derbyshire, England, UK -

Foxfield Colliery ⓘ
colliery in Staffordshire, United Kingdom -

Gautries Rake ⓘ
lead mine in Peak Forest, Derbyshire, England, UK -

Harpur Hill Quarry ⓘ
lake in the United Kingdom

-

Hill's Venture lead mine ⓘ
mine in Peak Forest, United Kingdom -

How Grove Lead Mine ⓘ
mine in the United Kingdom -

Lead mines 600m and 980m south west of Oddo House Farm ⓘ
mine in Elton, United Kingdom -

Little Pasture Mine ⓘ
lead mine in Eyam, Derbyshire, United Kingdom -

Magpie Mine ⓘ
disused lead mine near Bakewell, Derbyshire, England, UK
-

New Rake lead mines 600m south east of Rowter Farm ⓘ
mine in Castleton, United Kingdom -

Northern Dale lead mines ⓘ
mine in South Darley, United Kingdom -

Odin Mine nucleated lead mine and ore works, 350m WNW of Knowlegates Farm ⓘ
mine in the United Kingdom -

Oxlow Rake lead mines ⓘ
lead mines in Castleton/Peak Forest, Derbyshire, England, UK -

Putwell Hill Mine ⓘ
mine in the United Kingdom -

Slack, Mount Pleasant and Barmasters Grove lead mines 390m south east of Blakelow Farm ⓘ
mine in Bonsall, United Kingdom -

Slitherstone and Linacre lead mines and a limekiln 725m south west of Rowter Farm ⓘ
lead mine in Castleton, Derbyshire, England, UK -

Snake Mine nucleated lead mine, 275m SSW of Hopton Quarries ⓘ
mine in Middleton-by-Wirksworth, United Kingdom -

True Blue nucleated lead mine, 600m ESE of Magpie Mine ⓘ
lead mine in Ashford in the Water, Derbyshire, England, UK -

Watt's Grove Rake lead mines 520m north of Sweetknoll ⓘ
lead mines in Peak Forest, Derbyshire, England, UK -

Apedale Heritage Centre ⓘ
museum in Apedale, Newcastle-under-Lyme, Staffordshire, England, UK
-

Good Luck Lead Mining Museum ⓘ
museum in Nr Middleton, England, UK
-

Peak District Mining Museum ⓘ
mining museum in Matlock Bath, England, United Kingdom
-

Chatterley Whitfield Mining Museum ⓘ
museum in Stoke-on-Trent, England, UK
-

Ashbourne Tunnel ⓘ
railway tunnel in the UK -

Barmoor Clough Tunnel ⓘ
railway tunnel in the UK -

Birchall Tunnel ⓘ
railway tunnel in the UK -

Bromshall Tunnel ⓘ
railway tunnel in the UK -

Burbage Tunnel ⓘ
railway tunnel in the UK -

Chee Tor Tunnels ⓘ
railway tunnel in the UK -
Cowburn Tunnel ⓘ
railway tunnel on the Hope Valley Line in England -

Cressbrook Tunnel ⓘ
railway tunnel in the UK -

Dove Holes Tunnel ⓘ
railway tunnel in Derbyshire, England -

Fritchley Tunnel ⓘ
disused railway tunnel in Derbyshire, England -

Haddon Tunnel ⓘ
railway tunnel in the UK -

Harecastle railway tunnel ⓘ
set of railway tunnels in Staffordshire, England -
Harecastle Tunnel ⓘ
canal tunnel in Staffordshire, England -

Headstone Tunnel ⓘ
railway tunnel in the UK -

Hindlow Tunnel ⓘ
railway tunnel in the UK -

Hopton Tunnel ⓘ
former railway tunnel in Hopton, Derbyshire, UK -

Leekbrook Tunnel ⓘ
railway tunnel in the UK -

Litton Tunnel ⓘ
railway tunnel in the UK -

Meerbrook sough portal 380m south west of Leashaw Farm ⓘ
Outlet from Meerbrook sough -

Milford Tunnel ⓘ
architectural structure in Belper, Amber Valley, Derbyshire, England, UK -

Newhaven Tunnel ⓘ
former railway tunnel near Newhaven, Derbyshire, UK -

Oakamoor Tunnel ⓘ
disused railway tunnel in England -

Prestbury Tunnel ⓘ
railway tunnel in the UK -

Stodhart Tunnel ⓘ
tunnel in Derbyshire, England, UK -

Swainsley Tunnel ⓘ
railway tunnel in Staffordshire, UK, between Ecton and Bufferton -

The Tea House 50 Metres East Of Chinese Temple And Connecting Tunnel To Egyptian Portal ⓘ
architectural structure in Biddulph, Staffordshire Moorlands, Staffordshire, England, UK -

Toadmoor Tunnel ⓘ
Railway tunnel in Derbyshire, England -

Wingfield Tunnel ⓘ
railway tunnel in the UK -

Tunnel under Macclesfield Canal ⓘ
Grade II listed tunnel in Congleton, Cheshire East, Cheshire, England, UK
| Type | Subtype | Date | Description | Notes | Source |
|---|---|---|---|---|---|
| link | page | Peak District Caving page@ | Wikidata | ||
| site | bunker | Brassington ROC Post | Royal Observer Corps monitoring post, deep bunker | Wikidata | |
| site | cave | Bagshawe Cavern | cave | Wikidata | |
| site | cave | Bertons Pingles Pipe | cave | Wikidata | |
| site | cave | Black Rabbit Cave | cave | Wikidata | |
| site | cave | Blackwell Dale Cave | cave | Wikidata | |
| site | cave | Bleaklow Cave | cave | Wikidata | |
| site | cave | Blue John Cavern | show cave, mining museum | Wikidata | |
| site | cave | Brightgate Cave | cave | Wikidata | |
| site | cave | Cales Dale Cave (lower) | cave | Wikidata | |
| site | cave | Carlswark Cavern, Eyam Dale Shaft | cave | Wikidata | |
| site | cave | Carlswark Cavern, Flower Pot Entrance | cave | Wikidata | |
| site | cave | Carlswark Cavern, Gin Entrance | cave | Wikidata | |
| site | cave | Carlswark Cavern, Resurgence | cave | Wikidata | |
| site | cave | Carlswark Cavern, Stub Scrin Shaft | cave | Wikidata | |
| site | cave | Clatterway Sough | cave | Wikidata | |
| site | cave | Coalpithole Rake: Rake Shaft | cave | Wikidata | |
| site | cave | Convenience Cave | cave | Wikidata | |
| site | cave | Cowlow Pot | cave | Wikidata | |
| site | cave | Critchlow Cave | cave | Wikidata | |
| site | cave | Cucklet Church | cave | Wikidata | |
| site | cave | Cumberland Cavern | cave | Wikidata | |
| site | cave | Cussey Pot | cave | Wikidata | |
| site | cave | Darfar Pot, Top Entrance | cave | Wikidata | |
| site | cave | Darfar Ridge Cave | cave | Wikidata | |
| site | cave | Devonshire Cavern | cave | Wikidata | |
| site | cave | Dido's Cave | cave | Wikidata | |
| site | cave | Dowel Cave | cave | Wikidata | |
| site | cave | Dowse Hole | cave | Wikidata | |
| site | cave | Dr Jackson's Cave | cave | Wikidata | |
| site | cave | Dream Cave | cave | Wikidata | |
| site | cave | Dumble Hole Swallet | cave | Wikidata | |
| site | cave | Elderbush Cave | cave | Wikidata | |
| site | cave | Eldon Hole | cave | Wikidata | |
| site | cave | Eyam Dale House Cave | cave | Wikidata | |
| site | cave | Fatigue Pot | cave | Wikidata | |
| site | cave | Fern Cave | cave | Wikidata | |
| site | cave | Fig's Dig | cave | Wikidata | |
| site | cave | Fox Hole Cave | cave | Wikidata | |
| site | cave | Gautries Hole | cave | Wikidata | |
| site | cave | Gell's Adit | cave | Wikidata | |
| site | cave | Gentlewoman's Pipe Climbing Shaft | cave | Wikidata | |
| site | cave | Giant's Hole | cave | Wikidata | |
| site | cave | Great Masson Cavern | show cave | Wikidata | |
| site | cave | Great Rutland Cavern | show cave | Wikidata | |
| site | cave | Grotto C30 Yards West Of Rode Hall | grotto | Wikidata | |
| site | cave | Grotto In Arboretum | grotto | Wikidata | |
| site | cave | Harboro' Cave | cave | Wikidata | |
| site | cave | Hartington Moor Farm Adit | cave | Wikidata | |
| site | cave | Harveydale Quarry Tubes | cave | Wikidata | |
| site | cave | Hazelbadge Cave | cave | Wikidata | |
| site | cave | Hungerhill Swallet, Swallet Entrance | cave | Wikidata | |
| site | cave | Hungerhill Swallet, Timbered Shaft | cave | Wikidata | |
| site | cave | Ivy Green Cave | cave | Wikidata | |
| site | cave | Jug Holes | cave | Wikidata | |
| site | cave | Knotlow Cavern, Chapel Dale Engine Shaft | cave | Wikidata | |
| site | cave | Knotlow Cavern, Climbing Shaft | cave | Wikidata | |
| site | cave | Knotlow Cavern, Engine Shaft | cave | Wikidata | |
| site | cave | Knotlow Cavern, Fourways Shaft | cave | Wikidata | |
| site | cave | Ladyside Pot | cave | Wikidata | |
| site | cave | Lathkill Head Cave | cave | Wikidata | |
| site | cave | Lathkill, Garden Path Entrance | cave | Wikidata | |
| site | cave | Lathkill, Top Entrance | cave | Wikidata | |
| site | cave | Lay-by Pot, Oil Drum Entrance | cave | Wikidata | |
| site | cave | Lud's Church | cave | Wikidata | |
| site | cave | Lumb Hole | cave | Wikidata | |
| site | cave | Nettle Pot | cave | Wikidata | |
| site | cave | Ossum's Cave | cave | Wikidata | |
| site | cave | Outlands Head Cave | cave | Wikidata | |
| site | cave | Owl Hole | cave | Wikidata | |
| site | cave | Oxlow Cavern | cave | Wikidata | |
| site | cave | Oxlow Caverns | cave | Wikidata | |
| site | cave | P8 | cave | Wikidata | |
| site | cave | Paracetam'ole | cave | Wikidata | |
| site | cave | Peak Cavern | show cave | Wikidata | |
| site | cave | Peakshole Sough | cave | Wikidata | |
| site | cave | Perryfoot Cave | cave | Wikidata | |
| site | cave | Pictorend Sough | cave | Wikidata | |
| site | cave | Poole's Cavern | show cave | Wikidata | |
| site | cave | Redhurst Swallet | cave | Wikidata | |
| site | cave | Retaining Wall And Grottos In Gardens At Thornbridge Hall | grotto, retaining wall | Wikidata | |
| site | cave | Revell's Pipe Vein | cave | Wikidata | |
| site | cave | Ricklow Cave | cave | Wikidata | |
| site | cave | Rowter Hole | cave | Wikidata | |
| site | cave | Rutland Cavern | cave | Wikidata | |
| site | cave | Sidetrack Cave | cave | Wikidata | |
| site | cave | Slaley Sough | cave | Wikidata | |
| site | cave | Son of Longcliffe | cave | Wikidata | |
| site | cave | Speedwell Cavern | show cave | Wikidata | |
| site | cave | St Bertram's Cave | cave | Wikidata | |
| site | cave | Streaks Pot, Lower Entrance | cave | Wikidata | |
| site | cave | Streaks Pot, Top Entrance | cave | Wikidata | |
| site | cave | Suicide Cave | cave | Wikidata | |
| site | cave | T Pot | cave | Wikidata | |
| site | cave | Tearsall Pipe Caverns No 2 | cave | Wikidata | |
| site | cave | Thor's Cave | cave | Wikidata | |
| site | cave | Titan | cave | Wikidata | |
| site | cave | Treak Cliff Cavern | show cave | Wikidata | |
| site | cave | Water Icicle Close Cavern | cave | Wikidata | |
| site | cave | Waterfall Hole | cave | Wikidata | |
| site | cave | Watergrove Sough | cave | Wikidata | |
| site | cave | Waterways Swallet | cave | Wikidata | |
| site | cave | Weet Sough | cave | Wikidata | |
| site | cave | Whalf Climbing Shaft | cave | Wikidata | |
| site | cave | Whalf Engine Shaft | cave | Wikidata | |
| site | cave | Winnats Head Cave | cave | Wikidata | |
| site | cave | Yatestoop Sough | cave | Wikidata | |
| site | cave | Yoga Cave | cave | Wikidata | |
| site | mine | Beans and Bacon mine | lead mine | Wikidata | |
| site | mine | Beans and Bacon, Old Eye, Fiery Dragon and Cod Beat lead mines and a limekiln 480m south of Blakelow Farm | lead mine | Wikidata | |
| site | mine | Bonsall Leys lead mines | lead mine | Wikidata | |
| site | mine | Cackle Mackle and Stadford Hollow lead mines on Longstone Moor | lead mine | Wikidata | |
| site | mine | Cawdor Quarry | quarry | Wikidata | |
| site | mine | Chatterley Whitfield Colliery | coal mine, mining museum | Wikidata | |
| site | mine | Clayton Mine (Ecton) | copper mine | Wikidata | |
| site | mine | Cliff Quarry | quarry | Wikidata | |
| site | mine | Cop Rake and Moss Rake lead mines 750m north east of Wheston House | lead mine | Wikidata | |
| site | mine | Copper mines on Ecton Hill | copper mine | Wikidata | |
| site | mine | Dowlow Works | quarry | Wikidata | |
| site | mine | Ecton Mines | copper mine | Wikidata | |
| site | mine | Eldon Hill crushing circle, associated lead mining remains and palisaded enclosure on Eldon Hill | palisaded enclosure, lead mine | Wikidata | |
| site | mine | Engine Sough and associated nucleated lead mine, 500m south of Mam Tor | lead mine | Wikidata | |
| site | mine | Faucet Rake lead mines 870m south west and 930m south east of Oxlow House | lead mine | Wikidata | |
| site | mine | Foxfield Colliery | coal mine | Wikidata | |
| site | mine | Gautries Rake | lead mine | Wikidata | |
| site | mine | Harpur Hill Quarry | lake, quarry | Wikidata | |
| site | mine | Hill's Venture lead mine | lead mine | Wikidata | |
| site | mine | How Grove Lead Mine | lead mine | Wikidata | |
| site | mine | Lead mines 600m and 980m south west of Oddo House Farm | lead mine | Wikidata | |
| site | mine | Little Pasture Mine | lead mine | Wikidata | |
| site | mine | Magpie Mine | lead mine, tourist attraction | Wikidata | |
| site | mine | New Rake lead mines 600m south east of Rowter Farm | lead mine | Wikidata | |
| site | mine | Northern Dale lead mines | lead mine | Wikidata | |
| site | mine | Odin Mine nucleated lead mine and ore works, 350m WNW of Knowlegates Farm | lead mine | Wikidata | |
| site | mine | Oxlow Rake lead mines | lead mine | Wikidata | |
| site | mine | Putwell Hill Mine | lead mine | Wikidata | |
| site | mine | Slack, Mount Pleasant and Barmasters Grove lead mines 390m south east of Blakelow Farm | lead mine | Wikidata | |
| site | mine | Slitherstone and Linacre lead mines and a limekiln 725m south west of Rowter Farm | lead mine | Wikidata | |
| site | mine | Snake Mine nucleated lead mine, 275m SSW of Hopton Quarries | lead mine | Wikidata | |
| site | mine | True Blue nucleated lead mine, 600m ESE of Magpie Mine | lead mine | Wikidata | |
| site | mine | Watt's Grove Rake lead mines 520m north of Sweetknoll | lead mine | Wikidata | |
| site | museum | Apedale Heritage Centre | railway museum, mining museum | Wikidata | |
| site | museum | Good Luck Lead Mining Museum | mining museum | Wikidata | |
| site | museum | Peak District Mining Museum | independent museum, mining museum | Wikidata | |
| site | museum | 1979 | Chatterley Whitfield Mining Museum | mining museum | Wikidata |
| site | tunnel | Ashbourne Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Barmoor Clough Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Birchall Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Bromshall Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Burbage Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Chee Tor Tunnels | railway tunnel | Wikidata | |
| site | tunnel | Cowburn Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Cressbrook Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Dove Holes Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Fritchley Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Haddon Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Harecastle railway tunnel | railway tunnel | Wikidata | |
| site | tunnel | Harecastle Tunnel | canal tunnel | Wikidata | |
| site | tunnel | Headstone Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Hindlow Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Hopton Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Leekbrook Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Litton Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Meerbrook sough portal 380m south west of Leashaw Farm | sough | Wikidata | |
| site | tunnel | Milford Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Newhaven Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Oakamoor Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Prestbury Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Stodhart Tunnel | tunnel | Wikidata | |
| site | tunnel | Swainsley Tunnel | railway tunnel | Wikidata | |
| site | tunnel | The Tea House 50 Metres East Of Chinese Temple And Connecting Tunnel To Egyptian Portal | tunnel, building | Wikidata | |
| site | tunnel | Toadmoor Tunnel | railway tunnel | Wikidata | |
| site | tunnel | Wingfield Tunnel | railway tunnel | Wikidata | |
| site | tunnel | 1830 | Tunnel under Macclesfield Canal | tunnel | Wikidata |