home / colmem

interests

Interests for members and their partners ('Spouse/Civil Partner/Living as such') from the Register of Interests.

Data source: See col-scraper on GitHub

8 rows where member_id = 363

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, category_id

Link rowid ▼ kind name category_id member_id
178 178 member Property in Mountjoy House, Barbican, London EC2 Land d9df90d8 Barbara Patricia Newman 363
179 179 member Property on Upper Thames Street, London EC4 Land d9df90d8 Barbara Patricia Newman 363
180 180 member Property in Mountjoy House, Barbican, London EC2 Corporate Tenancies 8948e857 Barbara Patricia Newman 363
181 181 member Livery man of the Turners, Coopers and Tallow Chandlers Companies Non-pecuniary interests e9002d25 Barbara Patricia Newman 363
182 182 member Freeman of the Arts Scholars Non-pecuniary interests e9002d25 Barbara Patricia Newman 363
183 183 member Aldersgate Ward Club Non-pecuniary interests e9002d25 Barbara Patricia Newman 363
184 184 member The Royal Soceity of St George City Branch Non-pecuniary interests e9002d25 Barbara Patricia Newman 363
185 185 member City Livery Club Non-pecuniary interests e9002d25 Barbara Patricia Newman 363

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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");
Powered by Datasette · Queries took 24.403ms · Data source: See col-scraper on GitHub