items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-02-03-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 |
|---|---|---|---|---|---|---|---|
| 8595fc4ca78d7342805e965da36164d7f151bf97 | 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-02-03 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 0 | 2010-02-03-9e46def6-10761-0 |
| bc5db1e478554fb28151f96b0aec8d75493276f1 | Daniel Lawrence, from Birmingham (personal donation) | Sponsorship or financial or material support 9e46def6 | 2010-02-03 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 1 | 2010-02-03-9e46def6-10761-0 |
| bea5804312e5fb4c41f02a84df3dbf23e077951a | Henry Badenhorst, from London (personal donation) | Sponsorship or financial or material support 9e46def6 | 2010-02-03 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 2 | 2010-02-03-9e46def6-10761-0 |
| 87fee2e8846a2d8456f744e84d36fdff3bd2d16c | Craig Fraser, from London (personal donation) | Sponsorship or financial or material support 9e46def6 | 2010-02-03 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 3 | 2010-02-03-9e46def6-10761-0 |
| b3fad874ea937af07128481c5f177ebe2a8caacf | May Fair Hotel (donation of services for auction) | Sponsorship or financial or material support 9e46def6 | 2010-02-03 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 4 | 2010-02-03-9e46def6-10761-0 |
| 339a40fd308b663c2839b1f51a1039883dddea55 | (Registered 18 March 2009) | Sponsorship or financial or material support 9e46def6 | 2010-02-03 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 5 | 2010-02-03-9e46def6-10761-0 |
| 08faa012ec48a849472a21156a66c0b09b12fc2e | 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-02-03 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 6 | 2010-02-03-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");