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

5 rows where docket_id = "OSHA-NACOSH1999-3-2006-0588" 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), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 3
  • Notice 2

posted_year 1

  • 1998 · 5 ✖

agency_id 1

  • OSHA 5
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-NACOSH1999-3-2006-0588-0018 OSHA NATIONAL ADVISORY COMM ON OCCUP SAFETY AND HEALTH OSHA-NACOSH1999-3-2006-0588 Supporting Exhibit 2-15; EASY ERGONOMICS A PRACTICAL APPROACH FOR IMPROVING THE WORKPLACE Supporting & Related Material References/Supporting Documents 1998-11-30T05:00:00Z 1998 11     2016-10-08T11:45:31Z   0 0 09000064801fe5df
OSHA-NACOSH1999-3-2006-0588-0053 OSHA NATIONAL ADVISORY COMM ON OCCUP SAFETY AND HEALTH OSHA-NACOSH1999-3-2006-0588 Supporting Exhibit 10; ASTM STANDARDS REFERENCED BY DEPARTMENT OF LABOR - OSHA Supporting & Related Material References/Supporting Documents 1998-09-18T04:00:00Z 1998 9     2016-10-08T11:45:38Z   0 0 09000064801fe602
OSHA-NACOSH1999-3-2006-0588-0024 OSHA NATIONAL ADVISORY COMM ON OCCUP SAFETY AND HEALTH OSHA-NACOSH1999-3-2006-0588 Supporting Exhibit 3-5; LETTER TO JAMES A THOMAS, PRESIDENT AMERICAN SOCIETY FOR TESTING AND MATERIALS, REGARDING RECENT REVISION OF THE OFFICE OF MANAGEMENT AND BUDGET CIRCULAR A-119 Supporting & Related Material References/Supporting Documents 1998-04-30T04:00:00Z 1998 4     2016-10-08T11:45:32Z   0 0 09000064801fe5e5
OSHA-NACOSH1999-3-2006-0588-0062 OSHA NATIONAL ADVISORY COMM ON OCCUP SAFETY AND HEALTH OSHA-NACOSH1999-3-2006-0588 19: OMB CIRCULAR A 119 FEDERAL PARTICIPATION IN THE DEVELOPMENT AND USE OF VOLUNTARY CONSENSUS STANDARDS AND IN CONFORMITY ASSESSMENT ACTIVITIES NOTICE Notice Federal Register Notices 1998-02-19T05:00:00Z 1998 2 1998-02-19T05:00:00Z 1998-02-20T04:59:59Z 2016-08-10T21:02:41Z   0 0 09000064801fe60d
OSHA-NACOSH1999-3-2006-0588-0025 OSHA NATIONAL ADVISORY COMM ON OCCUP SAFETY AND HEALTH OSHA-NACOSH1999-3-2006-0588 3-6: OMB CIRCULAR A-119 FEDERAL PARTICIPATION IN THE DEVELOPMENT AND USE OF VOLUNTARY CONSENSUS STANDARDS AND IN CONFORMITY ASSESSMENT ACTIVITIES NOTICE Notice Federal Register Notices 1998-02-19T05:00:00Z 1998 2 1998-02-19T05:00:00Z 1998-02-20T04:59:59Z 2016-08-10T21:02:41Z   0 0 09000064801fe5e6

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