Fort d'Emines
From Warlike
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:Q5472451} UNION {SERVICE wikibase:mwapi{ bd:serviceParam wikibase:api 'Generator' . bd:serviceParam wikibase:endpoint 'commons.wikimedia.org' . bd:serviceParam mwapi:gcmtitle 'Category:Fort d'Émines' . 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 69. Encountered: "\'" (39), after : "\u00c9mines" 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 69. Encountered: "\'" (39), after : "\u00c9mines" 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 69. Encountered: "\'" (39), after : "\u00c9mines" 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>).
The Fort d'Emines is one of nine forts built as part of the Fortifications of Namur in the late 19th century in Belgium. It was built between 1888 and 1892 according to the plans of General Henri Alexis Brialmont. Contrasting with the French forts built in the same era by Raymond Adolphe Séré de Rivières, the fort was built exclusively of unreinforced concrete, a new material, rather than masonry. In 1914 the fort was heavily bombarded by German artillery in the Battle of Namur. Unlike seven of the nine Namur forts, Émines was never upgraded to become part of the fortified position of Namur. Instead, it became a supply and munitions depot. The fort is now abandoned on private property.
-
Location: 50.5066, 4.85, KML, Cluster Map, Maps,
64 places
-

Battle of Ciney ⓘ
-

Battle of the Sambre ⓘ
54 BCE battle of the Gallic War -

Siege of Namur ⓘ
siege during the Gallic War -

Battle of Vada ⓘ
70 battle -

Siege of Corroy ⓘ
1542 siege -

Battle of Jodoigne ⓘ
1568 battle -

Battle of Gembloux ⓘ
1578 battle during the Eighty Years' War -
Siege of Huy ⓘ
1595 siege -

Battle of Fleurus ⓘ
battle in the Thirty Years' War, 1622 -

Battle of Fleurus ⓘ
battle in the Nine Years' War between France and the Grand Alliance (1690) -
Siege of Namur ⓘ
major engagement of the Nine Years' War between the French and the Grand Alliance (1692) -

Siege of Huy ⓘ
1694 siege -

Siege of Namur ⓘ
siege in 1695 -

Siege of Namur ⓘ
1704 siege -

Battle of Ramillies ⓘ
1706 battle -

Siege of Namur ⓘ
1746 siege in the War of the Austrian Succession -
Flanders Campaign ⓘ
Campaign in War of the First Coalition -

Siege of Namur ⓘ
1792 siege during the War of the First Coalition -

Battle of Lambusart ⓘ
1794 battle of the War of the First Coalition -
Battle of Fleurus ⓘ
1794 battle during the War of the First Coalition -
Waterloo Campaign ⓘ
1815 militarycampaign during Napoleon's Hundred Days -
Battle of Ligny ⓘ
1815 battle during the War of the Seventh Coalition -

Battle of Quatre Bras ⓘ
1815 battle during the War of the Seventh Coalition -

Battle of Wavre ⓘ
1815 battle during the War of the Seventh Coalition -
Battle of Dinant ⓘ
1914 battle in WWI -

Siege of Namur ⓘ
1914 battle of the German invasion of Belgium during WWI -

Battle of the Sambre ⓘ
1918 battle in WWI -

German invasion of Belgium ⓘ
1940 German conquest of Belgium during World War II -

Battle of Hannut ⓘ
1940 WWII battle in Belgium -

Battle of Gembloux ⓘ
1940 battle -

Operation Bodenplatte ⓘ
1945 Nazi air force offensive -

Belgian–Dutch War ⓘ
1830–1833 war -

Bunker Bb 2 ⓘ
-

Bunker Bb 3 ⓘ
-

Bunker Bb 4 ⓘ
-

Bunker Bb 5 ⓘ
-

Bunker Bb 6 ⓘ
-

Bunker BL 1 ⓘ
-

Bunker LW 14 ⓘ
-

Bunker LW 16 ⓘ
-

Bunker LW 17 ⓘ
-

Bunker LW 18 ⓘ
-

Bunker LW 19 ⓘ
-

Bunker LW 20 ⓘ
-

Bunker LW 21 ⓘ
-

Bunker LW 22 ⓘ
-

Bunker Sb 1 ⓘ
-

Bunker Sb 2 ⓘ
-

Crupet Castle ⓘ
castle in Crupet, Belgium -

Samson Fort ⓘ
fort in Wallonia -

Citadel of Huy ⓘ
citadel in Wallonia -

Fort d'Andoy ⓘ
fort built as part of the Fortifications of Namur, Belgium -

Fort d'Emines ⓘ
-

Fort de Cognelée ⓘ
-

Fort de Dave ⓘ
fortification in Belgium -

Fort de Maizeret ⓘ
-

Fort de Malonne ⓘ
-

Fort de Marchovelette ⓘ
Belgian military fortification -

Fort de Suarlée ⓘ
-

Fortified Position of Namur ⓘ
ring of fortifications in Belgium -

Fort de Saint-Héribert ⓘ
-
Citadel of Dinant ⓘ
fortress in Belgium

-

Donjon de Bierbais ⓘ
-

Donjon de Villeret ⓘ
castle in Wallonia
| Type | Subtype | Date | Description | Notes | Source |
|---|---|---|---|---|---|
| area | region | 1830 | Belgium | sovereign state, federation, country | Wikidata |
| event | armed conflict | Battle of Ciney | battle | Wikidata | |
| event | armed conflict | 53 | Battle of the Sambre | battle | Wikidata |
| event | armed conflict | 53 | Siege of Namur | battle, siege | Wikidata |
| event | armed conflict | 70 | Battle of Vada | battle | Wikidata |
| event | armed conflict | 1542 | Siege of Corroy | siege | Wikidata |
| event | armed conflict | 1568 | Battle of Jodoigne | battle | Wikidata |
| event | armed conflict | 1578 | Battle of Gembloux | battle, Hispanic Monarchy, States General of the Netherlands | Wikidata |
| event | armed conflict | 1595 | Siege of Huy | siege | Wikidata |
| event | armed conflict | 1622 | Battle of Fleurus | Holy Roman Empire, battle | Wikidata |
| event | armed conflict | 1690 | Battle of Fleurus | battle, Kingdom of England | Wikidata |
| event | armed conflict | 1692 | Siege of Namur | siege | Wikidata |
| event | armed conflict | 1694 | Siege of Huy | siege | Wikidata |
| event | armed conflict | 1695 | Siege of Namur | Holy Roman Empire, siege | Wikidata |
| event | armed conflict | 1704 | Siege of Namur | siege | Wikidata |
| event | armed conflict | 1706 | Battle of Ramillies | Spain, Denmark, Dutch Republic, Kingdom of England, Kingdom of Scotland, Electorate of Bavaria, battle, Grand Alliance, Kingdom of France | Wikidata |
| event | armed conflict | 1746 | Siege of Namur | siege | Wikidata |
| event | armed conflict | 1792 | Flanders Campaign | military campaign | Wikidata |
| event | armed conflict | 1792 | Siege of Namur | siege | Wikidata |
| event | armed conflict | 1794 | Battle of Lambusart | battle | Wikidata |
| event | armed conflict | 1794 | Battle of Fleurus | battle | Wikidata |
| event | armed conflict | 1815 | Waterloo Campaign | military campaign | Wikidata |
| event | armed conflict | 1815 | Battle of Ligny | battle | Wikidata |
| event | armed conflict | 1815 | Battle of Quatre Bras | United Kingdom of Great Britain and Ireland, battle | Wikidata |
| event | armed conflict | 1815 | Battle of Wavre | battle | Wikidata |
| event | armed conflict | 1914 | Battle of Dinant | battle | Wikidata |
| event | armed conflict | 1914 | Siege of Namur | siege | Wikidata |
| event | armed conflict | 1918 | Battle of the Sambre | United States, battle, United Kingdom of Great Britain and Ireland | Wikidata |
| event | armed conflict | 1940 | German invasion of Belgium | United Kingdom, battle, military operation | Wikidata |
| event | armed conflict | 1940 | Battle of Hannut | battle | Wikidata |
| event | armed conflict | 1940 | Battle of Gembloux | battle | Wikidata |
| event | armed conflict | 1945 | Operation Bodenplatte | United Kingdom, battle | Wikidata |
| event | war | 1830 | Belgian–Dutch War | United Kingdom of the Netherlands, July Monarchy, war, Belgium | Wikidata |
| site | bunker | Bunker Bb 2 | bunker | Wikidata | |
| site | bunker | Bunker Bb 3 | bunker | Wikidata | |
| site | bunker | Bunker Bb 4 | bunker | Wikidata | |
| site | bunker | Bunker Bb 5 | bunker | Wikidata | |
| site | bunker | Bunker Bb 6 | bunker | Wikidata | |
| site | bunker | Bunker BL 1 | bunker | Wikidata | |
| site | bunker | Bunker LW 14 | bunker | Wikidata | |
| site | bunker | Bunker LW 16 | bunker | Wikidata | |
| site | bunker | Bunker LW 17 | bunker | Wikidata | |
| site | bunker | Bunker LW 18 | bunker | Wikidata | |
| site | bunker | Bunker LW 19 | bunker | Wikidata | |
| site | bunker | Bunker LW 20 | bunker | Wikidata | |
| site | bunker | Bunker LW 21 | bunker | Wikidata | |
| site | bunker | Bunker LW 22 | bunker | Wikidata | |
| site | bunker | Bunker Sb 1 | bunker | Wikidata | |
| site | bunker | Bunker Sb 2 | bunker | Wikidata | |
| site | castle | Crupet Castle | château, keep, castle | Wikidata | |
| site | castle | Samson Fort | fort, castle | Wikidata | |
| site | fort | Citadel of Huy | fort | Wikidata | |
| site | fort | Fort d'Andoy | fort | Wikidata | |
| site | fort | Fort d'Emines | fort | Wikidata | |
| site | fort | Fort de Cognelée | fort | Wikidata | |
| site | fort | Fort de Dave | fort | Wikidata | |
| site | fort | Fort de Maizeret | fort | Wikidata | |
| site | fort | Fort de Malonne | fort | Wikidata | |
| site | fort | Fort de Marchovelette | fort | Wikidata | |
| site | fort | Fort de Suarlée | fort | Wikidata | |
| site | fort | Fortified Position of Namur | fort | Wikidata | |
| site | fort | 1888 | Fort de Saint-Héribert | military museum, fort | Wikidata |
| site | museum | Citadel of Dinant | military museum, citadel | Wikidata | |
| site | tower | Donjon de Bierbais | keep | Wikidata | |
| site | tower | Donjon de Villeret | keep | Wikidata | |