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-116hhrg41956" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

organization 4

  • - 2
  • Association for Postal Commerce (Postcom) 1
  • True North Research 1
  • University of Minnesota Law School 1
id package_id name ▼ title organization organization_normalized location
91937 POSTAL UPDATE CHRG-116hhrg41956 Lisa Graves Executive Director and Editor-in-Chief True North Research TRUE NORTH RESEARCH  
91938 POSTAL UPDATE CHRG-116hhrg41956 Michael Plunkett President and CEO Association for Postal Commerce (Postcom) ASSOCIATION FOR POSTAL COMMERCE (POSTCOM)  
91939 POSTAL UPDATE CHRG-116hhrg41956 Richard W. Painter S. Walter Richey Professor of Corporate Law, Former Chief White House Ethics Lawyer and Associate Counsel to the President 2005-2007 University of Minnesota Law School UNIVERSITY OF MINNESOTA LAW SCHOOL  
91936 POSTAL UPDATE CHRG-116hhrg41956 S. David Fineman Former Chairman, United States Postal Service Board of Governors      
91935 POSTAL UPDATE CHRG-116hhrg41956 Written opening statements and statements for the witnesses are available on the U.S. House of Representatives Document Repository at: docs.house.gov. Ann M. Ravel Former FEC Chair and CA Fair Political Practices Chair, Adjunct Professor at UC Berkeley Law      

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