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-88shrg32912" 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-88shrg32912,Carl T. Curtis Smithsonian Institution: hearing before the Subcommittee on the Smithsonian Institution of the Committee on Rules and Administration, United States Senate, Eighty-eighth Congress, second session, on S. 808 ..., S. 809 and H.R. 9036 ..., S. 1659 ..., May 6, 1964. CHRG-88shrg32912 Carl T. Curtis committee member C001006
CHRG-88shrg32912,Claiborne Pell Smithsonian Institution: hearing before the Subcommittee on the Smithsonian Institution of the Committee on Rules and Administration, United States Senate, Eighty-eighth Congress, second session, on S. 808 ..., S. 809 and H.R. 9036 ..., S. 1659 ..., May 6, 1964. CHRG-88shrg32912 Claiborne Pell committee member P000193
CHRG-88shrg32912,Howard W. Cannon Smithsonian Institution: hearing before the Subcommittee on the Smithsonian Institution of the Committee on Rules and Administration, United States Senate, Eighty-eighth Congress, second session, on S. 808 ..., S. 809 and H.R. 9036 ..., S. 1659 ..., May 6, 1964. CHRG-88shrg32912 Howard W. Cannon committee member C000120
CHRG-88shrg32912,Hugh Scott Smithsonian Institution: hearing before the Subcommittee on the Smithsonian Institution of the Committee on Rules and Administration, United States Senate, Eighty-eighth Congress, second session, on S. 808 ..., S. 809 and H.R. 9036 ..., S. 1659 ..., May 6, 1964. CHRG-88shrg32912 Hugh Scott committee member S000174
CHRG-88shrg32912,Robert C. Byrd Smithsonian Institution: hearing before the Subcommittee on the Smithsonian Institution of the Committee on Rules and Administration, United States Senate, Eighty-eighth Congress, second session, on S. 808 ..., S. 809 and H.R. 9036 ..., S. 1659 ..., May 6, 1964. CHRG-88shrg32912 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);
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 2607.036ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API