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-115jhrg27346" 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-115jhrg27346,Alcee L. Hastings Countering Radicalization: International Best Practices and the Role of the OSCE CHRG-115jhrg27346 Alcee L. Hastings committee member H000324
CHRG-115jhrg27346,Christopher H. Smith Countering Radicalization: International Best Practices and the Role of the OSCE CHRG-115jhrg27346 Christopher H. Smith committee member S000522
CHRG-115jhrg27346,Gwen Moore Countering Radicalization: International Best Practices and the Role of the OSCE CHRG-115jhrg27346 Gwen Moore committee member M001160
CHRG-115jhrg27346,Michael C. Burgess Countering Radicalization: International Best Practices and the Role of the OSCE CHRG-115jhrg27346 Michael C. Burgess committee member B001248
CHRG-115jhrg27346,Randy Hultgren Countering Radicalization: International Best Practices and the Role of the OSCE CHRG-115jhrg27346 Randy Hultgren committee member H001059
CHRG-115jhrg27346,Richard Hudson Countering Radicalization: International Best Practices and the Role of the OSCE CHRG-115jhrg27346 Richard Hudson committee member H001067
CHRG-115jhrg27346,Robert B. Aderholt Countering Radicalization: International Best Practices and the Role of the OSCE CHRG-115jhrg27346 Robert B. Aderholt committee member A000055
CHRG-115jhrg27346,SHEILA JACKSON LEE of Texas Countering Radicalization: International Best Practices and the Role of the OSCE CHRG-115jhrg27346 SHEILA JACKSON LEE of Texas committee member  
CHRG-115jhrg27346,Steve Cohen Countering Radicalization: International Best Practices and the Role of the OSCE CHRG-115jhrg27346 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);
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 17.185ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API