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

16 rows where package_id = "CHRG-111shrg63867" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

role 1

  • committee member 16
Link package_id name ▼ role bioguide_id
CHRG-111shrg63867,Carl Levin CLOSING THE GAPS IN AIR CARGO SECURITY CHRG-111shrg63867 Carl Levin committee member L000261
CHRG-111shrg63867,Claire McCaskill CLOSING THE GAPS IN AIR CARGO SECURITY CHRG-111shrg63867 Claire McCaskill committee member M001170
CHRG-111shrg63867,Daniel K. Akaka CLOSING THE GAPS IN AIR CARGO SECURITY CHRG-111shrg63867 Daniel K. Akaka committee member A000069
CHRG-111shrg63867,George V. Voinovich CLOSING THE GAPS IN AIR CARGO SECURITY CHRG-111shrg63867 George V. Voinovich committee member V000126
CHRG-111shrg63867,John Ensign CLOSING THE GAPS IN AIR CARGO SECURITY CHRG-111shrg63867 John Ensign committee member E000194
CHRG-111shrg63867,John McCain CLOSING THE GAPS IN AIR CARGO SECURITY CHRG-111shrg63867 John McCain committee member M000303
CHRG-111shrg63867,Jon Tester CLOSING THE GAPS IN AIR CARGO SECURITY CHRG-111shrg63867 Jon Tester committee member T000464
CHRG-111shrg63867,Joseph I. Lieberman CLOSING THE GAPS IN AIR CARGO SECURITY CHRG-111shrg63867 Joseph I. Lieberman committee member L000304
CHRG-111shrg63867,Lindsey Graham CLOSING THE GAPS IN AIR CARGO SECURITY CHRG-111shrg63867 Lindsey Graham committee member G000359
CHRG-111shrg63867,Mark L. Pryor CLOSING THE GAPS IN AIR CARGO SECURITY CHRG-111shrg63867 Mark L. Pryor committee member P000590
CHRG-111shrg63867,Mary L. Landrieu CLOSING THE GAPS IN AIR CARGO SECURITY CHRG-111shrg63867 Mary L. Landrieu committee member L000550
CHRG-111shrg63867,Roland Burris CLOSING THE GAPS IN AIR CARGO SECURITY CHRG-111shrg63867 Roland Burris committee member B001266
CHRG-111shrg63867,Scott P. Brown CLOSING THE GAPS IN AIR CARGO SECURITY CHRG-111shrg63867 Scott P. Brown committee member B001268
CHRG-111shrg63867,Susan M. Collins CLOSING THE GAPS IN AIR CARGO SECURITY CHRG-111shrg63867 Susan M. Collins committee member C001035
CHRG-111shrg63867,Thomas R. Carper CLOSING THE GAPS IN AIR CARGO SECURITY CHRG-111shrg63867 Thomas R. Carper committee member C000174
CHRG-111shrg63867,Tom Coburn CLOSING THE GAPS IN AIR CARGO SECURITY CHRG-111shrg63867 Tom Coburn committee member C000560

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