home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

7 rows where docket_id = "OSHA-H005C-2006-0870" and posted_year = 1998 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), last_modified (date)

posted_year 1

  • 1998 · 7 ✖

document_type 1

  • Supporting & Related Material 7

agency_id 1

  • OSHA 7
id agency_id docket_id title document_type subtype posted_date ▲ posted_year posted_month comment_start_date comment_end_date last_modified fr_doc_num open_for_comment withdrawn object_id
OSHA-H005C-2006-0870-0006 OSHA BERYLLIUM OSHA-H005C-2006-0870 Supporting Exhibit 1-4; DEADLY ALLIANCE. HOW GOVERNMENT AND INDUSTRY CHOSE WEAPONS OVER WORKERS. PT 1: WEAPONS OVER WORKERS. DECADES OF RISK: U.S. KNOWINGLY ALLOWED WORKERS TO BE OVEREXPOSED TO TOXIC DUST Supporting & Related Material References/Supporting Documents 1998-11-30T05:00:00Z 1998 11     2022-05-05T18:36:32Z   0 0 090000648021204c
OSHA-H005C-2006-0870-0009 OSHA BERYLLIUM OSHA-H005C-2006-0870 Supporting Exhibit 1-7; DEADLY ALLIANCE. HOW GOVERNMENT AND INDUSTRY CHOSE WEAPONS OVER WORKERS. PT 4: THOUGHT CONTROL. BRUSH DEVISED STRATEGY TO SHAPE KNOWLEDGE Supporting & Related Material References/Supporting Documents 1998-11-30T05:00:00Z 1998 11     2022-05-05T18:36:32Z   0 0 090000648021204f
OSHA-H005C-2006-0870-0010 OSHA BERYLLIUM OSHA-H005C-2006-0870 Supporting Exhibit 1-8; DEADLY ALLIANCE. HOW GOVERNMENT AND INDUSTRY CHOSE WEAPONS OVER WORKERS. PT 5: DEATH FREES A VICTIM. STINT AS SECRETARY EXPOSED MARILYN MILLER TO WHAT WOULD EVENTUALLY KILL HER Supporting & Related Material References/Supporting Documents 1998-11-30T05:00:00Z 1998 11     2022-05-05T18:36:32Z   0 0 0900006480212050
OSHA-H005C-2006-0870-0011 OSHA BERYLLIUM OSHA-H005C-2006-0870 Supporting Exhibit 1-9; DEADLY ALLIANCE. HOW GOVERNMENT AND INDUSTRY CHOSE WEAPONS OVER WORKERS. PT 6: TAX DOLLARS BACK BRUSH. IF YOURE A TAXPAPER, YOU HAVE CONTRIBUTED TO BRUSH Supporting & Related Material References/Supporting Documents 1998-11-30T05:00:00Z 1998 11     2022-05-05T18:36:32Z   0 0 0900006480212051
OSHA-H005C-2006-0870-0007 OSHA BERYLLIUM OSHA-H005C-2006-0870 Supporting Exhibit 1-5; DEADLY ALLIANCE. HOW GOVERNMENT AND INDUSTRY CHOSE WEAPONS OVER WORKERS. PT 2: DEATH OF A SAFETY PLAN. INDUSTRY, DEFENSE ESTABLISHMENT TWIST A PROPOSAL TO PROTECT BERYLLIUM WORKERS INTO A SECRET DEAL PROTECTING THEIR OWN INTERESTS Supporting & Related Material References/Supporting Documents 1998-11-30T05:00:00Z 1998 11     2022-05-05T18:36:32Z   0 0 090000648021204d
OSHA-H005C-2006-0870-0008 OSHA BERYLLIUM OSHA-H005C-2006-0870 Supporting Exhibit 1-6; DEADLY ALLIANCE. HOW GOVERNMENT AND INDUSTRY CHOSE WEAPONS OVER WORKERS. PT 3: WORKERS MISLED. LETHAL EXPOSURE: BRUSH MISLED WORKERS, REGULATORS ABOUT DANGERS Supporting & Related Material References/Supporting Documents 1998-11-30T05:00:00Z 1998 11     2022-05-05T18:36:32Z   0 0 090000648021204e
OSHA-H005C-2006-0870-0039 OSHA BERYLLIUM OSHA-H005C-2006-0870 TOXICOLOGICAL REVIEW OF BERYLLIUM AND COMPOUNDS. (CAS NO. 7440-41-7). IN SUPPORT OF SUMMARY INFORMATION ON THE INTEGRATED RISK INFORMATION SYSTEM (IRIS). EPA/635/R-98/008 Supporting & Related Material References 1998-03-31T05:00:00Z 1998 3     2022-05-05T18:36:33Z   0 0 090000648021206d

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    title TEXT,
    document_type TEXT,
    subtype TEXT,
    posted_date TEXT,
    posted_year INTEGER,
    posted_month INTEGER,
    comment_start_date TEXT,
    comment_end_date TEXT,
    last_modified TEXT,
    fr_doc_num TEXT,
    open_for_comment INTEGER,
    withdrawn INTEGER,
    object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 738.148ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API