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

10 rows where docket_id = "OSHA-MACOSH1999-4-2006-0228" 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), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 2

  • 1999 9
  • 2000 1

document_type 2

  • Supporting & Related Material 9
  • Notice 1

agency_id 1

  • OSHA 10
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-MACOSH1999-4-2006-0228-0001 OSHA MARITIME ADVISORY COMM FOR OCCUP SAFETY AND HEALTH OSHA-MACOSH1999-4-2006-0228 Supporting Exhibit 0; CERTIFICATE OF AUTHENTICITY AND DECLARATION OF INTENT AND PURPOSE Supporting & Related Material Certification 2000-08-22T04:00:00Z 2000 8     2016-10-08T11:49:08Z   0 0 09000064801fc394
OSHA-MACOSH1999-4-2006-0228-0012 OSHA MARITIME ADVISORY COMM FOR OCCUP SAFETY AND HEALTH OSHA-MACOSH1999-4-2006-0228 Supporting Exhibit 101X; PUBLIC MEETING. MACOSH. ANNAPOLIS MD Supporting & Related Material Transcripts 1999-11-18T05:00:00Z 1999 11     2016-05-20T23:05:02Z   0 0 09000064801fc39f
OSHA-MACOSH1999-4-2006-0228-0011 OSHA MARITIME ADVISORY COMM FOR OCCUP SAFETY AND HEALTH OSHA-MACOSH1999-4-2006-0228 Supporting Exhibit 100X; PUBLIC MEETING. MACOSH. ANNAPOLIS MD Supporting & Related Material Transcripts 1999-11-17T05:00:00Z 1999 11     2016-05-20T23:05:01Z   0 0 09000064801fc39e
OSHA-MACOSH1999-4-2006-0228-0002 OSHA MARITIME ADVISORY COMM FOR OCCUP SAFETY AND HEALTH OSHA-MACOSH1999-4-2006-0228 Supporting Exhibit 1; MARITIME ADVISORY COMMITTEE ON OCCUPATIONAL SAFETY AND HEALTH Supporting & Related Material References/Supporting Documents 1999-11-17T05:00:00Z 1999 11     2016-10-08T11:49:09Z   0 0 09000064801fc395
OSHA-MACOSH1999-4-2006-0228-0005 OSHA MARITIME ADVISORY COMM FOR OCCUP SAFETY AND HEALTH OSHA-MACOSH1999-4-2006-0228 Supporting Exhibit 4; DISC RESOURCES FOR MARITIME SAFETY AND HEALTH, NOVEMBER 15,1999 Supporting & Related Material References/Supporting Documents 1999-11-15T05:00:00Z 1999 11     2016-10-08T11:49:09Z   0 0 09000064801fc398
OSHA-MACOSH1999-4-2006-0228-0004 OSHA MARITIME ADVISORY COMM FOR OCCUP SAFETY AND HEALTH OSHA-MACOSH1999-4-2006-0228 Supporting Exhibit 3; DRAFT SAFETY AND HEALTH HAZARDS IN THE SHIPYARD INDUSTRY AND GUIDELINES FOR THEIR ABATEMENT Supporting & Related Material References/Supporting Documents 1999-10-31T05:00:00Z 1999 10     2016-10-08T11:49:09Z   0 0 09000064801fc397
OSHA-MACOSH1999-4-2006-0228-0009 OSHA MARITIME ADVISORY COMM FOR OCCUP SAFETY AND HEALTH OSHA-MACOSH1999-4-2006-0228 Supporting Exhibit 8; MEETING OF THE MARITIME ADVISORY COMMITTEE FOR OCCUPATIONAL SAFETY AND HEALTH (MACOSH) Supporting & Related Material References/Supporting Documents 1999-10-31T05:00:00Z 1999 10     2016-10-08T11:49:09Z   0 0 09000064801fc39c
OSHA-MACOSH1999-4-2006-0228-0010 OSHA MARITIME ADVISORY COMM FOR OCCUP SAFETY AND HEALTH OSHA-MACOSH1999-4-2006-0228 9: MARITIME ADVISORY COMMITTEE FOR OCCUPATIONAL SAFETY AND HEALTH NOTICE OF MEETING Notice Federal Register Notices 1999-10-22T04:00:00Z 1999 10 1999-10-22T04:00:00Z 1999-10-23T03:59:59Z 2016-08-10T20:50:52Z   0 0 09000064801fc39d
OSHA-MACOSH1999-4-2006-0228-0008 OSHA MARITIME ADVISORY COMM FOR OCCUP SAFETY AND HEALTH OSHA-MACOSH1999-4-2006-0228 Supporting Exhibit 7; OSHA WEBSITE DEMONSTRATION Supporting & Related Material References/Supporting Documents 1999-08-31T04:00:00Z 1999 8     2016-10-08T11:49:09Z   0 0 09000064801fc39b
OSHA-MACOSH1999-4-2006-0228-0006 OSHA MARITIME ADVISORY COMM FOR OCCUP SAFETY AND HEALTH OSHA-MACOSH1999-4-2006-0228 Supporting Exhibit 5; MACOSH EXECUTIVE SUMMARY Supporting & Related Material References/Supporting Documents 1999-05-31T04:00:00Z 1999 5     2016-10-08T11:49:09Z   0 0 09000064801fc399

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 406.311ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API