interests
Data source: See col-scraper on GitHub
5 rows where member_id = 132
This data as json, CSV (advanced)
Suggested facets: kind, name, category_id
Link | rowid ▼ | kind | name | category_id | member_id |
---|---|---|---|---|---|
831 | 831 | member | Director, Absalom Properties Ltd, Sevenoaks TN15 8PZ | Employment, office, trade, profession or vocation e938d3aa | John David Absalom 132 |
832 | 832 | partner | Director, Absalom Properties Ltd, Sevenoaks TN15 8PZ | Employment, office, trade, profession or vocation e938d3aa | John David Absalom 132 |
833 | 833 | partner | Queens Quay, EC4 | Land d9df90d8 | John David Absalom 132 |
834 | 834 | member | City Livery Yacht Club | Non-pecuniary interests e9002d25 | John David Absalom 132 |
835 | 835 | member | Worshipful Company of Butchers | Non-pecuniary interests e9002d25 | John David Absalom 132 |
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");