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

12 rows where package_id = "CHRG-112jhrg71130" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

role 1

  • committee member 12
Link package_id name ▼ role bioguide_id
CHRG-112jhrg71130,CHRIS VAN HOLLEN of Maryland OVERVIEW: DISCRETIONARY OUTLAYS, SECURITY AND NON-SECURITY CHRG-112jhrg71130 CHRIS VAN HOLLEN of Maryland committee member  
CHRG-112jhrg71130,Dave Camp OVERVIEW: DISCRETIONARY OUTLAYS, SECURITY AND NON-SECURITY CHRG-112jhrg71130 Dave Camp committee member C000071
CHRG-112jhrg71130,Fred Upton OVERVIEW: DISCRETIONARY OUTLAYS, SECURITY AND NON-SECURITY CHRG-112jhrg71130 Fred Upton committee member U000031
CHRG-112jhrg71130,James E. Clyburn OVERVIEW: DISCRETIONARY OUTLAYS, SECURITY AND NON-SECURITY CHRG-112jhrg71130 James E. Clyburn committee member C000537
CHRG-112jhrg71130,Jeb Hensarling OVERVIEW: DISCRETIONARY OUTLAYS, SECURITY AND NON-SECURITY CHRG-112jhrg71130 Jeb Hensarling committee member H001036
CHRG-112jhrg71130,John F. Kerry OVERVIEW: DISCRETIONARY OUTLAYS, SECURITY AND NON-SECURITY CHRG-112jhrg71130 John F. Kerry committee member K000148
CHRG-112jhrg71130,Jon Kyl OVERVIEW: DISCRETIONARY OUTLAYS, SECURITY AND NON-SECURITY CHRG-112jhrg71130 Jon Kyl committee member K000352
CHRG-112jhrg71130,Max Baucus OVERVIEW: DISCRETIONARY OUTLAYS, SECURITY AND NON-SECURITY CHRG-112jhrg71130 Max Baucus committee member B000243
CHRG-112jhrg71130,Patrick J. Toomey OVERVIEW: DISCRETIONARY OUTLAYS, SECURITY AND NON-SECURITY CHRG-112jhrg71130 Patrick J. Toomey committee member T000461
CHRG-112jhrg71130,Patty Murray OVERVIEW: DISCRETIONARY OUTLAYS, SECURITY AND NON-SECURITY CHRG-112jhrg71130 Patty Murray committee member M001111
CHRG-112jhrg71130,Rob Portman OVERVIEW: DISCRETIONARY OUTLAYS, SECURITY AND NON-SECURITY CHRG-112jhrg71130 Rob Portman committee member P000449
CHRG-112jhrg71130,Xavier Becerra OVERVIEW: DISCRETIONARY OUTLAYS, SECURITY AND NON-SECURITY CHRG-112jhrg71130 Xavier Becerra committee member B000287

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