home / openregs

hearing_witnesses

Witnesses who testified at committee hearings, with parsed name, title, organization, and location.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

5 rows where package_id = "CHRG-109shrg32153" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

organization 5

  • Bureau of Economics, Federal Trade Commission, Washington 1
  • Coalition for Competitive Access to Content, Washington 1
  • Comcast Corporation, Philadelphia, Pennsylvania 1
  • Consumer Federation of America, Washington 1
  • The Baller Herbst Law Group, PC, Washington 1
id package_id name ▼ title organization organization_normalized location
27749 VERTICALLY INTEGRATED SPORTS PROGRAMMING: ARE CABLE COMPANIES EXCLUDING COMPETITION? CHRG-109shrg32153 David L. Cohen Executive Vice President Comcast Corporation, Philadelphia, Pennsylvania COMCAST CORPORATION, PHILADELPHIA, PENNSYLVANIA  
27748 VERTICALLY INTEGRATED SPORTS PROGRAMMING: ARE CABLE COMPANIES EXCLUDING COMPETITION? CHRG-109shrg32153 James Baller Senior Principal, D.C The Baller Herbst Law Group, PC, Washington THE BALLER HERBST LAW GROUP, PC, WASHINGTON  
27751 VERTICALLY INTEGRATED SPORTS PROGRAMMING: ARE CABLE COMPANIES EXCLUDING COMPETITION? CHRG-109shrg32153 John Goodman President, D.C Coalition for Competitive Access to Content, Washington COALITION FOR COMPETITIVE ACCESS TO CONTENT, WASHINGTON  
27750 VERTICALLY INTEGRATED SPORTS PROGRAMMING: ARE CABLE COMPANIES EXCLUDING COMPETITION? CHRG-109shrg32153 Mark Cooper Director of Research, D.C Consumer Federation of America, Washington CONSUMER FEDERATION OF AMERICA, WASHINGTON  
27752 VERTICALLY INTEGRATED SPORTS PROGRAMMING: ARE CABLE COMPANIES EXCLUDING COMPETITION? CHRG-109shrg32153 Michael Salinger Director, D.C Bureau of Economics, Federal Trade Commission, Washington BUREAU OF ECONOMICS, FEDERAL TRADE COMMISSION, WASHINGTON  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE hearing_witnesses (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    package_id TEXT NOT NULL REFERENCES hearings(package_id),
    name TEXT,
    title TEXT,
    organization TEXT,
    organization_normalized TEXT,
    location TEXT
);
CREATE INDEX idx_hw_package ON hearing_witnesses(package_id);
CREATE INDEX idx_hw_name ON hearing_witnesses(name);
CREATE INDEX idx_hw_org ON hearing_witnesses(organization) WHERE organization IS NOT NULL AND organization != '';
CREATE INDEX idx_hw_org_norm ON hearing_witnesses(organization_normalized) WHERE organization_normalized IS NOT NULL;
Powered by Datasette · Queries took 1257.842ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API