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

6 rows where category_id = "e938d3aa" and member_id = 1592

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: kind

Link rowid ▼ kind name category_id member_id
344 344 member Member of the Inner Bar of England and Wales (QC) in practice at 4 Paper Buildings, Temple, EC4 Employment, office, trade, profession or vocation e938d3aa The Rt Hon the Baroness Patricia Scotland of Asthal, QC 1592
345 345 partner Member of the Bar of England and Wales , Outer Temple Chambers, Temple, WC2 and St Johns Chambers, Bristol Employment, office, trade, profession or vocation e938d3aa The Rt Hon the Baroness Patricia Scotland of Asthal, QC 1592
346 346 member Non-Executive Director of UBS Limited (global financial services) (designate) Employment, office, trade, profession or vocation e938d3aa The Rt Hon the Baroness Patricia Scotland of Asthal, QC 1592
347 347 partner Recorder - Ministry of Justice Employment, office, trade, profession or vocation e938d3aa The Rt Hon the Baroness Patricia Scotland of Asthal, QC 1592
348 348 member Senior Adviser to Arcanum Global Employment, office, trade, profession or vocation e938d3aa The Rt Hon the Baroness Patricia Scotland of Asthal, QC 1592
349 349 member Member - Judicial and Legal Services Commission, Cayman Islands Employment, office, trade, profession or vocation e938d3aa The Rt Hon the Baroness Patricia Scotland of Asthal, QC 1592

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 21.909ms · Data source: See col-scraper on GitHub