home / openregs

fr_regs_crossref

Cross-reference linking Federal Register document numbers to Regulations.gov document IDs.

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

1 row where regs_document_id = "ETA-2007-0006-0001"

✎ View and edit SQL

This data as json, CSV (advanced)

Link fr_document_number regs_document_id
E6-18030,ETA-2007-0006-0001 Proposed Collection of the ETA 9048, Worker Profiling and Reemployment Services Activity and the ETA 9049, Worker Profiling and Reemployment Services Outcomes; Comment Request E6-18030 SUPPLEMENTARY INFORMATION: I. Background: The Worker Profiling and Reemployment Services (WPRS) program allows for the targeting of reemployment services to those most in need of services. The ETA 9048 and ETA 9049 are the only means of tracking the activities in the WPRS program. The ETA 9048 reports on the numbers and flows of claimants at the various stages of the WPRS system from initial pro ETA-2007-0006-0001

Advanced export

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

CSV options:

CREATE TABLE fr_regs_crossref (
    fr_document_number TEXT REFERENCES federal_register(document_number),
    regs_document_id TEXT REFERENCES documents(id),
    PRIMARY KEY (fr_document_number, regs_document_id)
);
CREATE INDEX idx_crossref_fr ON fr_regs_crossref(fr_document_number);
CREATE INDEX idx_crossref_regs ON fr_regs_crossref(regs_document_id);
Powered by Datasette · Queries took 3.021ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API