items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where record_id = "2023-09-04-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 |
---|---|---|---|---|---|---|---|
b888adb8e08c48fffec5609137642a873a4ce173 | Trustee of Thormanby United Charities, which supports residents of Thormanby who face personal hardship. (Registered 10 January 2020) | Miscellaneous 5f2cbd10 | 2023-09-04 | Peter Gibson uk.org.publicwhip/person/25793 | 0 | 2023-09-04-5f2cbd10-25793-0 | |
5689c2e67ad67a1bd1499e678d2370033e25f22c | 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-09-04 | Peter Gibson uk.org.publicwhip/person/25793 | 1 | 2023-09-04-5f2cbd10-25793-0 | |
acc428417e3a026d9699aaae4f8913661ea1ece2 | Practising solicitor registered on the roll. (Registered 10 January 2020) | Miscellaneous 5f2cbd10 | 2023-09-04 | Peter Gibson uk.org.publicwhip/person/25793 | 2 | 2023-09-04-5f2cbd10-25793-0 | |
2b0e6d2593b844acbefcb0e6ddf2e2979482cbcd | 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-09-04 | Peter Gibson uk.org.publicwhip/person/25793 | 3 | 2023-09-04-5f2cbd10-25793-0 | |
4694fc69b63fa0218f13348a6bb243c58cd2ab7a | 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-09-04 | Peter Gibson uk.org.publicwhip/person/25793 | 4 | 2023-09-04-5f2cbd10-25793-0 | |
a4988b3256adc32b12e06899ffe1aa6c72517267 | From 18 July 2023, Trustee and Director of Just B Bereavement and Mental Health Support. (Registered 27 July 2023) | Miscellaneous 5f2cbd10 | 2023-09-04 | Peter Gibson uk.org.publicwhip/person/25793 | 5 | 2023-09-04-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");