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-NRTL4-93-2006-0623" and posted_year = 1998 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_month, 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-NRTL4-93-2006-0623-0030 OSHA UNDERWRITERS LABORATORIES INC OSHA-NRTL4-93-2006-0623 Supporting Exhibit 16; LETTER TO BERNARD PASQUET, OSHA RESPONDING TO A COMMENT RECEIVED BY OSHA REGARDING UNDERWRITERS LABORATORIES APPLICATION FOR EXPANSION OF ITS RECOGNITION (62FR62359, 11-21-97) AS A NRTL UNDER 29 CFR 1910.7 TO INCLUDE ADDITIONAL TEST STANDARDS Supporting & Related Material References/Supporting Documents 1998-12-22T05:00:00Z 1998 12     2016-05-20T23:05:53Z   0 0 09000064801feb15
OSHA-NRTL4-93-2006-0623-0038 OSHA UNDERWRITERS LABORATORIES INC OSHA-NRTL4-93-2006-0623 Supporting Exhibit 19-E; LETTER TO BERNARD PASQUET, OSHA REGARDING TWO PREVIOUS REQUESTS FOR EXPANSION OF UNDERWRITERS LABORATORIES INCS NRTL SCOPE OF RECOGNITION TO INCLUDE UL SUBSIDIARIES IN DENMARK, THE UNITED KINGDOM AND ITALY. Supporting & Related Material References/Supporting Documents 1998-09-15T04:00:00Z 1998 9     2016-05-20T23:05:53Z   0 0 09000064801feb1d
OSHA-NRTL4-93-2006-0623-0037 OSHA UNDERWRITERS LABORATORIES INC OSHA-NRTL4-93-2006-0623 Supporting Exhibit 19-D; LETTER TO JENNIFER SILK, OSHA REGARDING UNDERWRITERS LABORATORIES REQUEST FOR OSHA NRTL EXPANSION OF SCOPE TO INCLUDE UL INTERNATIONAL ITALIA S. R. 1. Supporting & Related Material References/Supporting Documents 1998-09-02T04:00:00Z 1998 9     2016-05-20T23:05:53Z   0 0 09000064801feb1c
OSHA-NRTL4-93-2006-0623-0036 OSHA UNDERWRITERS LABORATORIES INC OSHA-NRTL4-93-2006-0623 Supporting Exhibit 19-C; LETTER TO JENNIFER SILK, OSHA REGARDING UNDERWRITERS LABORATORIES REQUEST FOR OSHA NRTL EXPANSION OF SCOPE TO INCLUDE ULI (UK) Supporting & Related Material References/Supporting Documents 1998-07-01T04:00:00Z 1998 7     2016-05-20T23:05:53Z   0 0 09000064801feb1b
OSHA-NRTL4-93-2006-0623-0035 OSHA UNDERWRITERS LABORATORIES INC OSHA-NRTL4-93-2006-0623 Supporting Exhibit 19-B; LETTER TO JENNIFER SILK, OSHA REGARDING UNDERWRITERS LABORATORIES REQUEST FOR OSHA NRTL EXPANSION OF SCOPE TO INCLUDE DEMKO A S. Supporting & Related Material References/Supporting Documents 1998-06-30T04:00:00Z 1998 6     2016-05-20T23:05:53Z   0 0 09000064801feb1a
OSHA-NRTL4-93-2006-0623-0034 OSHA UNDERWRITERS LABORATORIES INC OSHA-NRTL4-93-2006-0623 Supporting Exhibit 19-A; LETTER TO JENNIFER SILK, OSHA REGARDING UNDERWRITERS LABORATORIES INC REQUEST FOR OSHA NRTL EXPANSION OF SCOPE Supporting & Related Material References/Supporting Documents 1998-03-04T05:00:00Z 1998 3     2016-05-20T23:05:53Z   0 0 09000064801feb19
OSHA-NRTL4-93-2006-0623-0029 OSHA UNDERWRITERS LABORATORIES INC OSHA-NRTL4-93-2006-0623 Supporting Exhibit 15; LETTER TO OFFICE OF VARIANCE DETERMINATION, OSHA REGARDING UL 2161 NEON TRANSFORMERS AND POWER SUPPLIES Supporting & Related Material References/Supporting Documents 1998-01-08T05:00:00Z 1998 1     2016-05-20T23:05:53Z   0 0 09000064801feb14

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