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

15 rows where package_id = "CHRG-107shrg83078" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

role 1

  • committee member 15
Link package_id name ▼ role bioguide_id
CHRG-107shrg83078,Ben Nighthorse Campbell SPECIAL TRUSTEE CHRG-107shrg83078 Ben Nighthorse Campbell committee member C000077
CHRG-107shrg83078,Byron L. Dorgan SPECIAL TRUSTEE CHRG-107shrg83078 Byron L. Dorgan committee member D000432
CHRG-107shrg83078,Craig Thomas SPECIAL TRUSTEE CHRG-107shrg83078 Craig Thomas committee member T000162
CHRG-107shrg83078,Daniel K. Akaka SPECIAL TRUSTEE CHRG-107shrg83078 Daniel K. Akaka committee member A000069
CHRG-107shrg83078,Daniel K. Inouye SPECIAL TRUSTEE CHRG-107shrg83078 Daniel K. Inouye committee member I000025
CHRG-107shrg83078,Frank H. Murkowski SPECIAL TRUSTEE CHRG-107shrg83078 Frank H. Murkowski committee member M001085
CHRG-107shrg83078,Harry Reid SPECIAL TRUSTEE CHRG-107shrg83078 Harry Reid committee member R000146
CHRG-107shrg83078,James M. Inhofe SPECIAL TRUSTEE CHRG-107shrg83078 James M. Inhofe committee member I000024
CHRG-107shrg83078,John McCain SPECIAL TRUSTEE CHRG-107shrg83078 John McCain committee member M000303
CHRG-107shrg83078,Kent Conrad SPECIAL TRUSTEE CHRG-107shrg83078 Kent Conrad committee member C000705
CHRG-107shrg83078,Maria Cantwell SPECIAL TRUSTEE CHRG-107shrg83078 Maria Cantwell committee member C000127
CHRG-107shrg83078,Orrin G. Hatch SPECIAL TRUSTEE CHRG-107shrg83078 Orrin G. Hatch committee member H000338
CHRG-107shrg83078,Paul D. Wellstone SPECIAL TRUSTEE CHRG-107shrg83078 Paul D. Wellstone committee member W000288
CHRG-107shrg83078,Pete V. Domenici SPECIAL TRUSTEE CHRG-107shrg83078 Pete V. Domenici committee member D000407
CHRG-107shrg83078,Tim Johnson SPECIAL TRUSTEE CHRG-107shrg83078 Tim Johnson committee member J000177

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