items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where record_id = "2023-10-30-5f2cbd10-25793-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
9c2e960da2d68071c18a6f927218ec007ddb44b8 | Trustee of Thormanby United Charities, which supports residents of Thormanby who face personal hardship. (Registered 10 January 2020) | Miscellaneous 5f2cbd10 | 2023-10-30 | Peter Gibson uk.org.publicwhip/person/25793 | 0 | 2023-10-30-5f2cbd10-25793-0 | |
10d17af435225aa542bd88c51c59633225a091d8 | 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-30 | Peter Gibson uk.org.publicwhip/person/25793 | 1 | 2023-10-30-5f2cbd10-25793-0 | |
ff8f3976bff4875603e16325f4dd4b2d15c8da96 | Practising solicitor registered on the roll. (Registered 10 January 2020) | Miscellaneous 5f2cbd10 | 2023-10-30 | Peter Gibson uk.org.publicwhip/person/25793 | 2 | 2023-10-30-5f2cbd10-25793-0 | |
8b63f0941980602940a9fdee476534fabb6b635c | 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-30 | Peter Gibson uk.org.publicwhip/person/25793 | 3 | 2023-10-30-5f2cbd10-25793-0 | |
96a715a973d0de00fdff327e8714b852396fbd8b | 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-30 | Peter Gibson uk.org.publicwhip/person/25793 | 4 | 2023-10-30-5f2cbd10-25793-0 | |
aced59d769907a54d0ffdfcac492ba03a888cb2f | From 18 July 2023, Trustee and Director of Just B Bereavement and Mental Health Support. (Registered 27 July 2023) | Miscellaneous 5f2cbd10 | 2023-10-30 | Peter Gibson uk.org.publicwhip/person/25793 | 5 | 2023-10-30-5f2cbd10-25793-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");