home / openregs

oira_meeting_attendees

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

6 rows where meeting_id = 1024173

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: attendee_org, is_government

Link rowid ▼ meeting_id attendee_name attendee_org participation_type is_government
495 495 Greenhouse Gas Endangerment Finding and Motor Vehicle Reconsideration Rule 1024173 Kim Wilson OMB/OIRA Teleconference 1
496 496 Greenhouse Gas Endangerment Finding and Motor Vehicle Reconsideration Rule 1024173 Atid Kimelman Natural Resources Defense Council Teleconference 0
497 497 Greenhouse Gas Endangerment Finding and Motor Vehicle Reconsideration Rule 1024173 Olivia Keck Natural Resources Defense Council Teleconference 0
498 498 Greenhouse Gas Endangerment Finding and Motor Vehicle Reconsideration Rule 1024173 Meredith Hankins Natural Resources Defense Council Teleconference 0
499 499 Greenhouse Gas Endangerment Finding and Motor Vehicle Reconsideration Rule 1024173 David Lee Natural Resources Defense Council Teleconference 0
500 500 Greenhouse Gas Endangerment Finding and Motor Vehicle Reconsideration Rule 1024173 Kathy Harris Natural Resources Defense Council Teleconference 0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE oira_meeting_attendees (
    meeting_id TEXT REFERENCES oira_meetings(meeting_id),
    attendee_name TEXT,
    attendee_org TEXT,
    participation_type TEXT,
    is_government INTEGER DEFAULT 0
);
CREATE INDEX idx_oira_attendees_mid ON oira_meeting_attendees(meeting_id);
CREATE INDEX idx_oira_attendees_org ON oira_meeting_attendees(attendee_org);
Powered by Datasette · Queries took 434.579ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API