items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2023-10-16-5f2cbd10-24817-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 |
|---|---|---|---|---|---|---|---|
| 0114d8dea6fcc0bc20103b25f04979250ec0e9e0 | Director (unpaid) of The Norfolk Way, a non-profit social enterprise. (Registered 02 February 2018) | Miscellaneous 5f2cbd10 | 2023-10-16 | George Freeman uk.org.publicwhip/person/24817 | 0 | 2023-10-16-5f2cbd10-24817-0 | |
| e950bd5e9531c084fd1c2ca408a5cd1b0d1b56fb | From 1 April 2020, Trustee (unpaid) of the Big Tent Foundation, a not-for-profit non-party foundation for the renewal of mainstream political engagement. (Registered 02 February 2018; updated 17 February 2021) | Miscellaneous 5f2cbd10 | 2023-10-16 | George Freeman uk.org.publicwhip/person/24817 | 1 | 2023-10-16-5f2cbd10-24817-0 | |
| 566b0e7fa3716094347445889740e6d35bd1928a | From 1 November 2018, Chair (unpaid) of Bridge of Hope, a not-for-profit project, set up by the Racing Foundation and RESUME Foundation, to help the marginalised gain a job in the horseracing industry. (Registered 17 February 2021) | Miscellaneous 5f2cbd10 | 2023-10-16 | George Freeman uk.org.publicwhip/person/24817 | 2 | 2023-10-16-5f2cbd10-24817-0 | |
| 3aa6cf112fa54251b17839797735f28f0deacab3 | From 2 April 2023, in my capacity as a Norfolk MP, I am a trustee for Aviornis UK â a Rare Birds Breeds Charity. This is an unpaid role. (Registered 14 June 2023) | Miscellaneous 5f2cbd10 | 2023-10-16 | George Freeman uk.org.publicwhip/person/24817 | 3 | 2023-10-16-5f2cbd10-24817-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");