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

4 rows where docket_id = "NRC-2009-0485" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 2

  • 2009 2
  • 2010 2

document_type 1

  • Notice 4

agency_id 1

  • NRC 4
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
NRC-2009-0485-0041 NRC Draft Safety Culture Policy Statement: Request for Public Comments NRC-2009-0485 Development of NRC's Safety Culture Policy Statement: Cancellation of Public Workshops Scheduled for April 13-15, 2010, and October 27-28, 2010 Notice   2010-04-16T00:00:00Z 2010 4     2025-05-21T08:59:16Z 2010-08746 0 0 0900006480ad91df
NRC-2009-0485-0007 NRC Draft Safety Culture Policy Statement: Request for Public Comments NRC-2009-0485 Draft Safety Culture Policy Statement: Request for Public Comments; Extension of Comment Period Notice   2010-01-12T00:00:00Z 2010 1 2010-01-12T00:00:00Z 2010-03-02T04:59:59Z 2025-05-21T09:03:23Z 2010-00335 0 0 0900006480a7ba6b
NRC-2009-0485-0002 NRC Draft Safety Culture Policy Statement: Request for Public Comments NRC-2009-0485 Development of NRC's Safety Culture Policy: Public Workshops; Request for Nomination of Participants in Round Table Discussions and Stakeholder Participation Notice   2009-12-15T00:00:00Z 2009 12     2025-05-21T09:03:34Z E9-29793 0 0 0900006480a6b028
NRC-2009-0485-0001 NRC Draft Safety Culture Policy Statement: Request for Public Comments NRC-2009-0485 Draft Safety Culture Policy Statement: Request for Public Comments Notice   2009-11-06T00:00:00Z 2009 11 2009-11-06T00:00:00Z 2010-03-02T04:59:59Z 2025-05-21T09:03:52Z E9-26816 0 0 0900006480a52ac5

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