home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2023-10-16-5f2cbd10-25793-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
a034277ca1d90466e0e2ae30a276cc379b253ba6 Trustee of Thormanby United Charities, which supports residents of Thormanby who face personal hardship. (Registered 10 January 2020) Miscellaneous 5f2cbd10 2023-10-16   Peter Gibson uk.org.publicwhip/person/25793 0 2023-10-16-5f2cbd10-25793-0
40132f52ce103a13520e6dba3215d03ffc5ce757 Trustee and Director of two hospices: North Yorkshire Hospice Care and Herriot Hospice Homecare. (Registered 10 January 2020; updated 27 July 2023) Miscellaneous 5f2cbd10 2023-10-16   Peter Gibson uk.org.publicwhip/person/25793 1 2023-10-16-5f2cbd10-25793-0
a07a0b22f6e690f83823ef6ee38790ee1cde231d Practising solicitor registered on the roll. (Registered 10 January 2020) Miscellaneous 5f2cbd10 2023-10-16   Peter Gibson uk.org.publicwhip/person/25793 2 2023-10-16-5f2cbd10-25793-0
fd8fb1cc56345ef82dad26a2c1c61b7c51441fbd Trustee Deputy, Attorney and Executor of many trusts, estates and individuals' affairs accumulated through my professional role as a solicitor. (Registered 10 January 2020) Miscellaneous 5f2cbd10 2023-10-16   Peter Gibson uk.org.publicwhip/person/25793 3 2023-10-16-5f2cbd10-25793-0
88616040bf774b40dd1a274545d53cbc871c85f4 From 20 June 2021, unpaid Director of the Northern Research Group Ltd, a shared services company for northern MPs, which became active on 16 June 2021. (Registered 28 September 2021) Miscellaneous 5f2cbd10 2023-10-16   Peter Gibson uk.org.publicwhip/person/25793 4 2023-10-16-5f2cbd10-25793-0
ea2c1ff8a4e858ce9433dfc83d0443ae26cc8c4d From 18 July 2023, Trustee and Director of Just B Bereavement and Mental Health Support. (Registered 27 July 2023) Miscellaneous 5f2cbd10 2023-10-16   Peter Gibson uk.org.publicwhip/person/25793 5 2023-10-16-5f2cbd10-25793-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 15.003ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette