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-115jhrg32259" 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-115jhrg32259,Alcee L. Hastings A Truly Inclusive Society: Encouraging the Ability in Disability CHRG-115jhrg32259 Alcee L. Hastings committee member H000324
CHRG-115jhrg32259,Christopher H. Smith A Truly Inclusive Society: Encouraging the Ability in Disability CHRG-115jhrg32259 Christopher H. Smith committee member S000522
CHRG-115jhrg32259,Gwen Moore A Truly Inclusive Society: Encouraging the Ability in Disability CHRG-115jhrg32259 Gwen Moore committee member M001160
CHRG-115jhrg32259,Michael C. Burgess A Truly Inclusive Society: Encouraging the Ability in Disability CHRG-115jhrg32259 Michael C. Burgess committee member B001248
CHRG-115jhrg32259,Randy Hultgren A Truly Inclusive Society: Encouraging the Ability in Disability CHRG-115jhrg32259 Randy Hultgren committee member H001059
CHRG-115jhrg32259,Richard Hudson A Truly Inclusive Society: Encouraging the Ability in Disability CHRG-115jhrg32259 Richard Hudson committee member H001067
CHRG-115jhrg32259,Robert B. Aderholt A Truly Inclusive Society: Encouraging the Ability in Disability CHRG-115jhrg32259 Robert B. Aderholt committee member A000055
CHRG-115jhrg32259,SHEILA JACKSON LEE of Texas A Truly Inclusive Society: Encouraging the Ability in Disability CHRG-115jhrg32259 SHEILA JACKSON LEE of Texas committee member  
CHRG-115jhrg32259,Steve Cohen A Truly Inclusive Society: Encouraging the Ability in Disability CHRG-115jhrg32259 Steve Cohen committee member C001068

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