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

11 rows where package_id = "CHRG-114shrg20893" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

role 1

  • committee member 11
Link package_id name ▼ role bioguide_id
CHRG-114shrg20893,Johnny Isakson ESSA Implementation: Perspectives From Education Stakeholders On Proposed Regulations CHRG-114shrg20893 Johnny Isakson committee member I000055
CHRG-114shrg20893,Lamar Alexander ESSA Implementation: Perspectives From Education Stakeholders On Proposed Regulations CHRG-114shrg20893 Lamar Alexander committee member A000360
CHRG-114shrg20893,Lisa Murkowski ESSA Implementation: Perspectives From Education Stakeholders On Proposed Regulations CHRG-114shrg20893 Lisa Murkowski committee member M001153
CHRG-114shrg20893,Mark Kirk ESSA Implementation: Perspectives From Education Stakeholders On Proposed Regulations CHRG-114shrg20893 Mark Kirk committee member K000360
CHRG-114shrg20893,Michael B. Enzi ESSA Implementation: Perspectives From Education Stakeholders On Proposed Regulations CHRG-114shrg20893 Michael B. Enzi committee member E000285
CHRG-114shrg20893,Orrin G. Hatch ESSA Implementation: Perspectives From Education Stakeholders On Proposed Regulations CHRG-114shrg20893 Orrin G. Hatch committee member H000338
CHRG-114shrg20893,Pat Roberts ESSA Implementation: Perspectives From Education Stakeholders On Proposed Regulations CHRG-114shrg20893 Pat Roberts committee member R000307
CHRG-114shrg20893,Rand Paul ESSA Implementation: Perspectives From Education Stakeholders On Proposed Regulations CHRG-114shrg20893 Rand Paul committee member P000603
CHRG-114shrg20893,Richard Burr ESSA Implementation: Perspectives From Education Stakeholders On Proposed Regulations CHRG-114shrg20893 Richard Burr committee member B001135
CHRG-114shrg20893,Susan M. Collins ESSA Implementation: Perspectives From Education Stakeholders On Proposed Regulations CHRG-114shrg20893 Susan M. Collins committee member C001035
CHRG-114shrg20893,Tim Scott ESSA Implementation: Perspectives From Education Stakeholders On Proposed Regulations CHRG-114shrg20893 Tim Scott committee member S001184

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);
Powered by Datasette · Queries took 1087.329ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API