items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-01-06-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 |
|---|---|---|---|---|---|---|---|
| a2c9ee0f1a8577c2e18dd354e4c503dd800f39f1 | 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 | 2010-01-06 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 0 | 2010-01-06-9e46def6-10761-0 |
| 7c3a53d95bccdf6898cfa59d18a8c31177facd01 | Daniel Lawrence, from Birmingham (personal donation) | Sponsorship or financial or material support 9e46def6 | 2010-01-06 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 1 | 2010-01-06-9e46def6-10761-0 |
| 7101bece8519288437e8e793043f8d162e5f14b1 | Henry Badenhorst, from London (personal donation) | Sponsorship or financial or material support 9e46def6 | 2010-01-06 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 2 | 2010-01-06-9e46def6-10761-0 |
| ebae7d496abb0e20391dbb97475f97cadd80d621 | Craig Fraser, from London (personal donation) | Sponsorship or financial or material support 9e46def6 | 2010-01-06 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 3 | 2010-01-06-9e46def6-10761-0 |
| e4084b757ccfc9c710df9fd3fa31372203282545 | May Fair Hotel (donation of services for auction) | Sponsorship or financial or material support 9e46def6 | 2010-01-06 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 4 | 2010-01-06-9e46def6-10761-0 |
| 685876ab8b30f901afaca8f765388a5b25cd4859 | (Registered 18 March 2009) | Sponsorship or financial or material support 9e46def6 | 2010-01-06 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 5 | 2010-01-06-9e46def6-10761-0 |
| 4fad5b0c9a0b43f869337beaf3572089c69d0bc0 | 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 | 2010-01-06 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 6 | 2010-01-06-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");