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

6 rows where package_id = "CHRG-87shrg88107" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

role 1

  • committee member 6
Link package_id name ▼ role bioguide_id
CHRG-87shrg88107,George Aiken Agricultural land development in Alaska: hearing before a subcommittee of the Committee on Agriculture and Forestry, United States Senate, Eighty-seventh Congress, second session on S. 2805, a bill to provide for a program of agricultural land development in the state of Alaska, August 10, 1962. CHRG-87shrg88107 George Aiken committee member A000062
CHRG-87shrg88107,Herman E. Talmadge Agricultural land development in Alaska: hearing before a subcommittee of the Committee on Agriculture and Forestry, United States Senate, Eighty-seventh Congress, second session on S. 2805, a bill to provide for a program of agricultural land development in the state of Alaska, August 10, 1962. CHRG-87shrg88107 Herman E. Talmadge committee member T000035
CHRG-87shrg88107,James O. Eastland Agricultural land development in Alaska: hearing before a subcommittee of the Committee on Agriculture and Forestry, United States Senate, Eighty-seventh Congress, second session on S. 2805, a bill to provide for a program of agricultural land development in the state of Alaska, August 10, 1962. CHRG-87shrg88107 James O. Eastland committee member E000018
CHRG-87shrg88107,Milton R. Young Agricultural land development in Alaska: hearing before a subcommittee of the Committee on Agriculture and Forestry, United States Senate, Eighty-seventh Congress, second session on S. 2805, a bill to provide for a program of agricultural land development in the state of Alaska, August 10, 1962. CHRG-87shrg88107 Milton R. Young committee member Y000047
CHRG-87shrg88107,Philip A. Hart Agricultural land development in Alaska: hearing before a subcommittee of the Committee on Agriculture and Forestry, United States Senate, Eighty-seventh Congress, second session on S. 2805, a bill to provide for a program of agricultural land development in the state of Alaska, August 10, 1962. CHRG-87shrg88107 Philip A. Hart committee member H000291
CHRG-87shrg88107,William Proxmire Agricultural land development in Alaska: hearing before a subcommittee of the Committee on Agriculture and Forestry, United States Senate, Eighty-seventh Congress, second session on S. 2805, a bill to provide for a program of agricultural land development in the state of Alaska, August 10, 1962. CHRG-87shrg88107 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);
Powered by Datasette · Queries took 20.373ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API