Tagliata d'Incanal
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:Q15850013} UNION {SERVICE wikibase:mwapi{ bd:serviceParam wikibase:api 'Generator' . bd:serviceParam wikibase:endpoint 'commons.wikimedia.org' . bd:serviceParam mwapi:gcmtitle 'Category:Tagliata d'Incanal' . 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: Encountered " "in" "In "" at line 16, column 67. Was expecting one of: "{" ... "}" ... ";" ... "," ... "." ... "^^" ... "optional" ... "graph" ... "minus" ... "filter" ... "bind" ... "service" ... "values" ... "include" ... "let" ... <LANGTAG> ... "." ... 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: Encountered " "in" "In "" at line 16, column 67. Was expecting one of: "{" ... "}" ... ";" ... "," ... "." ... "^^" ... "optional" ... "graph" ... "minus" ... "filter" ... "bind" ... "service" ... "values" ... "include" ... "let" ... <LANGTAG> ... "." ... at com.bigdata.rdf.sail.sparql.Bigdata2ASTSPARQLParser.parseQuery2(Bigdata2ASTSPARQLParser.java:400) 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.ParseException: Encountered " "in" "In "" at line 16, column 67. Was expecting one of: "{" ... "}" ... ";" ... "," ... "." ... "^^" ... "optional" ... "graph" ... "minus" ... "filter" ... "bind" ... "service" ... "values" ... "include" ... "let" ... <LANGTAG> ... "." ... at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.generateParseException(SyntaxTreeBuilder.java:9722) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.jj_consume_token(SyntaxTreeBuilder.java:9589) at com.bigdata.rdf.sail.sparql.ast.SyntaxTreeBuilder.GroupGraphPattern(SyntaxTreeBuilder.java:1971) 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>).
'
-
Location: 45.5847, 10.8251, KML, Cluster Map, Maps,
90 places





















-

Battle of Castelnuovo ⓘ
-

Italian Campaign (1805) ⓘ
-

Battle of Lake Benacus ⓘ
battle during the Roman-Germanic wars (268/269) -

Battle of Verona ⓘ
312 -

Battle of Verona ⓘ
403 -

Battle of Verona ⓘ
489 -

Siege of Verona ⓘ
541 siege -

Norman expedition of 859 ⓘ
-

Italian campaign of 1524–1525 ⓘ
part of the Italian War of 1521–1526 -

Italian campaigns of the French Revolutionary Wars ⓘ
Napoleonic conflict -

Battle of Borghetto ⓘ
battle during the War of the First Coalition, part of the French Revolutionary Wars -

Battle of Lonato ⓘ
1796 battle during the War of the First Coalition -

Battle of Peschiera ⓘ
1796 battle -

Battle of Rivoli ⓘ
1797 battle during the War of the First Coalition -

Veronese Easters ⓘ
Veronese rebellion against French occupation -

Battle of Verona ⓘ
1799 -

Suvorov's Italian campaign ⓘ
1799 military campaign -

The Second Italian Campaign ⓘ
Bonaparte's campaign in Italy (1800) -

Battle of Pozzolo ⓘ
1800 battle -

Battle of Verona ⓘ
1805 battle during the War of the Third Coalition -

Battle of the Mincio River ⓘ
1814 battle during the War of the Sixth Coalition -

Battle of Monzambano ⓘ
1848 battle of the first Italian War of Independence -

Skirmish of Pastrengo ⓘ
1848 battle of the first Italian War of Independence -

Battle of Santa Lucia ⓘ
1848 battle in the First Italian War of Independence -

Siege of Peschiera ⓘ
1848 siege -

Battle of Custoza ⓘ
1848 battle of the First Italian War of Independence -

Battle of San Martino ⓘ
battle in the Second Italian War of Independence (1859) -

Battle of Custoza ⓘ
1866 III Italian Independence War battle -

Battle of the Argenta Gap ⓘ
1945 battle during World War II -

Florentine–Milanese Wars ⓘ
1390–1402 series of wars -
War of the Mantuan Succession ⓘ
war in Northern Italy -
Campaigns of 1796 in the French Revolutionary Wars ⓘ
1796 Bonapartes first campaign in Italy -

Back Yard ⓘ
building in Grezzana, Italy -

West Star ⓘ
building in Province of Verona, Italy -

Fort Austriaco ⓘ
-

Fort Baccotto ⓘ
-

Fort Capuccini ⓘ
-

Fort Cavalcaselle ⓘ
-

Fort Fenilazzo ⓘ
fort in Castelnuovo del Garda -

Fort Laghetto ⓘ
-

Fort Mandella ⓘ
-

Fort Rivoli ⓘ
fort in Rivoli Veronese, Italy -

Fort Saladini ⓘ
-

Fort San Briccio ⓘ
-

Forte Ceraino ⓘ
fort in Dolcè, Italy -

Forte Chiusa ⓘ
fort in Dolcè, Italy -

Forte di Naole e muraglia del Baldo ⓘ
-

Forte Mollinary ⓘ
fort in Sant'Ambrogio di Valpolicella, Italy -

Forte Papa ⓘ
fort in Peschiera del Garda, Italy -

Forte Polveriera ⓘ
-

Forte Spianata ⓘ
building in Verona, Italy -

Forte Trimelone ⓘ
-

New Fort Salvi ⓘ
-

Old Fort Salvi ⓘ
-

Forte Biondella ⓘ
building in Verona, Italy -

Forte Gazometro ⓘ
-

Forte San Leonardo ⓘ
fort in Verona, Italy -

Forte Sofia ⓘ
fort in Verona, Italy -

Forte San Procolo ⓘ
fort in Verona, Italy -

Forte San Mattia ⓘ
fort in Verona, Italy -

Forte Fenilone ⓘ
building in Verona, Italy -

Forte Palio ⓘ
building in Verona, Italy -

Forte Porta Nuova ⓘ
building in Verona, Italy -

Forte San Massimo ⓘ
building in Verona, Italy -
Forte San Zeno ⓘ
fort in Verona, Italy -

Forte Santa Lucia ⓘ
building in Verona, Italy -

Forte Chievo ⓘ
building in Verona, Italy -

Forte Santa Caterina ⓘ
fort in Verona, Italy -

Forte Croce Bianca ⓘ
building in Verona, Italy -

Forte San Michele ⓘ
-
Forte Ardietti ⓘ
fort between Peschiera del Garda and Ponti sul Mincio, Italy
-

Forte Monte Folaga ⓘ
fort in Pastrengo, Italy -

Forte Parona ⓘ
-

Forte Piovezzano ⓘ
fort in Pastrengo, Italy -

Forte Poggio Croce ⓘ
fort in Pastrengo, Italy -

Forte Poggio Pol ⓘ
fort in Pastrengo, Italy -

Forte Preara ⓘ
fort in Verona, Italy -

Forte Azzano ⓘ
fort in Verona, Italy -

Forte Dossobuono ⓘ
fort in Verona, Italy -

Forte Lugagnano ⓘ
fort in Verona, Italy -

Forte Tomba ⓘ
-

Forte Cà Bellina ⓘ
-

Forte Cà Vecchia ⓘ
-

Fort Masua ⓘ
fort in Fumane, Italy -

Tagliata d'Incanal ⓘ
-

Forte di San Marco ⓘ
fort in Caprino Veronese, Italy -

Forte Santa Viola ⓘ
fort in Grezzana, Italy -

Forte Cimo Grande ⓘ
-

Forte Monte Tesoro ⓘ
fort in Sant'Anna d'Alfaedo, Italy
| Type | Subtype | Date | Description | Notes | Source |
|---|---|---|---|---|---|
| area | region | 1943 | Italian Social Republic | Wikidata | |
| event | armed conflict | Battle of Castelnuovo | battle | Wikidata | |
| event | armed conflict | Italian Campaign (1805) | military campaign | Wikidata | |
| event | armed conflict | 268 | Battle of Lake Benacus | battle, Ancient Rome | Wikidata |
| event | armed conflict | 312 | Battle of Verona | battle, Ancient Rome | Wikidata |
| event | armed conflict | 402 | Battle of Verona | Visigoths, Western Roman Empire, battle | Wikidata |
| event | armed conflict | 489 | Battle of Verona | battle, Ostrogoths, Rugii, Kingdom of Italy | Wikidata |
| event | armed conflict | 541 | Siege of Verona | Byzantine Empire, siege, Ostrogothic Kingdom | Wikidata |
| event | armed conflict | 859 | Norman expedition of 859 | Vikings, military expedition | Wikidata |
| event | armed conflict | 1524 | Italian campaign of 1524–1525 | Kingdom of France, military campaign, Empire of Charles V | Wikidata |
| event | armed conflict | 1792 | Italian campaigns of the French Revolutionary Wars | military campaign | Wikidata |
| event | armed conflict | 1796 | Battle of Borghetto | battle | Wikidata |
| event | armed conflict | 1796 | Battle of Lonato | battle | Wikidata |
| event | armed conflict | 1796 | Battle of Peschiera | battle | Wikidata |
| event | armed conflict | 1797 | Battle of Rivoli | battle | Wikidata |
| event | armed conflict | 1797 | Veronese Easters | rebellion | Wikidata |
| event | armed conflict | 1799 | Battle of Verona | battle | Wikidata |
| event | armed conflict | 1799 | Suvorov's Italian campaign | Russian Empire, French First Republic, Habsburg monarchy, Cisalpine Republic, military campaign, Polish Legions, Ligurian Republic | Wikidata |
| event | armed conflict | 1800 | The Second Italian Campaign | French First Republic, Habsburg monarchy, military campaign | Wikidata |
| event | armed conflict | 1800 | Battle of Pozzolo | battle | Wikidata |
| event | armed conflict | 1805 | Battle of Verona | battle, Holy Roman Empire | Wikidata |
| event | armed conflict | 1814 | Battle of the Mincio River | battle | Wikidata |
| event | armed conflict | 1848 | Battle of Monzambano | battle | Wikidata |
| event | armed conflict | 1848 | Skirmish of Pastrengo | battle | Wikidata |
| event | armed conflict | 1848 | Battle of Santa Lucia | battle | Wikidata |
| event | armed conflict | 1848 | Siege of Peschiera | siege | Wikidata |
| event | armed conflict | 1848 | Battle of Custoza | battle | Wikidata |
| event | armed conflict | 1859 | Battle of San Martino | battle | Wikidata |
| event | armed conflict | 1866 | Naval operations on Lake Garda (1866) | naval battle | Wikidata |
| event | armed conflict | 1866 | Battle of Custoza | battle | Wikidata |
| event | armed conflict | 1945 | Battle of the Argenta Gap | battle, United Kingdom, Nazi Germany, Gerhard von Schwerin, Charles Keightley | Wikidata |
| event | war | 1390 | Florentine–Milanese Wars | Republic of Florence, Duchy of Milan, series of wars | Wikidata |
| event | war | 1628 | War of the Mantuan Succession | war | Wikidata |
| event | war | 1796 | Campaigns of 1796 in the French Revolutionary Wars | war, military campaign | Wikidata |
| object | watercraft | MAS 96 | preserved watercraft, MAS | Wikidata | |
| object | watercraft | RN Puglia | Regioni-class cruiser, protected cruiser | Wikidata | |
| site | bunker | 1960 | Back Yard | bunker | Wikidata |
| site | bunker | 1960 | West Star | underground infrastructure system, bunker | Wikidata |
| site | fort | Fort Austriaco | fort | Wikidata | |
| site | fort | Fort Baccotto | fort | Wikidata | |
| site | fort | Fort Capuccini | fort | Wikidata | |
| site | fort | Fort Cavalcaselle | fort | Wikidata | |
| site | fort | Fort Fenilazzo | fort | Wikidata | |
| site | fort | Fort Laghetto | fort | Wikidata | |
| site | fort | Fort Mandella | fort | Wikidata | |
| site | fort | Fort Rivoli | fort | Wikidata | |
| site | fort | Fort Saladini | fort | Wikidata | |
| site | fort | Fort San Briccio | fort | Wikidata | |
| site | fort | Forte Ceraino | fort | Wikidata | |
| site | fort | Forte Chiusa | fort | Wikidata | |
| site | fort | Forte di Naole e muraglia del Baldo | fort, fortification | Wikidata | |
| site | fort | Forte Mollinary | fort | Wikidata | |
| site | fort | Forte Papa | fort | Wikidata | |
| site | fort | Forte Polveriera | fort | Wikidata | |
| site | fort | Forte Spianata | destroyed building or structure, fort | Wikidata | |
| site | fort | Forte Trimelone | fort | Wikidata | |
| site | fort | New Fort Salvi | fort | Wikidata | |
| site | fort | Old Fort Salvi | fort | Wikidata | |
| site | fort | 1837 | Forte Biondella | fort | Wikidata |
| site | fort | 1838 | Forte Gazometro | fort | Wikidata |
| site | fort | 1838 | Forte San Leonardo | sanctuary, fort, Stigmatines, church building | Wikidata |
| site | fort | 1838 | Forte Sofia | fort | Wikidata |
| site | fort | 1840 | Forte San Procolo | fort | Wikidata |
| site | fort | 1843 | Forte San Mattia | fort | Wikidata |
| site | fort | 1848 | Forte Fenilone | fort | Wikidata |
| site | fort | 1848 | Forte Palio | fort | Wikidata |
| site | fort | 1848 | Forte Porta Nuova | fort | Wikidata |
| site | fort | 1848 | Forte San Massimo | fort | Wikidata |
| site | fort | 1848 | Forte San Zeno | fort | Wikidata |
| site | fort | 1848 | Forte Santa Lucia | fort | Wikidata |
| site | fort | 1850 | Forte Chievo | fort | Wikidata |
| site | fort | 1850 | Forte Santa Caterina | fort | Wikidata |
| site | fort | 1851 | Forte Croce Bianca | fort | Wikidata |
| site | fort | 1854 | Forte San Michele | fort | Wikidata |
| site | fort | 1856 | Forte Ardietti | fort | Wikidata |
| site | fort | 1859 | Forte Monte Folaga | fort | Wikidata |
| site | fort | 1859 | Forte Parona | fort | Wikidata |
| site | fort | 1859 | Forte Piovezzano | fort | Wikidata |
| site | fort | 1859 | Forte Poggio Croce | fort | Wikidata |
| site | fort | 1859 | Forte Poggio Pol | fort | Wikidata |
| site | fort | 1859 | Forte Preara | fort | Wikidata |
| site | fort | 1860 | Forte Azzano | fort | Wikidata |
| site | fort | 1860 | Forte Dossobuono | fort | Wikidata |
| site | fort | 1860 | Forte Lugagnano | fort | Wikidata |
| site | fort | 1860 | Forte Tomba | fort | Wikidata |
| site | fort | 1866 | Forte Cà Bellina | fort | Wikidata |
| site | fort | 1866 | Forte Cà Vecchia | fort | Wikidata |
| site | fort | 1880 | Fort Masua | fort | Wikidata |
| site | fort | 1884 | Tagliata d'Incanal | fort | Wikidata |
| site | fort | 1888 | Forte di San Marco | fort | Wikidata |
| site | fort | 1904 | Forte Santa Viola | fort | Wikidata |
| site | fort | 1905 | Forte Cimo Grande | fort | Wikidata |
| site | fort | 1906 | Forte Monte Tesoro | fort | Wikidata |

