Baltimore Monuments
This data set shows the point location of Baltimore City monuments. However, the completeness and currency of these data are uncertain.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"celebratingcities-data-socrata/baltimore-monuments-fx8z-hv6h\".\"baltimore_monuments\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.