Stocker's Lake

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:Q7617977} UNION {SERVICE wikibase:mwapi{ bd:serviceParam wikibase:api 'Generator' . bd:serviceParam wikibase:endpoint 'commons.wikimedia.org' . bd:serviceParam mwapi:gcmtitle 'Category:Stocker's Lake' . 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 65. 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 65. 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 65. 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>).


Stocker's Lake is an old flooded gravel pit of approx 90 acres (37.5ha) at Rickmansworth, Hertfordshire, England, within the Colne Valley Regional Park which is designated as a Local Nature Reserve.

WikimediaWikidata
Stockers Lake
gravel pit, artificial lake, Stocker's Lake Local Nature Reserve, 
link={{{3}}}
    ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​

Location: 51.63, -0.488, KML, Cluster Map, Maps,
91 places
Loading map...
  • Beaconsfield Buckinghamshire County Standby Emergency Centre
    civil defence centre in Buckinghamshire, UK
  • Camden Borough Control
    civil defence centre in London, UK
  • Chiltern District Council Emergency Centre
    civil defence centre in Buckinghamshire
  • Edmonton Borough Control Site 1
    civil defence centre in London, UK
  • Edmonton Borough Control Site 2
    civil defence centre in London, UK
  • Finchley Borough Control
    civil defence centre in London
  • Finsbury Borough Control
    civil defence centre in
  • Hayes Sub Area Control
    civil defence centre in London
  • Hemel Hempstead Dacorum Borough Council Emergency Centre
    civil defence centre in Hertfordshire
  • Hillingdon Borough Control
    civil defence centre in London
  • Luton County Borough Control
    civil defence centre in Bedfordshire, UK
  • Middlesex County Control
    civil defence centre in
  • Mill Hill North West London Group Control
    civil defence centre in London
  • Northolt Sub Control
    civil defence centre in London
  • Oxgate Admiralty Citadel
    military bunker in north London, England: now privately owned
  • Paddington Borough Control
    civil defence centre in London
  • Paddock
    alternative Cabinet War Room bunker for Winston Churchill
  • Richmond Borough Emergency Centre
    civil defence centre in London
  • Southall London North West Group War HQ
    civil defence centre in London
  • St Albans City and District Council Emergency Centre
    civil defence centre in Hertfordshire
  • St Leonard's Court Air Raid Shelter
    air-raid shelter in Richmond upon Thames, London, England, UK
  • St Pancras Borough Control
    civil defence centre in London
  • Stoke Newington Borough Control
    civil defence centre in London
  • Stoke Newington Borough Control and Hackney Borough Control 2nd Site
    civil defence centre in London
  • Tottenham Borough Control
    civil defence centre in London
  • Uxbridge Anti-Aircraft Operations Room
    British air defence bunker
  • Walton on Thames Sub Control
    civil defence centre in Surrey
  • Warren Row
    chalk quarry used as an aircraft factory and regional seat of government
  • Watford Royal Observer Corps Group Headquarters
    British Cold War command centre in Hertfordshire
  • St Leonard's Court
    four-storey block of flats in East Sheen, London
  • Battle of Britain Bunker
    Royal Air Force WWII operations room  
  • Churchill War Rooms
    museum in London  
  • Grotto About 70 Metres North East Of Dancers Hill House
    grotto in South Mimms, Hertsmere, Hertfordshire, England, UK
  • Grotto At Dropmore
    grotto in Taplow, South Bucks, Buckinghamshire, England, UK
  • Grotto At Mill Bank
    grotto in Remenham, Wokingham, Berkshire, England, UK
  • Grotto In Grounds Of Hampton Court House
    grotto in London Borough of Richmond upon Thames, London, England, UK
  • Grotto in the Grounds of Ascot Place, to South of House at West End of Lake
    grotto in Winkfield, Bracknell Forest, Berkshire, England, UK
  • Grotto Or Shell House In The Grounds Of Thames Eyot
    grotto in London Borough of Richmond upon Thames, London, England, UK
  • Hellfire Caves
    network of man-made caverns in West Wycombe, Buckinghamshire, England, United Kingdom
  • Pope's Grotto in Grounds of St Catherine's High School
    structure in Twickenham, London Borough of Richmond upon Thames, United Kingdom
  • Castle Lime Works Quarry
    Site of Special Scientific Interest in Hertfordshire
  • Harefield Pit
    Site of Special Scientific Interest in Harefield, London
  • Kensworth Chalk Pit
    131.3 hectare geological site of Special Scientific Interest
  • Moor Mill Quarry, West
    Site of Special Scientific Interest in Hertfordshire
  • Pitstone Quarry
    quarry in the UK
  • South Lodge Pit
    protected area in Buckinghamshire, England
  • Stocker's Lake
    artificial lake in Hertfordshire/Greater London, England, UK
  • Totternhoe Chalk Quarry
    quarry in the UK
  • Westwood Quarry
    Site of Special Scientific Interest in Hertfordshire, England, UK
  • Wraysbury and Hythe End Gravel Pits
  • Bankside–Charing Cross cable tunnel
    utility tunnel in London, England, UK
  • Barnet Tunnel
    railway tunnel in the UK
  • Belsize Tunnel
    railway tunnel in the UK
  • Elstree to St. John's Wood Cable Tunnel
    power cable tunnel in north London
  • Euston Tunnel
    twin-bore tunnel for HS2 railway
  • Gasworks Tunnel
    East Coast Main Line section near King's Cross, London
  • Gerrards Cross Tunnel
    railway tunnel in Gerrards Cross, Buckinghamshire
  • Hadley Wood North Tunnel
    railway tunnel in the UK
  • Hadley Wood South Tunnel
    railway tunnel in the UK
  • Heathrow Airside Road Tunnel
    tunnel at London Heathrow Airport
  • Heathrow Cargo Tunnel
    road tunnel in Heathrow that serves London Heathrow Airport
  • Highgate East Tunnel
    railway tunnel in the UK
  • Kingsway tramway subway
    Camden, Greater London, WC1B
  • Maida Hill Tunnel
    canal tunnel in the UK
  • Northchurch Tunnels
    railway tunnel in the UK
  • Northolt tunnel
    twin-bore tunnel for HS2 railway
  • Ponsbourne Tunnel
    railway tunnel in the UK
  • Snow Hill Tunnel
    railway tunnel in London
  • South Kensington Subway
    pedestrian tunnel in Kensington and Chelsea, London, England, UK
  • Strand Underpass
    vehicle tunnel in central London connecting Waterloo Bridge to Kingsway near Holborn
  • Thames Water Ring Main
    London water supply infrastructure
  • The Nursemaids' Tunnel
    tunnel in Regent's Park, London, UK
  • Waterloo and Whitehall Railway
    1860s partly constructed pneumatic railway in London, England
  • Watford Tunnels
    pair of railway tunnels in Hertfordshire, England
  • West Portal And Islington Tunnel (Regents Canal)
    tunnel in Islington, London, England, UK
  • Eyre's Tunnel
    short canal tunnel on the Regent's Canal that passes under Lisson Grove in St John's Wood, north London
  • Islington Tunnel
    Tunnel on the Regent's Canal
  • Watford West Tunnel
    one of a pair of railway tunnels in Hertfordshire, England
  • Primrose Hill Tunnel
    railway tunnel in Camden, Greater London
  • Copenhagen Tunnel
    Triple bore, six track railway tunnel linking London King's Cross, and Belle Isle.
  • Watford East Tunnel
    one of a pair of railway tunnels in Hertfordshire, England
  • Waterloo & City line tunnels
    tunnel for Waterloo & City line under the Thames
  • Bakerloo line tunnels
    tunnel carrying Bakerloo line under the Thames
  • Battersea exhaust tunnels
  • Northern line (Charing Cross branch) tunnels
    tunnels carrying the Northern Line under the Thames
  • Victoria line tunnels
    tunnels carrying Victoria line under the Thames
  • Wimbledon – Pimlico cable tunnel
  • Jubilee Line Extension tunnels
    tunnels carrying the Jubilee line under the Thames
  • Battersea steam tunnel
  • King’s Cross Light Tunnel
    artwork in King’s Cross, London
1938-01-01T00:00:00Z
1938-01-01T00:00:00Z
1939-08-01T00:00:00Z
1939-08-01T00:00:00Z
1984-01-01T00:00:00Z
1984-01-01T00:00:00Z
1816-01-01T00:00:00Z
1816-01-01T00:00:00Z
1818-01-01T00:00:00Z
1818-01-01T00:00:00Z
1837-01-01T00:00:00Z
1837-01-01T00:00:00Z
1838-01-01T00:00:00Z
1838-01-01T00:00:00Z
1850-01-01T00:00:00Z
1850-01-01T00:00:00Z
1874-01-01T00:00:00Z
1874-01-01T00:00:00Z
1898-01-01T00:00:00Z
1898-01-01T00:00:00Z
1906-01-01T00:00:00Z
1906-01-01T00:00:00Z
1920-01-01T00:00:00Z
1920-01-01T00:00:00Z
1926-01-01T00:00:00Z
1926-01-01T00:00:00Z
1971-01-01T00:00:00Z
1971-01-01T00:00:00Z
1996-01-01T00:00:00Z
1996-01-01T00:00:00Z
1999-01-01T00:00:00Z
1999-01-01T00:00:00Z
2000-01-01T00:00:00Z
2000-01-01T00:00:00Z
2016-01-01T00:00:00Z
2016-01-01T00:00:00Z
{"selectable":false,"showCurrentTime":false,"width":"100%","zoomMin":100000000000}
TypeSubtypeDateDescriptionNotesSource
classessubterranea1971British Tunnelling Societysubterranea, learned society, tunnel constructionWikidata
organisationbusiness1904The Huelva Copper and Sulphur Minesmining, businessWikidata
organisationorganisation1984Historic Englandrestoration, non-departmental public bodyWikidata
sitebunkerBeaconsfield Buckinghamshire County Standby Emergency CentreBuckinghamshire County Council, civil defense centerWikidata
sitebunkerCamden Borough Controlcivil defense center, London Borough of CamdenWikidata
sitebunkerChiltern District Council Emergency CentreChiltern District Council, civil defense centerWikidata
sitebunkerEdmonton Borough Control Site 1civil defense center, London Borough of EnfieldWikidata
sitebunkerEdmonton Borough Control Site 2civil defense center, London Borough of EnfieldWikidata
sitebunkerFinchley Borough Controlcivil defense center, London Borough of BarnetWikidata
sitebunkerFinsbury Borough Controlcivil defense center, Metropolitan Borough of FinsburyWikidata
sitebunkerHayes Sub Area Controlcivil defense center, London Borough of HillingdonWikidata
sitebunkerHemel Hempstead Dacorum Borough Council Emergency CentreDacorum Borough Council, civil defense centerWikidata
sitebunkerHillingdon Borough Controlcivil defense center, London Borough of HillingdonWikidata
sitebunkerLuton County Borough ControlBedfordshire County Council, civil defense centerWikidata
sitebunkerMiddlesex County Controlcivil defense center, Middlesex County CouncilWikidata
sitebunkerMill Hill North West London Group Controlcivil defense center, London Borough of Haringey, London Borough of Enfield, London Borough of Islington, London Borough of Camden, City of Westminster, London Borough of Barnet, City of LondonWikidata
sitebunkerNortholt Sub Controlcivil defense center, London Borough of EalingWikidata
sitebunkerOxgate Admiralty CitadelbunkerWikidata
sitebunkerPaddington Borough Controlcivil defense centerWikidata
sitebunkerPaddockbunkerWikidata
sitebunkerRichmond Borough Emergency Centrecivil defense center, London Borough of Richmond upon ThamesWikidata
sitebunkerSouthall London North West Group War HQcivil defense center, London Borough of EalingWikidata
sitebunkerSt Albans City and District Council Emergency CentreSt Albans City and District Council, civil defense centerWikidata
sitebunkerSt Leonard's Court Air Raid Shelterair-raid shelterWikidata
sitebunkerSt Pancras Borough Controlcivil defense centerWikidata
sitebunkerStoke Newington Borough Controlcivil defense centerWikidata
sitebunkerStoke Newington Borough Control and Hackney Borough Control 2nd Sitecivil defense center, London Borough of HackneyWikidata
sitebunkerTottenham Borough Controlcivil defense centerWikidata
sitebunkerUxbridge Anti-Aircraft Operations RoomRoyal Air Force, bunkerWikidata
sitebunkerWalton on Thames Sub ControlElmbridge Borough Council, civil defense centerWikidata
sitebunkerWarren Rowchalk quarry, aircraft factory, bunkerWikidata
sitebunkerWatford Royal Observer Corps Group HeadquartersRoyal Observer Corps, bunkerWikidata
sitebunker1938St Leonard's Courtrevenue house, air-raid shelterWikidata
sitebunker1939Battle of Britain Bunkermilitary museum, bunkerWikidata
sitebunker1984Churchill War Roomsnational museum, biographical museum, military museum, architectural structure, bunkerWikidata
sitecaveGrotto About 70 Metres North East Of Dancers Hill HousegrottoWikidata
sitecaveGrotto At DropmoregrottoWikidata
sitecaveGrotto At Mill BankgrottoWikidata
sitecaveGrotto In Grounds Of Hampton Court HousegrottoWikidata
sitecaveGrotto in the Grounds of Ascot Place, to South of House at West End of LakegrottoWikidata
sitecaveGrotto Or Shell House In The Grounds Of Thames EyotgrottoWikidata
sitecaveHellfire Cavesshow cave, fixed constructionWikidata
sitecavePope's Grotto in Grounds of St Catherine's High SchoolgrottoWikidata
sitemineCastle Lime Works QuarryquarryWikidata
sitemineHarefield Pitchalk quarryWikidata
sitemineKensworth Chalk Pitchalk quarryWikidata
sitemineMoor Mill Quarry, WestquarryWikidata
siteminePitstone QuarryquarryWikidata
sitemineSouth Lodge Pitchalk quarryWikidata
sitemineStocker's Lakeartificial lake, gravel pitWikidata
sitemineTotternhoe Chalk QuarryquarryWikidata
sitemineWestwood QuarrySite of Special Scientific Interest, quarryWikidata
sitemineWraysbury and Hythe End Gravel Pitsgravel pitWikidata
sitetunnelBankside–Charing Cross cable tunnelutility tunnelWikidata
sitetunnelBarnet Tunnelrailway tunnelWikidata
sitetunnelBelsize Tunnelrailway tunnelWikidata
sitetunnelCanal Tunnelsrailway tunnelWikidata
sitetunnelElstree to St. John's Wood Cable Tunnelpower cable, tunnelWikidata
sitetunnelEuston Tunnelproposed rail infrastructure, railway tunnelWikidata
sitetunnelGasworks Tunnelrailway tunnelWikidata
sitetunnelGerrards Cross Tunnelrailway tunnelWikidata
sitetunnelHadley Wood North Tunnelrailway tunnelWikidata
sitetunnelHadley Wood South Tunnelrailway tunnelWikidata
sitetunnelHeathrow Airside Road Tunnelroad tunnelWikidata
sitetunnelHeathrow Cargo Tunnelroad tunnel, Heathrow Airport Holdings LimitedWikidata
sitetunnelHighgate East Tunnelrailway tunnelWikidata
sitetunnelKingsway tramway subwaytramway tunnelWikidata
sitetunnelMaida Hill Tunnelcanal tunnelWikidata
sitetunnelNorthchurch Tunnelsrailway tunnelWikidata
sitetunnelNortholt tunnelhigh-speed railway tunnelWikidata
sitetunnelPonsbourne Tunnelrailway tunnelWikidata
sitetunnelSnow Hill Tunnelrailway tunnelWikidata
sitetunnelSouth Kensington Subwaypedestrian tunnelWikidata
sitetunnelStrand Underpassroad tunnelWikidata
sitetunnelThames Water Ring Mainwater pipe, tunnelWikidata
sitetunnelThe Nursemaids' TunnelsubwayWikidata
sitetunnelWaterloo and Whitehall Railwayproposed rail infrastructure, abandoned project, tunnelWikidata
sitetunnelWatford TunnelsNetwork Rail, London and North Western Railway, London, Midland and Scottish Railway, British Rail, London and Birmingham Railway, railway tunnel, RailtrackWikidata
sitetunnelWest Portal And Islington Tunnel (Regents Canal)canal tunnel, portalWikidata
sitetunnel1816Eyre's Tunnelcanal tunnelWikidata
sitetunnel1818Islington Tunnelcanal tunnelWikidata
sitetunnel1837Watford West TunnelNetwork Rail, London and North Western Railway, London, Midland and Scottish Railway, British Rail, London and Birmingham Railway, railway tunnel, RailtrackWikidata
sitetunnel1838Primrose Hill Tunnelrailway tunnelWikidata
sitetunnel1850Copenhagen Tunnelrailway tunnelWikidata
sitetunnel1874Watford East TunnelLondon, Midland and Scottish Railway, British Rail, London and Birmingham Railway, railway tunnel, Railtrack, Network Rail, London and North Western RailwayWikidata
sitetunnel1898Waterloo & City line tunnelsrailway tunnelWikidata
sitetunnel1906Bakerloo line tunnelsrailway tunnelWikidata
sitetunnel1920Battersea exhaust tunnelsutility tunnelWikidata
sitetunnel1926Northern line (Charing Cross branch) tunnelsrailway tunnelWikidata
sitetunnel1971Victoria line tunnelsrailway tunnelWikidata
sitetunnel1996Wimbledon – Pimlico cable tunnelutility tunnelWikidata
sitetunnel1999Jubilee Line Extension tunnelsrailway tunnelWikidata
sitetunnel2000Battersea steam tunnelutility tunnelWikidata
sitetunnel2016King’s Cross Light Tunnelsubway tunnel, pedestrian tunnel, installation artworkWikidata