items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2023-10-16-5f2cbd10-10761-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 |
|---|---|---|---|---|---|---|---|
| ddf59aaf6d3df77ed0e32575fced1ffbb467f140 | From 1 July 2022, a trustee of Rhondda Arts Festival in Treorchy (RAFT). This is an unpaid role. (Registered 17 August 2020; updated 27 February 2023) | Miscellaneous 5f2cbd10 | 2023-10-16 | Chris Bryant uk.org.publicwhip/person/10761 | 0 | 2023-10-16-5f2cbd10-10761-0 | |
| f0cc4678725babf84273722afc085f0c3ea5d141 | From 13 October 2022, a Member of the National Institute for Healthcare Research (NIHR) Brain Injury MedTech Co-operative Advisory Board. This is an unpaid role. (Registered 19 October 2022) | Miscellaneous 5f2cbd10 | 2023-10-16 | Chris Bryant uk.org.publicwhip/person/10761 | 1 | 2023-10-16-5f2cbd10-10761-0 | |
| 681d791235f6d61859393a322ffe8a4c256b98f9 | From 31 December 2020, a trustee of the History of Parliament Trust. This is an unpaid role. (Registered 27 February 2023) | Miscellaneous 5f2cbd10 | 2023-10-16 | Chris Bryant uk.org.publicwhip/person/10761 | 2 | 2023-10-16-5f2cbd10-10761-0 | |
| 5c50fefd582801324d1c2c6d5988b1e13bac925f | From 21 March 2021, a trustee of the Mabon Trust, which offers small grants to community projects, organisations, individuals and charities in the Rhondda. This is an unpaid role. (Registered 27 February 2023) | Miscellaneous 5f2cbd10 | 2023-10-16 | Chris Bryant uk.org.publicwhip/person/10761 | 3 | 2023-10-16-5f2cbd10-10761-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");