home / openregs

oira_meeting_attendees

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

4 rows where meeting_id = 103273

✎ 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
812 812 Accessible Lavatories on Single-Aisle Aircraft: Part II 103273 Doug Mullen Airlines for America Teleconference 0
813 813 Accessible Lavatories on Single-Aisle Aircraft: Part II 103273 Graham Keithley Airlines for America Teleconference 0
814 814 Accessible Lavatories on Single-Aisle Aircraft: Part II 103273 Joe Nye OMB/OIRA Teleconference 1
815 815 Accessible Lavatories on Single-Aisle Aircraft: Part II 103273 Andrea Petro OMB Teleconference 1

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