items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where record_id = "2023-10-16-5f2cbd10-25637-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 |
---|---|---|---|---|---|---|---|
1ca0da8b2a11c6cdf37bbb70fe0f15279713edc0 | Until 7 March 2023, Director, unpaid, of the Office of Darren Jones Ltd. (Registered 19 October 2017; updated 03 April 2023) | Miscellaneous 5f2cbd10 | 2023-10-16 | Darren Jones uk.org.publicwhip/person/25637 | 0 | 2023-10-16-5f2cbd10-25637-0 | |
ecd5b6d3d52851d775a04df3f9a98bcd0561dcf5 | I am the director of the Henacre Charitable Fund (the "Henacre Trust") launched on 8 March 2019. This is a named trust owned and operated by the Quartet Community Foundation on my behalf. The Henacre Trust will make charitable grants to young people from Bristol North West. (Registered 11 March 2019) | Miscellaneous 5f2cbd10 | 2023-10-16 | Darren Jones uk.org.publicwhip/person/25637 | 1 | 2023-10-16-5f2cbd10-25637-0 | |
2431b16c23dbeb2a3b903e24af9c8b6f282a989a | From 1 May 2019, Chairman, currently unpaid, of the advisory board of the Interparliamentary Forum on Emerging Technologies (formerly the Institute of Artificial Intelligence until 1 December 2022), a not for profit organisation working with legislators from across the world on the topic of regulation of artificial intelligence. The Institute of Artificial Intelligence was the trading name of the Office for the Regulation of Artificial Intelligence Limited (dissolved on 13 December 2022). (Registered 05 June 2019; updated 11 April 2023 and 18 April 2023) | Miscellaneous 5f2cbd10 | 2023-10-16 | Darren Jones uk.org.publicwhip/person/25637 | 2 | 2023-10-16-5f2cbd10-25637-0 | |
692d7a609177d477b83c297d0933ef535d3c467d | From 20 March 2023 until 19 March 2027, Foundation Director to the Cardinal Newman Catholic Educational Trust. This is an unpaid role. (Registered 30 March 2023) | Miscellaneous 5f2cbd10 | 2023-10-16 | Darren Jones uk.org.publicwhip/person/25637 | 3 | 2023-10-16-5f2cbd10-25637-0 | |
1446dfb22a498fe667b77464e7815386f7471ffa | Chair of Labour Digital, a members' association for those with an interest in technology. This is an unpaid role. (Registered 03 April 2023) | Miscellaneous 5f2cbd10 | 2023-10-16 | Darren Jones uk.org.publicwhip/person/25637 | 4 | 2023-10-16-5f2cbd10-25637-0 | |
2e639dc1ded3dfd91226353cd4a9e79b73c7a849 | From 1 June 2023, Member of the Programme Committee at the Ditchley Foundation. This is an unpaid role. (Registered 21 June 2023) | Miscellaneous 5f2cbd10 | 2023-10-16 | Darren Jones uk.org.publicwhip/person/25637 | 5 | 2023-10-16-5f2cbd10-25637-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");