home / openregs

federal_register_agencies

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

1 row where document_number = "94-20500"

✎ View and edit SQL

This data as json, CSV (advanced)

Link document_number agency_id
94-20500,38 Meeting Notice is hereby given, pursuant to Public Law 92-463, that the Bipartisan Commission on Entitlement and Tax Reform will hold a meeting on Friday, September 9, 1994 at 10:00 a.m. in the Cannon House Office Building, Room 210, Washington, D.C. The meeting of the Commission shall be open to the public. The proposed agenda includes discussion of issues relating to the Commission's charter, including but not limited to, options for controlling the spiraling growth on entitlement expenditures. It is expected that various interest groups will present testimony to Commission members regarding various entitlement programs and option for reform. Records shall be kept of all Commission proceedings and shall be available for public inspection in Room 825 of the Hart Senate Office Building, 120 Constitution Avenue, N.E., Washington, D.C. 20510. J. Robert Kerrey, Chairman. John C. Danforth, Vice-Chairman. [FR Doc. 94-20500 Filed 8-19-94; 8:45 am] BILLING CODE 4151-04-M 94-20500 Bipartisan Commission on Entitlement and Tax Reform 38

Advanced export

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

CSV options:

CREATE TABLE federal_register_agencies (
    document_number TEXT REFERENCES federal_register(document_number),
    agency_id INTEGER REFERENCES agencies(id),
    PRIMARY KEY (document_number, agency_id)
);
CREATE INDEX idx_fra_agency ON federal_register_agencies(agency_id);
Powered by Datasette · Queries took 18.234ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API