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

6 rows where package_id = "CHRG-117shrg48383" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

organization 6

  • - 1
  • Federal Insurance and Mitigation Administration, Federal Emergency Management Agency 1
  • Government Relations, The Pew Charitable Trusts 1
  • International Center for Law & Economics 1
  • New York City Office of Federal Affairs 1
  • Taxpayers for Common Sense 1
id package_id name ▼ title organization location
100073 REAUTHORIZATION OF THE NATIONAL FLOOD INSURANCE PROGRAM PARTS I AND II CHRG-117shrg48383 Chad Berginnis Executive Director, Association of State Floodplain Managers    
100078 REAUTHORIZATION OF THE NATIONAL FLOOD INSURANCE PROGRAM PARTS I AND II CHRG-117shrg48383 David I. Maurstad Deputy Associate Administrator Federal Insurance and Mitigation Administration, Federal Emergency Management Agency  
100077 REAUTHORIZATION OF THE NATIONAL FLOOD INSURANCE PROGRAM PARTS I AND II CHRG-117shrg48383 R.J. Lehmann Senior Fellow and Editor-in-Chief International Center for Law & Economics  
100075 REAUTHORIZATION OF THE NATIONAL FLOOD INSURANCE PROGRAM PARTS I AND II CHRG-117shrg48383 Rebecca Kagan Sternhell Director New York City Office of Federal Affairs  
100076 REAUTHORIZATION OF THE NATIONAL FLOOD INSURANCE PROGRAM PARTS I AND II CHRG-117shrg48383 Stephen Ellis President Taxpayers for Common Sense  
100074 REAUTHORIZATION OF THE NATIONAL FLOOD INSURANCE PROGRAM PARTS I AND II CHRG-117shrg48383 Velma M. Smith Senior Officer Government Relations, The Pew Charitable Trusts  

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,
    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 != '';
Powered by Datasette · Queries took 411.747ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API