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

18 rows where package_id = "CHRG-109shrg32152" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

role 1

  • committee member 18
Link package_id name ▼ role bioguide_id
CHRG-109shrg32152,Arlen Specter COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 Arlen Specter committee member S000709
CHRG-109shrg32152,Charles E. Schumer COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 Charles E. Schumer committee member S000148
CHRG-109shrg32152,Chuck Grassley COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 Chuck Grassley committee member G000386
CHRG-109shrg32152,Dianne Feinstein COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 Dianne Feinstein committee member F000062
CHRG-109shrg32152,Edward M. Kennedy COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 Edward M. Kennedy committee member K000105
CHRG-109shrg32152,Herb Kohl COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 Herb Kohl committee member K000305
CHRG-109shrg32152,Jeff Sessions COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 Jeff Sessions committee member S001141
CHRG-109shrg32152,John Cornyn COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 John Cornyn committee member C001056
CHRG-109shrg32152,Jon Kyl COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 Jon Kyl committee member K000352
CHRG-109shrg32152,Joseph R. Biden Jr. COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 Joseph R. Biden Jr. committee member  
CHRG-109shrg32152,Lindsey Graham COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 Lindsey Graham committee member G000359
CHRG-109shrg32152,Mike DeWine COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 Mike DeWine committee member  
CHRG-109shrg32152,Orrin G. Hatch COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 Orrin G. Hatch committee member H000338
CHRG-109shrg32152,Patrick J. Leahy COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 Patrick J. Leahy committee member L000174
CHRG-109shrg32152,Richard J. Durbin COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 Richard J. Durbin committee member D000563
CHRG-109shrg32152,Russell D. Feingold COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 Russell D. Feingold committee member F000061
CHRG-109shrg32152,Sam Brownback COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 Sam Brownback committee member  
CHRG-109shrg32152,Tom Coburn COMPETITION IN SPORTS PROGRAMMING AND DISTRIBUTION: ARE CONSUMERS WINNING? CHRG-109shrg32152 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 27.445ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API