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

7 rows where package_id = "CHRG-106shrg86533" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title

organization 7

  • - 1
  • American Association of Port Authorities 1
  • Commandant, U.S. Coast Guard 1
  • Criminal Division, Department of Justice 1
  • International Longshore & Warehouse Union 1
  • U.S. Department of Transportation 1
  • U.S. Senator from Florida 1
id package_id name ▼ title organization organization_normalized location
8209 U.S. SEAPORT SECURITY CHRG-106shrg86533 Admiral James M. Loy   Commandant, U.S. Coast Guard COMMANDANT, U.S. COAST GUARD  
8207 U.S. SEAPORT SECURITY CHRG-106shrg86533 Clyde J. Jr. Hart Maritime Administrator U.S. Department of Transportation U.S. DEPARTMENT OF TRANSPORTATION  
8206 U.S. SEAPORT SECURITY CHRG-106shrg86533 Hon. Bob Graham   U.S. Senator from Florida U.S. SENATOR FROM FLORIDA  
8211 U.S. SEAPORT SECURITY CHRG-106shrg86533 Hon. James K. Robinson Assistant Attorney General Criminal Division, Department of Justice CRIMINAL DIVISION, DEPARTMENT OF JUSTICE  
8208 U.S. SEAPORT SECURITY CHRG-106shrg86533 Hon. Raymond W. Kelly Commissioner, U.S. Customs Service      
8212 U.S. SEAPORT SECURITY CHRG-106shrg86533 John Tousseau Executive Board Member International Longshore & Warehouse Union INTERNATIONAL LONGSHORE & WAREHOUSE UNION  
8210 U.S. SEAPORT SECURITY CHRG-106shrg86533 Kurt J. Nagle President American Association of Port Authorities AMERICAN ASSOCIATION OF PORT AUTHORITIES  

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