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-88shrg47380p13" 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-88shrg47380p13,Carl T. Curtis Construction of the District of Columbia Stadium, and matters related thereto. Part 13, index to witnesses and exhibits: hearings before the Committee on Rules and Administration, United States Senate, Eighty-eighth Congress, second session, pursuant to S.Res. 212 and S.Res. 367 ... CHRG-88shrg47380p13 Carl T. Curtis committee member C001006
CHRG-88shrg47380p13,Claiborne Pell Construction of the District of Columbia Stadium, and matters related thereto. Part 13, index to witnesses and exhibits: hearings before the Committee on Rules and Administration, United States Senate, Eighty-eighth Congress, second session, pursuant to S.Res. 212 and S.Res. 367 ... CHRG-88shrg47380p13 Claiborne Pell committee member P000193
CHRG-88shrg47380p13,Howard W. Cannon Construction of the District of Columbia Stadium, and matters related thereto. Part 13, index to witnesses and exhibits: hearings before the Committee on Rules and Administration, United States Senate, Eighty-eighth Congress, second session, pursuant to S.Res. 212 and S.Res. 367 ... CHRG-88shrg47380p13 Howard W. Cannon committee member C000120
CHRG-88shrg47380p13,Hugh Scott Construction of the District of Columbia Stadium, and matters related thereto. Part 13, index to witnesses and exhibits: hearings before the Committee on Rules and Administration, United States Senate, Eighty-eighth Congress, second session, pursuant to S.Res. 212 and S.Res. 367 ... CHRG-88shrg47380p13 Hugh Scott committee member S000174
CHRG-88shrg47380p13,Robert C. Byrd Construction of the District of Columbia Stadium, and matters related thereto. Part 13, index to witnesses and exhibits: hearings before the Committee on Rules and Administration, United States Senate, Eighty-eighth Congress, second session, pursuant to S.Res. 212 and S.Res. 367 ... CHRG-88shrg47380p13 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 59.83ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API