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

4 rows where package_id = "CHRG-85shrg28624" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

role 1

  • committee member 4
Link package_id name ▼ role bioguide_id
CHRG-85shrg28624,Alan Bible Navajo irrigation-- San Juan-Chama diversion: hearings before the Subcommittee on Irrigation and Reclamation of the Committee on Interior and Insular Affairs, United States Senate, Eighty-fifth Congress, second session on S. 3648, a bill to authorize the Secretary of the Interior to construct, operate, and maintain the Navajo Indian Irrigation Project and the initial state of the San Juan-Chama Project as participating projects of the Colorado River Storage Project, and for other purposes, July 9, 10, 1958. CHRG-85shrg28624 Alan Bible committee member B000436
CHRG-85shrg28624,Barry Goldwater Navajo irrigation-- San Juan-Chama diversion: hearings before the Subcommittee on Irrigation and Reclamation of the Committee on Interior and Insular Affairs, United States Senate, Eighty-fifth Congress, second session on S. 3648, a bill to authorize the Secretary of the Interior to construct, operate, and maintain the Navajo Indian Irrigation Project and the initial state of the San Juan-Chama Project as participating projects of the Colorado River Storage Project, and for other purposes, July 9, 10, 1958. CHRG-85shrg28624 Barry Goldwater committee member G000267
CHRG-85shrg28624,Frank Church Navajo irrigation-- San Juan-Chama diversion: hearings before the Subcommittee on Irrigation and Reclamation of the Committee on Interior and Insular Affairs, United States Senate, Eighty-fifth Congress, second session on S. 3648, a bill to authorize the Secretary of the Interior to construct, operate, and maintain the Navajo Indian Irrigation Project and the initial state of the San Juan-Chama Project as participating projects of the Colorado River Storage Project, and for other purposes, July 9, 10, 1958. CHRG-85shrg28624 Frank Church committee member C000388
CHRG-85shrg28624,Henry M. Jackson Navajo irrigation-- San Juan-Chama diversion: hearings before the Subcommittee on Irrigation and Reclamation of the Committee on Interior and Insular Affairs, United States Senate, Eighty-fifth Congress, second session on S. 3648, a bill to authorize the Secretary of the Interior to construct, operate, and maintain the Navajo Indian Irrigation Project and the initial state of the San Juan-Chama Project as participating projects of the Colorado River Storage Project, and for other purposes, July 9, 10, 1958. CHRG-85shrg28624 Henry M. Jackson committee member J000013

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);
Powered by Datasette · Queries took 228.042ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API