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-89shrg67558p2" 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-89shrg67558p2,Carl T. Curtis Special Committee on the Organization of the Congress. Part 2: hearing before the Committee on Rules and Administration, United States Senate, Eighty-ninth Congress, second session, on S. Res. 293, establishing a Special Committee on the Organization of Congress ... CHRG-89shrg67558p2 Carl T. Curtis committee member C001006
CHRG-89shrg67558p2,Claiborne Pell Special Committee on the Organization of the Congress. Part 2: hearing before the Committee on Rules and Administration, United States Senate, Eighty-ninth Congress, second session, on S. Res. 293, establishing a Special Committee on the Organization of Congress ... CHRG-89shrg67558p2 Claiborne Pell committee member P000193
CHRG-89shrg67558p2,Howard W. Cannon Special Committee on the Organization of the Congress. Part 2: hearing before the Committee on Rules and Administration, United States Senate, Eighty-ninth Congress, second session, on S. Res. 293, establishing a Special Committee on the Organization of Congress ... CHRG-89shrg67558p2 Howard W. Cannon committee member C000120
CHRG-89shrg67558p2,Hugh Scott Special Committee on the Organization of the Congress. Part 2: hearing before the Committee on Rules and Administration, United States Senate, Eighty-ninth Congress, second session, on S. Res. 293, establishing a Special Committee on the Organization of Congress ... CHRG-89shrg67558p2 Hugh Scott committee member S000174
CHRG-89shrg67558p2,Robert C. Byrd Special Committee on the Organization of the Congress. Part 2: hearing before the Committee on Rules and Administration, United States Senate, Eighty-ninth Congress, second session, on S. Res. 293, establishing a Special Committee on the Organization of Congress ... CHRG-89shrg67558p2 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 804.844ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API