items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where record_id = "2023-10-30-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 |
|---|---|---|---|---|---|---|---|
| e9b96bcbbbec04cb38fe1a0e3ce7837b6b0c8a60 | From 6 January 2020, member of Swindon Towns Fund Board. This is an unpaid role. (Registered 22 January 2020) | Miscellaneous 5f2cbd10 | 2023-10-30 | Robert Buckland uk.org.publicwhip/person/24843 | 0 | 2023-10-30-5f2cbd10-24843-0 | |
| c7711cf9f84a238d4322a4302dffbd7fc1e0d0fa | 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-10-30 | Robert Buckland uk.org.publicwhip/person/24843 | 1 | 2023-10-30-5f2cbd10-24843-0 | |
| bb68ed70f94f92fb59c53c3759f76a680aaaab5f | From 23 May 2022, a Director of the Conservative Friends of America. This is an unpaid role. (Registered 20 June 2022) | Miscellaneous 5f2cbd10 | 2023-10-30 | Robert Buckland uk.org.publicwhip/person/24843 | 2 | 2023-10-30-5f2cbd10-24843-0 | |
| 258ced8dfe72c4ce5d22e751ed3715349159290c | 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-10-30 | Robert Buckland uk.org.publicwhip/person/24843 | 3 | 2023-10-30-5f2cbd10-24843-0 | |
| a9322de135e9c78ef9f4490a75e67a1078f1d641 | 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-10-30 | Robert Buckland uk.org.publicwhip/person/24843 | 4 | 2023-10-30-5f2cbd10-24843-0 | |
| 34f59a810cbf858534c15d1547c91e359c61a4fc | From 1 October 2023, a Member of the Swindon Futures Commission, which is a group examining future inward investment opportunities for Swindon. I consulted ACoBA about this unpaid role. (Registered 12 October 2023) | Miscellaneous 5f2cbd10 | 2023-10-30 | Robert Buckland uk.org.publicwhip/person/24843 | 5 | 2023-10-30-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");