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-118hhrg57458" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: location

organization 5

  • Colin, Mineral Resources Program, U.S. Geological Survey, U.S. Department of the Interior, Moffett Field, California 1
  • Frank, Crow Tribe of Indians, Montana 1
  • Montana Environmental Information Center, Helena, Montana 1
  • Power, Infrastructure, and Minerals, ClearPath Action 1
  • Principal, Severance Tax, Ryan, LLC, Houston, Texas 1
id package_id name ▼ title organization organization_normalized location
105284 LEGISLATIVE HEARING ON H.R. 7662, H.R. 7807, H.R. 8952, AND H.R. 10005 CHRG-118hhrg57458 Cheryl Lombard Senior Program Director Power, Infrastructure, and Minerals, ClearPath Action POWER, INFRASTRUCTURE, AND MINERALS, CLEARPATH ACTION Washington, DC
105286 LEGISLATIVE HEARING ON H.R. 7662, H.R. 7807, H.R. 8952, AND H.R. 10005 CHRG-118hhrg57458 Derf Johnson Deputy Director Montana Environmental Information Center, Helena, Montana MONTANA ENVIRONMENTAL INFORMATION CENTER, HELENA, MONTANA  
105285 LEGISLATIVE HEARING ON H.R. 7662, H.R. 7807, H.R. 8952, AND H.R. 10005 CHRG-118hhrg57458 Jonathon Travis   Principal, Severance Tax, Ryan, LLC, Houston, Texas PRINCIPAL, SEVERANCE TAX, RYAN, LLC, HOUSTON, TEXAS  
105283 LEGISLATIVE HEARING ON H.R. 7662, H.R. 7807, H.R. 8952, AND H.R. 10005 CHRG-118hhrg57458 Panel II: Williams Program Coordinator Colin, Mineral Resources Program, U.S. Geological Survey, U.S. Department of the Interior, Moffett Field, California COLIN, MINERAL RESOURCES PROGRAM, U.S. GEOLOGICAL SURVEY, U.S. DEPARTMENT OF THE INTERIOR, MOFFETT FIELD, CALIFORNIA  
105287 LEGISLATIVE HEARING ON H.R. 7662, H.R. 7807, H.R. 8952, AND H.R. 10005 CHRG-118hhrg57458 White Clay Chairman Frank, Crow Tribe of Indians, Montana FRANK, CROW TRIBE OF INDIANS, MONTANA  

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