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-90shrg84564p402" 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-90shrg84564p402,Claiborne Pell Migratory labor legislation. Part 4, appendix-II: hearings before the Subcommittee on Migratory Labor of the Committee on Labor and Public Welfare, Ninetieth Congress, first [second] session[s] ... CHRG-90shrg84564p402 Claiborne Pell committee member P000193
CHRG-90shrg84564p402,Edward M. Kennedy Migratory labor legislation. Part 4, appendix-II: hearings before the Subcommittee on Migratory Labor of the Committee on Labor and Public Welfare, Ninetieth Congress, first [second] session[s] ... CHRG-90shrg84564p402 Edward M. Kennedy committee member K000105
CHRG-90shrg84564p402,Gaylord Nelson Migratory labor legislation. Part 4, appendix-II: hearings before the Subcommittee on Migratory Labor of the Committee on Labor and Public Welfare, Ninetieth Congress, first [second] session[s] ... CHRG-90shrg84564p402 Gaylord Nelson committee member N000033
CHRG-90shrg84564p402,Harrison A. Williams Jr. Migratory labor legislation. Part 4, appendix-II: hearings before the Subcommittee on Migratory Labor of the Committee on Labor and Public Welfare, Ninetieth Congress, first [second] session[s] ... CHRG-90shrg84564p402 Harrison A. Williams Jr. committee member  
CHRG-90shrg84564p402,Jacob K. Javits Migratory labor legislation. Part 4, appendix-II: hearings before the Subcommittee on Migratory Labor of the Committee on Labor and Public Welfare, Ninetieth Congress, first [second] session[s] ... CHRG-90shrg84564p402 Jacob K. Javits committee member J000064
CHRG-90shrg84564p402,Jennings Randolph Migratory labor legislation. Part 4, appendix-II: hearings before the Subcommittee on Migratory Labor of the Committee on Labor and Public Welfare, Ninetieth Congress, first [second] session[s] ... CHRG-90shrg84564p402 Jennings Randolph committee member R000046
CHRG-90shrg84564p402,Paul J. Fannin Migratory labor legislation. Part 4, appendix-II: hearings before the Subcommittee on Migratory Labor of the Committee on Labor and Public Welfare, Ninetieth Congress, first [second] session[s] ... CHRG-90shrg84564p402 Paul J. Fannin committee member F000013
CHRG-90shrg84564p402,Peter H. Dominick Migratory labor legislation. Part 4, appendix-II: hearings before the Subcommittee on Migratory Labor of the Committee on Labor and Public Welfare, Ninetieth Congress, first [second] session[s] ... CHRG-90shrg84564p402 Peter H. Dominick committee member D000409
CHRG-90shrg84564p402,Robert P. Griffin Migratory labor legislation. Part 4, appendix-II: hearings before the Subcommittee on Migratory Labor of the Committee on Labor and Public Welfare, Ninetieth Congress, first [second] session[s] ... CHRG-90shrg84564p402 Robert P. Griffin committee member G000465

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