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