Nova Scotia Mine Fatalities, 1838-1992
The database contains 2,595 entries and is searchable on the name of the deceased, date of death, cause of death, name of mine (where known), type of mine, and location (community and/or county) in Nova Scotia. Only 7 names have been identified for the years prior to 1866.
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 \"novascotia-ca/nova-scotia-mine-fatalities-18381992-tch6-2vub\".\"nova_scotia_mine_fatalities_18381992\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.