interests
Data source: See col-scraper on GitHub
7 rows where member_id = 1953
This data as json, CSV (advanced)
Suggested facets: category_id
Link | rowid ▼ | kind | name | category_id | member_id |
---|---|---|---|---|---|
1663 | 1663 | member | The Farringdon Practice, 59 St John Street, London, EC1M 4AN | Employment, office, trade, profession or vocation e938d3aa | Matthew Bell 1953 |
1664 | 1664 | member | Psychoanalyst/Psychotherapist at above | Employment, office, trade, profession or vocation e938d3aa | Matthew Bell 1953 |
1665 | 1665 | member | Home address. | Land d9df90d8 | Matthew Bell 1953 |
1666 | 1666 | member | The Labour Party | Non-pecuniary interests e9002d25 | Matthew Bell 1953 |
1667 | 1667 | member | The British Association of Counsellors and Psychotherapists | Non-pecuniary interests e9002d25 | Matthew Bell 1953 |
1668 | 1668 | member | The British Psychoanalytic Council | Non-pecuniary interests e9002d25 | Matthew Bell 1953 |
1669 | 1669 | member | The International Psychoanalytic Association | Non-pecuniary interests e9002d25 | Matthew Bell 1953 |
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");