interests
Data source: See col-scraper on GitHub
3 rows where category_id = "e938d3aa" and member_id = 374
This data as json, CSV (advanced)
Suggested facets: kind
Link | rowid ▼ | kind | name | category_id | member_id |
---|---|---|---|---|---|
323 | 323 | member | Barrister at Bar of England and Wales, Henderson Chambers, 2 Harcourt Buildings, London EC4Y 9DB | Employment, office, trade, profession or vocation e938d3aa | Matthew Richardson 374 |
324 | 324 | partner | Civil Servant, CFTC, Three Lafayette Centre, 1155 21st Street, NW Washington, DC 20581 | Employment, office, trade, profession or vocation e938d3aa | Matthew Richardson 374 |
325 | 325 | member | Director of Invicta Capital Funding, 60 Churchill Square, Kings Hill West, Malling, Kent ME19 4YU | Employment, office, trade, profession or vocation e938d3aa | Matthew Richardson 374 |
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");