items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2011-07-06-8f616a6e-10348-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 |
|---|---|---|---|---|---|---|---|
| ab3889a94972a7a830b4854186cf2a421e78c7c7 | 4(a) Donations to my constituency party or association, which have been or will be reported by my party to the Electoral Commission: | Sponsorships 8f616a6e | 2011-07-06 | Eleanor Laing uk.org.publicwhip/member/40249 | Eleanor Laing uk.org.publicwhip/person/10348 | 0 | 2011-07-06-8f616a6e-10348-0 |
| a074b2d010facaff3cc3450b5fa238dae4dc7283 | Name of donor: Don Lewin | Sponsorships 8f616a6e | 2011-07-06 | Eleanor Laing uk.org.publicwhip/member/40249 | Eleanor Laing uk.org.publicwhip/person/10348 | 1 | 2011-07-06-8f616a6e-10348-0 |
| f5e54f9c445eb6bcca794c49edc6ae288505db4f | Name of donor: Robin & Jean Llewellyn-Jones | Sponsorships 8f616a6e | 2011-07-06 | Eleanor Laing uk.org.publicwhip/member/40249 | Eleanor Laing uk.org.publicwhip/person/10348 | 6 | 2011-07-06-8f616a6e-10348-0 |
| 21122f639b651e02bbee8dbcb7f5e92dc3b85f52 | Address of donor: private | Sponsorships 8f616a6e | 2011-07-06 | Eleanor Laing uk.org.publicwhip/member/40249 | Eleanor Laing uk.org.publicwhip/person/10348 | 7 | 2011-07-06-8f616a6e-10348-0 |
| d548e7efd04675e1b7fa5e6ea6ee238e799dac9a | Amount of donation or nature and value if donation in kind: £5,000 | Sponsorships 8f616a6e | 2011-07-06 | Eleanor Laing uk.org.publicwhip/member/40249 | Eleanor Laing uk.org.publicwhip/person/10348 | 8 | 2011-07-06-8f616a6e-10348-0 |
| 3f245b1811c2a388351cf67b5d20a0dfab19bb12 | Donor status: individual | Sponsorships 8f616a6e | 2011-07-06 | Eleanor Laing uk.org.publicwhip/member/40249 | Eleanor Laing uk.org.publicwhip/person/10348 | 9 | 2011-07-06-8f616a6e-10348-0 |
| 6922d1821abf0cbcab4c82504c2d799428619fd2 | (Registered 25 June 2010) | Sponsorships 8f616a6e | 2011-07-06 | Eleanor Laing uk.org.publicwhip/member/40249 | Eleanor Laing uk.org.publicwhip/person/10348 | 10 | 2011-07-06-8f616a6e-10348-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");