Kieft's War
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:Q1377132} UNION {SERVICE wikibase:mwapi{ bd:serviceParam wikibase:api 'Generator' . bd:serviceParam wikibase:endpoint 'commons.wikimedia.org' . bd:serviceParam mwapi:gcmtitle 'Category:Kieft's War' . 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 63. 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 63. 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 63. 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>).
Kieft's War (1643–1645), also known as the Wappinger War, was a conflict between the colonial province of New Netherland and the Wappinger and Lenape Indians in what is now New York and New Jersey. It is named for Director-General of New Netherland Willem Kieft, who had ordered an attack without the approval of his advisory council and against the wishes of the colonists. Dutch colonists attacked Lenape camps and massacred the inhabitants, which encouraged unification among the regional Algonquian tribes against the Dutch and precipitated waves of attacks on both sides. This was one of the earliest conflicts between settlers and Indians in the region. The Dutch West India Company was displeased with Kieft and recalled him, but he died in a shipwreck while returning to the Netherlands; Peter Stuyvesant succeeded him in New Netherland. Numerous Dutch settlers returned to the Netherlands because of the continuing threat from the Algonquians, and growth slowed in the colony.
1643 — 1645
Wikimedia, Wikidata
New Netherland War; Wappinger War
Lenape, Mohawk, New Netherland, Mahican, Algonquian peoples, Wappinger, Raritan tribe,
Ape, HMS Liverpool, USS Intrepid, USS Ling,
-
Location: 40.8086, -74.0203, KML, Cluster Map, Maps,
51 places
-

ⓘ
| Type | Subtype | Date | Description | Notes | Source |
|---|---|---|---|---|---|
| area | region | 1609 | New Netherland | Wikidata | |
| event | armed conflict | Capture of Turtle Bay Depot | battle | Wikidata | |
| event | armed conflict | 1664 | Conquest of New Netherland | Dutch Republic, battle, Kingdom of England, annexation, invasion, capitulation, landing operation, marine navigation | Wikidata |
| event | armed conflict | 1673 | Reconquest of New Netherland | battle, Dutch Republic, Kingdom of England | Wikidata |
| event | armed conflict | 1712 | New York Slave Revolt of 1712 | slave rebellion | Wikidata |
| event | armed conflict | 1776 | Battle of Long Island | United States, Kingdom of Great Britain, battle | Wikidata |
| event | armed conflict | 1776 | Landing at Kip's Bay | United States, Kingdom of Great Britain, battle | Wikidata |
| event | armed conflict | 1776 | Battle of Harlem Heights | United States, Kingdom of Great Britain, battle | Wikidata |
| event | armed conflict | 1776 | Battle of Pell's Point | United States, Kingdom of Great Britain, battle | Wikidata |
| event | armed conflict | 1776 | Battle of Mamaroneck | battle | Wikidata |
| event | armed conflict | 1776 | Battle of Fort Washington | United States, Kingdom of Great Britain, battle | Wikidata |
| event | armed conflict | 1776 | Battle of Fort Lee | battle | Wikidata |
| event | armed conflict | 1777 | Battle of Short Hills | United States, Kingdom of Great Britain, battle | Wikidata |
| event | armed conflict | 1777 | Battle of Staten Island | Kingdom of Great Britain, battle | Wikidata |
| event | armed conflict | 1778 | Baylor Massacre | United States, Kingdom of Great Britain, battle | Wikidata |
| event | armed conflict | 1778 | Battle of Edgar's Lane | skirmish | Wikidata |
| event | armed conflict | 1779 | Battle of Paulus Hook | United States, battle, Kingdom of Great Britain | Wikidata |
| event | armed conflict | 1780 | Battle of Connecticut Farms | United States, Kingdom of Great Britain, battle | Wikidata |
| event | armed conflict | 1780 | Battle of Springfield | United States, Kingdom of Great Britain, battle | Wikidata |
| event | armed conflict | 1780 | Battle of Bull's Ferry | United States, battle, Kingdom of Great Britain | Wikidata |
| event | war | 1643 | Kieft's War | war, Mohawk, Lenape, Algonquian peoples, Wappinger, New Netherland, Raritan tribe, Mahican | Wikidata |
| event | war | 1655 | Peach Tree War | war | Wikidata |
| event | war | 1930 | Castellammarese War | war | Wikidata |
| object | watercraft | Fenian Ram | preserved watercraft, submarine | Wikidata | |
| object | watercraft | Holland I | submarine | Wikidata | |
| object | watercraft | Shearwater | schooner | Wikidata | |
| object | watercraft | SS El Sol | ocean liner, cargo ship | Wikidata | |
| object | watercraft | USS Colahan | destroyer, Fletcher-class destroyer | Wikidata | |
| object | watercraft | USS Ling | attack submarine, preserved watercraft, United States Navy | Wikidata | |
| object | watercraft | Yankee | ferry | Wikidata | |
| object | watercraft | 1941 | John B. Caddell | tanker | Wikidata |
| organisation | arms industry | 1910 | Sperry Corporation | arms industry, business, electronics industry, enterprise, instrumentation engineering | Wikidata |
| organisation | arms industry | 1979 | Kimber Manufacturing | organization, arms industry, weapons manufacturing company, business | Wikidata |
| organisation | arms industry | 1996 | Henry Repeating Arms | arms industry, business | Wikidata |
| organisation | factory | Crescent Shipyard | shipyard | Wikidata | |
| organisation | factory | Gas Engine & Power Company & Charles L. Seabury Company | shipyard | Wikidata | |
| organisation | factory | 1801 | Brooklyn Navy Yard | shipyard, shipbuilding | Wikidata |
| organisation | factory | 1917 | Federal Shipbuilding and Drydock Company | shipyard, shipbuilding | Wikidata |
| organisation | shipbuilding | Sullivan Drydock and Repair Corporation | shipbuilding, company | Wikidata | |
| organisation | shipbuilding | 1885 | Morse Dry Dock and Repair Company | shipbuilding, business | Wikidata |
| organisation | shipbuilding company | Adam and Noah Brown | shipbuilding, shipbuilding company | Wikidata | |
| site | artillery battery | 1861 | Battery Weed | artillery battery | Wikidata |
| site | fort | Casemate Fort, Whiting Quadrangle | fort | Wikidata | |
| site | fort | Fort Bergen | fort | Wikidata | |
| site | fort | Fort Communipaw | fort | Wikidata | |
| site | fort | Fort Fish | fort | Wikidata | |
| site | fort | Fort Flatbush | fort | Wikidata | |
| site | fort | Fort Governors Island | fort | Wikidata | |
| site | fort | Fort Gravesend | fort | Wikidata | |
| site | fort | Fort New Utrecht | fort | Wikidata | |
| site | fort | Fort Schuyler | fort | Wikidata | |
| site | fort | Fort Totten | artillery fort | Wikidata | |
| site | fort | Fort Wadsworth | fort | Wikidata | |
| site | fort | Fort Washington | destroyed building or structure, fort | Wikidata | |
| site | fort | 1625 | Fort Amsterdam | fort, destroyed building or structure | Wikidata |
| site | fort | 1794 | Fort Jay | fort | Wikidata |
| site | fort | 1806 | Fort Wood | fort | Wikidata |
| site | fort | 1807 | Castle Williams | fort | Wikidata |
| site | fort | 1808 | Castle Clinton | public aquarium, beer garden, National Park Service, fortress, theatre building | Wikidata |
| site | fort | 1812 | Blockhouse No. 1 | fort | Wikidata |
| site | fort | 1812 | Fort Gansevoort | fort | Wikidata |
| site | fort | 1861 | Fort Tompkins | fort | Wikidata |
| site | fort | 1862 | Fort Slocum | fort | Wikidata |
| site | fort | 1917 | Fort Tilden | fort, National Park Service, United States Army | Wikidata |
| site | museum | USS Growler | preserved watercraft, Grayback-class submarine, museum ship, submarine | Wikidata | |
| site | museum | USS Intrepid | preserved watercraft, museum ship, aircraft carrier, United States Navy | Wikidata | |
| site | museum | 1980 | Harbor Defense Museum | military museum | Wikidata |
| site | museum | 1982 | Intrepid Sea, Air & Space Museum | aviation museum, cultural institution, military museum, maritime museum, nonprofit organization | Wikidata |
| site | museum | 2009 | New Jersey Naval Museum | maritime museum, military museum | Wikidata |
| site | shipwreck | 1758 | HMS Liverpool | Coventry-class sixth-rate frigate, sixth-rate frigate, shipwreck | Wikidata |