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

5 rows where package_id = "CHRG-89shrg38408p8" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

role 1

  • committee member 5
Link package_id name ▼ role bioguide_id
CHRG-89shrg38408p8,Carl T. Curtis Construction of the District of Columbia Stadium, and matters related thereto. Part 8, testimony of Clinton Murchison, Jr.: hearings before the Committee on Rules and Administration, United States Senate, Eighty-ninth Congress, second session, pursuant to S.Res. 212 and S.Res. 367 ... CHRG-89shrg38408p8 Carl T. Curtis committee member C001006
CHRG-89shrg38408p8,Claiborne Pell Construction of the District of Columbia Stadium, and matters related thereto. Part 8, testimony of Clinton Murchison, Jr.: hearings before the Committee on Rules and Administration, United States Senate, Eighty-ninth Congress, second session, pursuant to S.Res. 212 and S.Res. 367 ... CHRG-89shrg38408p8 Claiborne Pell committee member P000193
CHRG-89shrg38408p8,Howard W. Cannon Construction of the District of Columbia Stadium, and matters related thereto. Part 8, testimony of Clinton Murchison, Jr.: hearings before the Committee on Rules and Administration, United States Senate, Eighty-ninth Congress, second session, pursuant to S.Res. 212 and S.Res. 367 ... CHRG-89shrg38408p8 Howard W. Cannon committee member C000120
CHRG-89shrg38408p8,Hugh Scott Construction of the District of Columbia Stadium, and matters related thereto. Part 8, testimony of Clinton Murchison, Jr.: hearings before the Committee on Rules and Administration, United States Senate, Eighty-ninth Congress, second session, pursuant to S.Res. 212 and S.Res. 367 ... CHRG-89shrg38408p8 Hugh Scott committee member S000174
CHRG-89shrg38408p8,Robert C. Byrd Construction of the District of Columbia Stadium, and matters related thereto. Part 8, testimony of Clinton Murchison, Jr.: hearings before the Committee on Rules and Administration, United States Senate, Eighty-ninth Congress, second session, pursuant to S.Res. 212 and S.Res. 367 ... CHRG-89shrg38408p8 Robert C. Byrd committee member B001210

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