home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

4 rows where record_id = "2023-10-30-5f2cbd10-10213-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
dc02810b7c2a06aa24df81b8c21978b67aaf065d From 15 July 2021, Chair of the UK Abraham Accords Group, and from 17 January 2023 also an unpaid Director of Abraham Accords (UK) Ltd. The purpose of the group is to provide a UK forum to promote the Accords and the wider cause of peace across the Middle East. I consulted ACoBA about this unpaid role. (Registered 15 July 2021; updated 25 January 2023) Miscellaneous 5f2cbd10 2023-10-30   Liam Fox uk.org.publicwhip/person/10213 0 2023-10-30-5f2cbd10-10213-0
aad0c94fd42baec2e652fb01e516d6b41ffae7f5 From 30 July 2021, UK Chair, and from 23 May 2022, a Director of the Conservative Friends of America. These are unpaid roles. (Registered 30 July 2021; updated 16 June 2022) Miscellaneous 5f2cbd10 2023-10-30   Liam Fox uk.org.publicwhip/person/10213 1 2023-10-30-5f2cbd10-10213-0
c29555eb88ce785667c98949a47e9c58acba0ae0 From 13 September 2021, unpaid adviser to Arcs Energy. This is an unpaid role. (Registered 15 September 2021) Miscellaneous 5f2cbd10 2023-10-30   Liam Fox uk.org.publicwhip/person/10213 2 2023-10-30-5f2cbd10-10213-0
869875679718d92b6be0f97ced6f8ccd898766a2 From 5 September 2023, Member of the Advisory Board for Conservative Coalition for Climate Solutions (C3 Solutions). C3 Solutions is an educational organisation incorporated in Washington, DC. This is an unpaid role. (Registered 07 September 2023) Miscellaneous 5f2cbd10 2023-10-30   Liam Fox uk.org.publicwhip/person/10213 3 2023-10-30-5f2cbd10-10213-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE items (
        hash VARCHAR(40) NOT NULL,
        item TEXT,
        category_id TEXT,
        date TEXT,
        member_id TEXT,
        person_id TEXT,
        sort_order INTEGER,
        record_id TEXT,
        PRIMARY KEY (hash),
        FOREIGN KEY ("category_id") REFERENCES [categories](id),
        FOREIGN KEY ("member_id") REFERENCES [members](id),
        FOREIGN KEY ("person_id") REFERENCES [people](id)
    );
CREATE INDEX items_date ON items("date");
CREATE INDEX items_category_id ON items("category_id");
CREATE INDEX items_member_id ON items("member_id");
CREATE INDEX items_person_id ON items("person_id");
CREATE INDEX items_record_id ON items("record_id");
Powered by Datasette · Queries took 154.671ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette