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

4 rows where package_id = "CHRG-117hhrg48013" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: location

organization 4

  • - 1
  • America's SBDC at Tarleton State University 1
  • Maine Small Business Development Center 1
  • Michigan Small Business Development Center 1
id package_id name ▼ title organization organization_normalized location
97512 SBA DISTRICT OFFICE COLLABORATION WITH RESOURCE PARTNERS CHRG-117hhrg48013 Mr. J.D. Collins Chief Executive Officer and Executive Director Michigan Small Business Development Center MICHIGAN SMALL BUSINESS DEVELOPMENT CENTER Grand Rapids, MI
97513 SBA DISTRICT OFFICE COLLABORATION WITH RESOURCE PARTNERS CHRG-117hhrg48013 Mr. John William (Bill) Leaverton Regional Director America's SBDC at Tarleton State University AMERICA'S SBDC AT TARLETON STATE UNIVERSITY Stephenville, TX
97510 SBA DISTRICT OFFICE COLLABORATION WITH RESOURCE PARTNERS CHRG-117hhrg48013 Mr. Mark Delisle Director Maine Small Business Development Center MAINE SMALL BUSINESS DEVELOPMENT CENTER Portland, ME
97511 SBA DISTRICT OFFICE COLLABORATION WITH RESOURCE PARTNERS CHRG-117hhrg48013 Ms. Nancy Strojny SCORE Maine Assistant District Director, Service Corps of Retired Executives (SCORE)     Portland, ME

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