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

8 rows where package_id = "CHRG-88shrg24493p2" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

role 1

  • committee member 8
Link package_id name ▼ role bioguide_id
CHRG-88shrg24493p2,Alan Bible Central Arizona Project. Part 2: hearings before the Subcommittee on Irrigation and Reclamation of the Committee on Interior and Insular Affairs, United States Senate, Eighty-eighth Congress, first session on S. 1658, a bill to authorize, construct, and maintain the Central Arizona Project, Arizona-New Mexico, and for other purposes. April 9-11, 13-17, and 20-23, 1964. CHRG-88shrg24493p2 Alan Bible committee member B000436
CHRG-88shrg24493p2,Frank Church Central Arizona Project. Part 2: hearings before the Subcommittee on Irrigation and Reclamation of the Committee on Interior and Insular Affairs, United States Senate, Eighty-eighth Congress, first session on S. 1658, a bill to authorize, construct, and maintain the Central Arizona Project, Arizona-New Mexico, and for other purposes. April 9-11, 13-17, and 20-23, 1964. CHRG-88shrg24493p2 Frank Church committee member C000388
CHRG-88shrg24493p2,Frank E. Moss Central Arizona Project. Part 2: hearings before the Subcommittee on Irrigation and Reclamation of the Committee on Interior and Insular Affairs, United States Senate, Eighty-eighth Congress, first session on S. 1658, a bill to authorize, construct, and maintain the Central Arizona Project, Arizona-New Mexico, and for other purposes. April 9-11, 13-17, and 20-23, 1964. CHRG-88shrg24493p2 Frank E. Moss committee member M001033
CHRG-88shrg24493p2,Gaylord Nelson Central Arizona Project. Part 2: hearings before the Subcommittee on Irrigation and Reclamation of the Committee on Interior and Insular Affairs, United States Senate, Eighty-eighth Congress, first session on S. 1658, a bill to authorize, construct, and maintain the Central Arizona Project, Arizona-New Mexico, and for other purposes. April 9-11, 13-17, and 20-23, 1964. CHRG-88shrg24493p2 Gaylord Nelson committee member N000033
CHRG-88shrg24493p2,George McGovern Central Arizona Project. Part 2: hearings before the Subcommittee on Irrigation and Reclamation of the Committee on Interior and Insular Affairs, United States Senate, Eighty-eighth Congress, first session on S. 1658, a bill to authorize, construct, and maintain the Central Arizona Project, Arizona-New Mexico, and for other purposes. April 9-11, 13-17, and 20-23, 1964. CHRG-88shrg24493p2 George McGovern committee member M000452
CHRG-88shrg24493p2,Henry M. Jackson Central Arizona Project. Part 2: hearings before the Subcommittee on Irrigation and Reclamation of the Committee on Interior and Insular Affairs, United States Senate, Eighty-eighth Congress, first session on S. 1658, a bill to authorize, construct, and maintain the Central Arizona Project, Arizona-New Mexico, and for other purposes. April 9-11, 13-17, and 20-23, 1964. CHRG-88shrg24493p2 Henry M. Jackson committee member J000013
CHRG-88shrg24493p2,Peter H. Dominick Central Arizona Project. Part 2: hearings before the Subcommittee on Irrigation and Reclamation of the Committee on Interior and Insular Affairs, United States Senate, Eighty-eighth Congress, first session on S. 1658, a bill to authorize, construct, and maintain the Central Arizona Project, Arizona-New Mexico, and for other purposes. April 9-11, 13-17, and 20-23, 1964. CHRG-88shrg24493p2 Peter H. Dominick committee member D000409
CHRG-88shrg24493p2,Quentin N. Burdick Central Arizona Project. Part 2: hearings before the Subcommittee on Irrigation and Reclamation of the Committee on Interior and Insular Affairs, United States Senate, Eighty-eighth Congress, first session on S. 1658, a bill to authorize, construct, and maintain the Central Arizona Project, Arizona-New Mexico, and for other purposes. April 9-11, 13-17, and 20-23, 1964. CHRG-88shrg24493p2 Quentin N. Burdick committee member B001077

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);
CREATE INDEX idx_hearing_members_package ON hearing_members(package_id);
CREATE INDEX idx_hearing_members_bioguide ON hearing_members(bioguide_id);
Powered by Datasette · Queries took 28.485ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API