home / openregs

hearing_members

Committee members present at hearings.

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

7 rows where package_id = "CHRG-87shrg87069Op2" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

role 1

  • committee member 7
Link package_id name ▼ role bioguide_id
CHRG-87shrg87069Op2,Hiram L. Fong Rail merger legislation. Part 2, appendix: hearings before the Subcommittee on Antitrust and Monopoly of the Committee on Judiciary, United States Senate, Eighty-seventh Congress, second session, pursuant to S. Res. 258, on S. 3097 ... CHRG-87shrg87069Op2 Hiram L. Fong committee member F000245
CHRG-87shrg87069Op2,Hugh Scott Rail merger legislation. Part 2, appendix: hearings before the Subcommittee on Antitrust and Monopoly of the Committee on Judiciary, United States Senate, Eighty-seventh Congress, second session, pursuant to S. Res. 258, on S. 3097 ... CHRG-87shrg87069Op2 Hugh Scott committee member S000174
CHRG-87shrg87069Op2,James O. Eastland Rail merger legislation. Part 2, appendix: hearings before the Subcommittee on Antitrust and Monopoly of the Committee on Judiciary, United States Senate, Eighty-seventh Congress, second session, pursuant to S. Res. 258, on S. 3097 ... CHRG-87shrg87069Op2 James O. Eastland committee member E000018
CHRG-87shrg87069Op2,John L. McClellan Rail merger legislation. Part 2, appendix: hearings before the Subcommittee on Antitrust and Monopoly of the Committee on Judiciary, United States Senate, Eighty-seventh Congress, second session, pursuant to S. Res. 258, on S. 3097 ... CHRG-87shrg87069Op2 John L. McClellan committee member M000332
CHRG-87shrg87069Op2,Philip A. Hart Rail merger legislation. Part 2, appendix: hearings before the Subcommittee on Antitrust and Monopoly of the Committee on Judiciary, United States Senate, Eighty-seventh Congress, second session, pursuant to S. Res. 258, on S. 3097 ... CHRG-87shrg87069Op2 Philip A. Hart committee member H000291
CHRG-87shrg87069Op2,Roman L. Hruska Rail merger legislation. Part 2, appendix: hearings before the Subcommittee on Antitrust and Monopoly of the Committee on Judiciary, United States Senate, Eighty-seventh Congress, second session, pursuant to S. Res. 258, on S. 3097 ... CHRG-87shrg87069Op2 Roman L. Hruska committee member H000875
CHRG-87shrg87069Op2,Sam J. Ervin Jr. Rail merger legislation. Part 2, appendix: hearings before the Subcommittee on Antitrust and Monopoly of the Committee on Judiciary, United States Senate, Eighty-seventh Congress, second session, pursuant to S. Res. 258, on S. 3097 ... CHRG-87shrg87069Op2 Sam J. Ervin Jr. committee member  

Advanced export

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

CSV options:

CREATE TABLE hearing_members (
    package_id TEXT NOT NULL REFERENCES hearings(package_id),
    name TEXT NOT NULL,
    role TEXT,
    bioguide_id TEXT,
    PRIMARY KEY (package_id, name)
);
CREATE INDEX idx_hm_name ON hearing_members(name);
CREATE INDEX idx_hm_bioguide ON hearing_members(bioguide_id);
Powered by Datasette · Queries took 25.639ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API