home / openregs

hearing_members

Committee members present at hearings.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

2 rows where package_id = "CHRG-93shrg40725p5" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

role 1

  • committee member 2
Link package_id name ▼ role bioguide_id
CHRG-93shrg40725p5,Harrison A. Williams Jr. World hunger, health, and refugee problems. Part V, Human Disasters in Cyprus, Bangladesh, Africa: Hearing before the Subcommittee to Investigate Problems Connected with Refugees and Escapees of the Committee on the Judiciary and the Subcommittee on Health of the Committee on Labor and Public Welfare, United States Senate, Ninety-third Congress, second session, August 20, 1974. CHRG-93shrg40725p5 Harrison A. Williams Jr. committee member  
CHRG-93shrg40725p5,James O. Eastland World hunger, health, and refugee problems. Part V, Human Disasters in Cyprus, Bangladesh, Africa: Hearing before the Subcommittee to Investigate Problems Connected with Refugees and Escapees of the Committee on the Judiciary and the Subcommittee on Health of the Committee on Labor and Public Welfare, United States Senate, Ninety-third Congress, second session, August 20, 1974. CHRG-93shrg40725p5 James O. Eastland committee member E000018

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE hearing_members (
    package_id TEXT NOT NULL REFERENCES hearings(package_id),
    name TEXT NOT NULL,
    role TEXT,
    bioguide_id TEXT,
    PRIMARY KEY (package_id, name)
);
CREATE INDEX idx_hm_name ON hearing_members(name);
CREATE INDEX idx_hm_bioguide ON hearing_members(bioguide_id);
CREATE INDEX idx_hearing_members_package ON hearing_members(package_id);
Powered by Datasette · Queries took 1022.994ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API