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

3 rows where package_id = "CHRG-88shrg31836" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

role 1

  • committee member 3
Link package_id name ▼ role bioguide_id
CHRG-88shrg31836,Hubert H. Humphrey Legislative branch appropriations, 1965: hearings before a subcommittee of the Committee on Appropriations, United States Senate, Eighty-eighth Congress, second session, on H.R. 10723, making appropriations for the legislative branch for the fiscal year ending June 30, 1965, and for other purposes ... CHRG-88shrg31836 Hubert H. Humphrey committee member H000953
CHRG-88shrg31836,Milton R. Young Legislative branch appropriations, 1965: hearings before a subcommittee of the Committee on Appropriations, United States Senate, Eighty-eighth Congress, second session, on H.R. 10723, making appropriations for the legislative branch for the fiscal year ending June 30, 1965, and for other purposes ... CHRG-88shrg31836 Milton R. Young committee member Y000047
CHRG-88shrg31836,William Proxmire Legislative branch appropriations, 1965: hearings before a subcommittee of the Committee on Appropriations, United States Senate, Eighty-eighth Congress, second session, on H.R. 10723, making appropriations for the legislative branch for the fiscal year ending June 30, 1965, and for other purposes ... CHRG-88shrg31836 William Proxmire committee member P000553

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