items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where record_id = "2023-09-18-5f2cbd10-24843-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 |
---|---|---|---|---|---|---|---|
a9a71deda30f9c2bce9ecd76a3baa46f06bcfa39 | From 6 January 2020, member of Swindon Towns Fund Board. This is an unpaid role. (Registered 22 January 2020) | Miscellaneous 5f2cbd10 | 2023-09-18 | Robert Buckland uk.org.publicwhip/person/24843 | 0 | 2023-09-18-5f2cbd10-24843-0 | |
2b0faa53da4f76fca9c58dbccb7cd14f987f138f | From 1 February 2022 until 7 September 2022, and again from 25 January 2023, Member of the Advisory Council of JUSTICE, a legal charity. This is an unpaid role. (Registered 02 February 2022; updated 30 September 2022 and 03 February 2023) | Miscellaneous 5f2cbd10 | 2023-09-18 | Robert Buckland uk.org.publicwhip/person/24843 | 1 | 2023-09-18-5f2cbd10-24843-0 | |
c5d2ffbd1f1c70b0553315db6de3567f5f0451a1 | From 8 February 2022 until 7 September 2022, Trustee of the Social Market Foundation. This was an unpaid role. (Registered 08 February 2022; updated 30 September 2022) | Miscellaneous 5f2cbd10 | 2023-09-18 | Robert Buckland uk.org.publicwhip/person/24843 | 2 | 2023-09-18-5f2cbd10-24843-0 | |
7412ee388c116ef0e861c0b7525957bc3fdaa7a7 | From 23 May 2022, a Director of the Conservative Friends of America. This is an unpaid role. (Registered 20 June 2022) | Miscellaneous 5f2cbd10 | 2023-09-18 | Robert Buckland uk.org.publicwhip/person/24843 | 3 | 2023-09-18-5f2cbd10-24843-0 | |
02336dc04a58c649785b87b6759ef891fa79fd7e | From 25 January 2023, a Senior Fellow at the Mossavar-Rahmani Center for Business & Government at Harvard Kennedy School. This is an unpaid role. (Registered 03 February 2023) | Miscellaneous 5f2cbd10 | 2023-09-18 | Robert Buckland uk.org.publicwhip/person/24843 | 4 | 2023-09-18-5f2cbd10-24843-0 | |
19046d68af674b6da8fcc296305217c365c1dac7 | From 2 April 2023, I have been appointed to lead an independent review for the Government into autism and employment. This is an unpaid role. (Registered 05 April 2023) | Miscellaneous 5f2cbd10 | 2023-09-18 | Robert Buckland uk.org.publicwhip/person/24843 | 5 | 2023-09-18-5f2cbd10-24843-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");