committee_membership
Data source: See col-scraper on GitHub
8 rows where member_id = 1212
This data as json, CSV (advanced)
Link | rowid ▼ | committee_id | member_id | role |
---|---|---|---|---|
173 | 173 | Barbican Centre Board 140 | Judith Pleasance 1212 | |
174 | 174 | 223 | Judith Pleasance 1212 | |
175 | 175 | Culture, Heritage and Libraries Committee 177 | Judith Pleasance 1212 | |
176 | 176 | Finance Committee of the Barbican Centre Board 165 | Judith Pleasance 1212 | |
177 | 177 | Licensing Committee 123 | Judith Pleasance 1212 | |
178 | 178 | Livery Committee 383 | Judith Pleasance 1212 | |
179 | 179 | Planning and Transportation Committee 143 | Judith Pleasance 1212 | |
180 | 180 | Risk Committee of the Barbican Centre Board 249 | Judith Pleasance 1212 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE committee_membership( committee_id INTEGER REFERENCES committees(id), member_id INTEGER REFERENCES members(id), role VARCHAR(50) ); CREATE INDEX committee_membership_committee_id ON committee_membership("committee_id"); CREATE INDEX committee_membership_member_id ON committee_membership("member_id");