home / openregs

oira_meeting_attendees

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

15 rows where meeting_id = 1006373

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: attendee_name, attendee_org, is_government

Link rowid ▼ meeting_id attendee_name attendee_org participation_type is_government
176 176 Normalizing Unmanned Aircraft Systems Beyond Visual Line of Sight Operations 1006373 Jim McClay Aircraft Owners & Pilots Association Teleconference 0
177 177 Normalizing Unmanned Aircraft Systems Beyond Visual Line of Sight Operations 1006373 Tyler Glotfelty OMB Teleconference 1
178 178 Normalizing Unmanned Aircraft Systems Beyond Visual Line of Sight Operations 1006373 Tim Mullins DOT Teleconference 0
179 179 Normalizing Unmanned Aircraft Systems Beyond Visual Line of Sight Operations 1006373 Analiese Marchesseault DOT Teleconference 0
180 180 Normalizing Unmanned Aircraft Systems Beyond Visual Line of Sight Operations 1006373 Jeffrey Bergson FAA Teleconference 0
181 181 Normalizing Unmanned Aircraft Systems Beyond Visual Line of Sight Operations 1006373 Marcus Cunningham FAA Teleconference 0
182 182 Normalizing Unmanned Aircraft Systems Beyond Visual Line of Sight Operations 1006373 James Doucette FAA Teleconference 0
183 183 Normalizing Unmanned Aircraft Systems Beyond Visual Line of Sight Operations 1006373 Matthew Dougherty FAA Teleconference 0
184 184 Normalizing Unmanned Aircraft Systems Beyond Visual Line of Sight Operations 1006373 Michelle Ferritto FAA Teleconference 0
185 185 Normalizing Unmanned Aircraft Systems Beyond Visual Line of Sight Operations 1006373 Christine Griffin FAA Teleconference 0
186 186 Normalizing Unmanned Aircraft Systems Beyond Visual Line of Sight Operations 1006373 Eloise Trabka FAA Teleconference 0
187 187 Normalizing Unmanned Aircraft Systems Beyond Visual Line of Sight Operations 1006373 Krysten Urchick FAA Teleconference 0
188 188 Normalizing Unmanned Aircraft Systems Beyond Visual Line of Sight Operations 1006373 Frederick Wagner FAA Teleconference 0
189 189 Normalizing Unmanned Aircraft Systems Beyond Visual Line of Sight Operations 1006373 Jim McClay Aircraft Owners & Pilots Association Teleconference 0
190 190 Normalizing Unmanned Aircraft Systems Beyond Visual Line of Sight Operations 1006373 Murray Huling Aircraft Owners & Pilots Association 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 73.503ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API