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

9 rows where package_id = "CHRG-88shrg21544p3" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

role 1

  • committee member 9
Link package_id name ▼ role bioguide_id
CHRG-88shrg21544p3,Gale W. McGee Civil rights -- public accommodations. Part 3, appendix: hearings before the Committee on Commerce, United States Senate, Eighty-eighth Congress, first session, on S. 1732, a bill to eliminate discrimination in public accommodations affecting interstate commerce.. CHRG-88shrg21544p3 Gale W. McGee committee member M000445
CHRG-88shrg21544p3,Howard W. Cannon Civil rights -- public accommodations. Part 3, appendix: hearings before the Committee on Commerce, United States Senate, Eighty-eighth Congress, first session, on S. 1732, a bill to eliminate discrimination in public accommodations affecting interstate commerce.. CHRG-88shrg21544p3 Howard W. Cannon committee member C000120
CHRG-88shrg21544p3,Hugh Scott Civil rights -- public accommodations. Part 3, appendix: hearings before the Committee on Commerce, United States Senate, Eighty-eighth Congress, first session, on S. 1732, a bill to eliminate discrimination in public accommodations affecting interstate commerce.. CHRG-88shrg21544p3 Hugh Scott committee member S000174
CHRG-88shrg21544p3,John O. Pastore Civil rights -- public accommodations. Part 3, appendix: hearings before the Committee on Commerce, United States Senate, Eighty-eighth Congress, first session, on S. 1732, a bill to eliminate discrimination in public accommodations affecting interstate commerce.. CHRG-88shrg21544p3 John O. Pastore committee member P000100
CHRG-88shrg21544p3,Norris Cotton Civil rights -- public accommodations. Part 3, appendix: hearings before the Committee on Commerce, United States Senate, Eighty-eighth Congress, first session, on S. 1732, a bill to eliminate discrimination in public accommodations affecting interstate commerce.. CHRG-88shrg21544p3 Norris Cotton committee member C000802
CHRG-88shrg21544p3,Philip A. Hart Civil rights -- public accommodations. Part 3, appendix: hearings before the Committee on Commerce, United States Senate, Eighty-eighth Congress, first session, on S. 1732, a bill to eliminate discrimination in public accommodations affecting interstate commerce.. CHRG-88shrg21544p3 Philip A. Hart committee member H000291
CHRG-88shrg21544p3,Strom Thurmond Civil rights -- public accommodations. Part 3, appendix: hearings before the Committee on Commerce, United States Senate, Eighty-eighth Congress, first session, on S. 1732, a bill to eliminate discrimination in public accommodations affecting interstate commerce.. CHRG-88shrg21544p3 Strom Thurmond committee member  
CHRG-88shrg21544p3,Vance Hartke Civil rights -- public accommodations. Part 3, appendix: hearings before the Committee on Commerce, United States Senate, Eighty-eighth Congress, first session, on S. 1732, a bill to eliminate discrimination in public accommodations affecting interstate commerce.. CHRG-88shrg21544p3 Vance Hartke committee member  
CHRG-88shrg21544p3,Warren G. Magnuson Civil rights -- public accommodations. Part 3, appendix: hearings before the Committee on Commerce, United States Senate, Eighty-eighth Congress, first session, on S. 1732, a bill to eliminate discrimination in public accommodations affecting interstate commerce.. CHRG-88shrg21544p3 Warren G. Magnuson committee member M000053

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