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>).


'

1884  WikimediaWikidata
fort

    ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​


Location: 45.5847, 10.8251, KML, Cluster Map, Maps,
90 places

3
3
10
26
33
2
11
Leaflet | © OpenStreetMap contributors
  • 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)
  • Naval operations on Lake Garda (1866)
  • 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
1884-01-01T00:00:00Z
1884-01-01T00:00:00Z
1884 Tagliata d'Incanal
0268-01-01T00:00:00Z
0268-01-01T00:00:00Z
0312-01-01T00:00:00Z
0312-01-01T00:00:00Z
0402-06-01T00:00:00Z
0403-01-01T00:00:00Z
402 — 403 Battle of Verona
0489-10-01T00:00:00Z
0489-10-01T00:00:00Z
0541-01-01T00:00:00Z
0541-01-01T00:00:00Z
0859-01-01T00:00:00Z
0862-01-01T00:00:00Z
1524-10-01T00:00:00Z
1525-02-01T00:00:00Z
1792-04-20T00:00:00Z
1801-02-09T00:00:00Z
1796-05-30T00:00:00Z
1796-05-30T00:00:00Z
1796-08-03T00:00:00Z
1796-08-04T00:00:00Z
1796-08-06T00:00:00Z
1796-08-06T00:00:00Z
1797-01-14T00:00:00Z
1797-01-15T00:00:00Z
1797-04-17T00:00:00Z
1797-04-17T00:00:00Z
1799-03-26T00:00:00Z
1799-03-26T00:00:00Z
1799-04-15T00:00:00Z
1799-09-11T00:00:00Z
1800-01-01T00:00:00Z
1800-01-01T00:00:00Z
1800-12-25T00:00:00Z
1800-12-25T00:00:00Z
1805-10-18T00:00:00Z
1805-10-18T00:00:00Z
1814-02-08T00:00:00Z
1814-02-08T00:00:00Z
1848-04-09T00:00:00Z
1848-04-09T00:00:00Z
1848-04-30T00:00:00Z
1848-04-30T00:00:00Z
1848-05-06T00:00:00Z
1848-05-06T00:00:00Z
1848-05-18T00:00:00Z
1848-05-30T00:00:00Z
1848-07-25T00:00:00Z
1848-07-25T00:00:00Z
1859-06-24T00:00:00Z
1859-06-24T00:00:00Z
1866-01-01T00:00:00Z
1866-01-01T00:00:00Z
1866-06-24T00:00:00Z
1866-06-24T00:00:00Z
1945-04-12T00:00:00Z
1945-04-19T00:00:00Z
1390-01-01T00:00:00Z
1402-01-01T00:00:00Z
1628-01-01T00:00:00Z
1631-01-01T00:00:00Z
1796-03-27T00:00:00Z
1797-10-17T00:00:00Z
1960-01-01T00:00:00Z
2000-01-01T00:00:00Z
1960 — 2000 Back Yard
1960-01-01T00:00:00Z
1960-01-01T00:00:00Z
1837-01-01T00:00:00Z
1837-01-01T00:00:00Z
1838-01-01T00:00:00Z
1838-01-01T00:00:00Z
1838-01-01T00:00:00Z
1838-01-01T00:00:00Z
1838-01-01T00:00:00Z
1838-01-01T00:00:00Z
1840-01-01T00:00:00Z
1840-01-01T00:00:00Z
1843-01-01T00:00:00Z
1843-01-01T00:00:00Z
1848-01-01T00:00:00Z
1848-01-01T00:00:00Z
1848-01-01T00:00:00Z
1848-01-01T00:00:00Z
1848-01-01T00:00:00Z
1848-01-01T00:00:00Z
1848-01-01T00:00:00Z
1848-01-01T00:00:00Z
1848-01-01T00:00:00Z
1848-01-01T00:00:00Z
1848-01-01T00:00:00Z
1848-01-01T00:00:00Z
1850-01-01T00:00:00Z
1850-01-01T00:00:00Z
1850-01-01T00:00:00Z
1850-01-01T00:00:00Z
1851-01-01T00:00:00Z
1851-01-01T00:00:00Z
1854-01-01T00:00:00Z
1854-01-01T00:00:00Z
1856-01-01T00:00:00Z
1856-01-01T00:00:00Z
1859-01-01T00:00:00Z
1859-01-01T00:00:00Z
1859-01-01T00:00:00Z
1859-01-01T00:00:00Z
1859-01-01T00:00:00Z
1859-01-01T00:00:00Z
1859-01-01T00:00:00Z
1859-01-01T00:00:00Z
1859-01-01T00:00:00Z
1859-01-01T00:00:00Z
1859-01-01T00:00:00Z
1859-01-01T00:00:00Z
1860-01-01T00:00:00Z
1860-01-01T00:00:00Z
1860-01-01T00:00:00Z
1860-01-01T00:00:00Z
1860-01-01T00:00:00Z
1860-01-01T00:00:00Z
1860-01-01T00:00:00Z
1860-01-01T00:00:00Z
1866-01-01T00:00:00Z
1866-01-01T00:00:00Z
1866-01-01T00:00:00Z
1866-01-01T00:00:00Z
1880-01-01T00:00:00Z
1880-01-01T00:00:00Z
1888-01-01T00:00:00Z
1888-01-01T00:00:00Z
1904-01-01T00:00:00Z
1904-01-01T00:00:00Z
1905-01-01T00:00:00Z
1905-01-01T00:00:00Z
1906-01-01T00:00:00Z
1906-01-01T00:00:00Z
{"selectable":false,"showCurrentTime":false,"width":"100%","zoomMin":100000000000}
    TypeSubtypeDateDescriptionNotesSource
    arearegion1943Italian Social RepublicWikidata
    eventarmed conflictBattle of CastelnuovobattleWikidata
    eventarmed conflictItalian Campaign (1805)military campaignWikidata
    eventarmed conflict268Battle of Lake Benacusbattle, Ancient RomeWikidata
    eventarmed conflict312Battle of Veronabattle, Ancient RomeWikidata
    eventarmed conflict402Battle of VeronaVisigoths, Western Roman Empire, battleWikidata
    eventarmed conflict489Battle of Veronabattle, Ostrogoths, Rugii, Kingdom of ItalyWikidata
    eventarmed conflict541Siege of VeronaByzantine Empire, siege, Ostrogothic KingdomWikidata
    eventarmed conflict859Norman expedition of 859Vikings, military expeditionWikidata
    eventarmed conflict1524Italian campaign of 1524–1525Kingdom of France, military campaign, Empire of Charles VWikidata
    eventarmed conflict1792Italian campaigns of the French Revolutionary Warsmilitary campaignWikidata
    eventarmed conflict1796Battle of BorghettobattleWikidata
    eventarmed conflict1796Battle of LonatobattleWikidata
    eventarmed conflict1796Battle of PeschierabattleWikidata
    eventarmed conflict1797Battle of RivolibattleWikidata
    eventarmed conflict1797Veronese EastersrebellionWikidata
    eventarmed conflict1799Battle of VeronabattleWikidata
    eventarmed conflict1799Suvorov's Italian campaignRussian Empire, French First Republic, Habsburg monarchy, Cisalpine Republic, military campaign, Polish Legions, Ligurian RepublicWikidata
    eventarmed conflict1800The Second Italian CampaignFrench First Republic, Habsburg monarchy, military campaignWikidata
    eventarmed conflict1800Battle of PozzolobattleWikidata
    eventarmed conflict1805Battle of Veronabattle, Holy Roman EmpireWikidata
    eventarmed conflict1814Battle of the Mincio RiverbattleWikidata
    eventarmed conflict1848Battle of MonzambanobattleWikidata
    eventarmed conflict1848Skirmish of PastrengobattleWikidata
    eventarmed conflict1848Battle of Santa LuciabattleWikidata
    eventarmed conflict1848Siege of PeschierasiegeWikidata
    eventarmed conflict1848Battle of CustozabattleWikidata
    eventarmed conflict1859Battle of San MartinobattleWikidata
    eventarmed conflict1866Naval operations on Lake Garda (1866)naval battleWikidata
    eventarmed conflict1866Battle of CustozabattleWikidata
    eventarmed conflict1945Battle of the Argenta Gapbattle, United Kingdom, Nazi Germany, Gerhard von Schwerin, Charles KeightleyWikidata
    eventwar1390Florentine–Milanese WarsRepublic of Florence, Duchy of Milan, series of warsWikidata
    eventwar1628War of the Mantuan SuccessionwarWikidata
    eventwar1796Campaigns of 1796 in the French Revolutionary Warswar, military campaignWikidata
    objectwatercraftMAS 96preserved watercraft, MASWikidata
    objectwatercraftRN PugliaRegioni-class cruiser, protected cruiserWikidata
    sitebunker1960Back YardbunkerWikidata
    sitebunker1960West Starunderground infrastructure system, bunkerWikidata
    sitefortFort AustriacofortWikidata
    sitefortFort BaccottofortWikidata
    sitefortFort CapuccinifortWikidata
    sitefortFort CavalcasellefortWikidata
    sitefortFort FenilazzofortWikidata
    sitefortFort LaghettofortWikidata
    sitefortFort MandellafortWikidata
    sitefortFort RivolifortWikidata
    sitefortFort SaladinifortWikidata
    sitefortFort San BricciofortWikidata
    sitefortForte CerainofortWikidata
    sitefortForte ChiusafortWikidata
    sitefortForte di Naole e muraglia del Baldofort, fortificationWikidata
    sitefortForte MollinaryfortWikidata
    sitefortForte PapafortWikidata
    sitefortForte PolverierafortWikidata
    sitefortForte Spianatadestroyed building or structure, fortWikidata
    sitefortForte TrimelonefortWikidata
    sitefortNew Fort SalvifortWikidata
    sitefortOld Fort SalvifortWikidata
    sitefort1837Forte BiondellafortWikidata
    sitefort1838Forte GazometrofortWikidata
    sitefort1838Forte San Leonardosanctuary, fort, Stigmatines, church buildingWikidata
    sitefort1838Forte SofiafortWikidata
    sitefort1840Forte San ProcolofortWikidata
    sitefort1843Forte San MattiafortWikidata
    sitefort1848Forte FenilonefortWikidata
    sitefort1848Forte PaliofortWikidata
    sitefort1848Forte Porta NuovafortWikidata
    sitefort1848Forte San MassimofortWikidata
    sitefort1848Forte San ZenofortWikidata
    sitefort1848Forte Santa LuciafortWikidata
    sitefort1850Forte ChievofortWikidata
    sitefort1850Forte Santa CaterinafortWikidata
    sitefort1851Forte Croce BiancafortWikidata
    sitefort1854Forte San MichelefortWikidata
    sitefort1856Forte ArdiettifortWikidata
    sitefort1859Forte Monte FolagafortWikidata
    sitefort1859Forte ParonafortWikidata
    sitefort1859Forte PiovezzanofortWikidata
    sitefort1859Forte Poggio CrocefortWikidata
    sitefort1859Forte Poggio PolfortWikidata
    sitefort1859Forte PrearafortWikidata
    sitefort1860Forte AzzanofortWikidata
    sitefort1860Forte DossobuonofortWikidata
    sitefort1860Forte LugagnanofortWikidata
    sitefort1860Forte TombafortWikidata
    sitefort1866Forte Cà BellinafortWikidata
    sitefort1866Forte Cà VecchiafortWikidata
    sitefort1880Fort MasuafortWikidata
    sitefort1884Tagliata d'IncanalfortWikidata
    sitefort1888Forte di San MarcofortWikidata
    sitefort1904Forte Santa ViolafortWikidata
    sitefort1905Forte Cimo GrandefortWikidata
    sitefort1906Forte Monte TesorofortWikidata