items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2009-12-10-9e46def6-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 |
|---|---|---|---|---|---|---|---|
| 2ad803d3942b2b361f3104a828677e16f09f6ccb | At a dinner which I hosted in London for the Rhondda Labour Party donations to the Rhondda Labour Party were made by the following: | Sponsorship or financial or material support 9e46def6 | 2009-12-10 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 0 | 2009-12-10-9e46def6-10761-0 |
| 74bb04b05919885d5174c116e8123eb8ad5c141f | Daniel Lawrence, from Birmingham (personal donation) | Sponsorship or financial or material support 9e46def6 | 2009-12-10 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 1 | 2009-12-10-9e46def6-10761-0 |
| 1d7460f27a10196d1c4110536c3fde883f66d1ae | Henry Badenhorst, from London (personal donation) | Sponsorship or financial or material support 9e46def6 | 2009-12-10 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 2 | 2009-12-10-9e46def6-10761-0 |
| 345acff3ea680a6695f5f43070430ae07575150a | Craig Fraser, from London (personal donation) | Sponsorship or financial or material support 9e46def6 | 2009-12-10 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 3 | 2009-12-10-9e46def6-10761-0 |
| 626cc202453833e7443e2834063f132290af8f5e | May Fair Hotel (donation of services for auction) | Sponsorship or financial or material support 9e46def6 | 2009-12-10 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 4 | 2009-12-10-9e46def6-10761-0 |
| 494743771a53352287146b54bf885401b5393a87 | (Registered 18 March 2009) | Sponsorship or financial or material support 9e46def6 | 2009-12-10 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 5 | 2009-12-10-9e46def6-10761-0 |
| 787d426b94edffbcd0a6d72fed8b917241d2c622 | Fundraising dinner held by the Rhondda Labour Party in Tonypandy on 16 April 2009. (Registered 7 May 2009) | Sponsorship or financial or material support 9e46def6 | 2009-12-10 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 6 | 2009-12-10-9e46def6-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");