interests
Data source: See col-scraper on GitHub
5 rows where member_id = 160
This data as json, CSV (advanced)
Suggested facets: name, category_id
Link | rowid ▼ | kind | name | category_id | member_id |
---|---|---|---|---|---|
1497 | 1497 | member | JDC Consultants Ltd. Ninth Floor, 40 Lime Street London EC3M 7AW | Employment, office, trade, profession or vocation e938d3aa | John Douglas Chapman 160 |
1498 | 1498 | member | JDC Consultants Ltd. Ninth Floor, 40 Lime Street London EC3M 7AW | Licences 613aec30 | John Douglas Chapman 160 |
1499 | 1499 | member | Guildhall Club | Non-pecuniary interests e9002d25 | John Douglas Chapman 160 |
1500 | 1500 | member | Musicians Livery | Non-pecuniary interests e9002d25 | John Douglas Chapman 160 |
1501 | 1501 | member | Guild of entrepreneurs | Non-pecuniary interests e9002d25 | John Douglas Chapman 160 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE interests ( kind VARCHAR(10), name TEXT, category_id VARCHAR(8) REFERENCES interest_categories(id), member_id INTEGER REFERENCES members(id) ); CREATE INDEX interests_category_id ON interests("category_id"); CREATE INDEX interests_member_id ON interests("member_id");