Open repository in Console
Readme
Updated 3 years ago
‧ Indexed 5 hours ago
Death rate due to all work-related injuries, New Jersey, by year: Beginning 2010
Fatal Occupational Injuries (unintentional and homicide), Incidence Rate, New Jersey.
Rate: fatalities per 100,000 employed persons.
Definition: Number and incidence rate of fatal occupational injuries, when the injury occurred while the individual was working, either on or off of the employer's premises.
Data Source: U.S. Department of Labor, Bureau of Labor Statistics
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 \"healthdata-nj-gov/death-rate-due-to-all-workrelated-injuries-new-g74w-xh5x\".\"death_rate_due_to_all_workrelated_injuries_new\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata