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

21 rows where fr_document_number = "2024-13481"

✎ View and edit SQL

This data as json, CSV (advanced)

Link fr_document_number regs_document_id
2024-13481,FRA-2010-0028-0285 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0028-0285
2024-13481,FRA-2010-0029-0221 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0029-0221
2024-13481,FRA-2010-0039-0092 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0039-0092
2024-13481,FRA-2010-0042-0100 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0042-0100
2024-13481,FRA-2010-0043-0122 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0043-0122
2024-13481,FRA-2010-0045-0095 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0045-0095
2024-13481,FRA-2010-0048-0195 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0048-0195
2024-13481,FRA-2010-0049-0101 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0049-0101
2024-13481,FRA-2010-0051-0139 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0051-0139
2024-13481,FRA-2010-0054-0121 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0054-0121
2024-13481,FRA-2010-0056-0636 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0056-0636
2024-13481,FRA-2010-0057-0106 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0057-0106
2024-13481,FRA-2010-0058-0102 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0058-0102
2024-13481,FRA-2010-0059-0101 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0059-0101
2024-13481,FRA-2010-0060-0165 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0060-0165
2024-13481,FRA-2010-0061-0201 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0061-0201
2024-13481,FRA-2010-0062-0101 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0062-0101
2024-13481,FRA-2010-0064-0089 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0064-0089
2024-13481,FRA-2010-0065-0086 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0065-0086
2024-13481,FRA-2010-0070-0085 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2010-0070-0085
2024-13481,FRA-2011-0104-0078 Railroads' Joint Request To Amend Their Positive Train Control Safety Plans 2024-13481 Request for Amendment: Joint Request to Amend Positive Train Control Safety Plans FRA-2011-0104-0078

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