items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2011-06-20-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 |
|---|---|---|---|---|---|---|---|
| 3a6a06395be9dbc0dabdd6a9d7933bdc81b66e93 | 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-06-20 | Eleanor Laing uk.org.publicwhip/member/40249 | Eleanor Laing uk.org.publicwhip/person/10348 | 0 | 2011-06-20-8f616a6e-10348-0 |
| e6c1527bcc8d6973f6ad40af70646897f878e9f9 | Name of donor: Don Lewin | Sponsorships 8f616a6e | 2011-06-20 | Eleanor Laing uk.org.publicwhip/member/40249 | Eleanor Laing uk.org.publicwhip/person/10348 | 1 | 2011-06-20-8f616a6e-10348-0 |
| d5e0a56ee9c3fb0eb6879bf09e125cf08a580c1a | Name of donor: Robin & Jean Llewellyn-Jones | Sponsorships 8f616a6e | 2011-06-20 | Eleanor Laing uk.org.publicwhip/member/40249 | Eleanor Laing uk.org.publicwhip/person/10348 | 6 | 2011-06-20-8f616a6e-10348-0 |
| abf2529e127e76f1b2142c8174d4005d40daacd3 | Address of donor: private | Sponsorships 8f616a6e | 2011-06-20 | Eleanor Laing uk.org.publicwhip/member/40249 | Eleanor Laing uk.org.publicwhip/person/10348 | 7 | 2011-06-20-8f616a6e-10348-0 |
| fe838ee9772ea601a831d124cabfe4f4fe61c405 | Amount of donation or nature and value if donation in kind: £5,000 | Sponsorships 8f616a6e | 2011-06-20 | Eleanor Laing uk.org.publicwhip/member/40249 | Eleanor Laing uk.org.publicwhip/person/10348 | 8 | 2011-06-20-8f616a6e-10348-0 |
| 7e87b8329503986ac39b99f2738858d7f77c1ace | Donor status: individual | Sponsorships 8f616a6e | 2011-06-20 | Eleanor Laing uk.org.publicwhip/member/40249 | Eleanor Laing uk.org.publicwhip/person/10348 | 9 | 2011-06-20-8f616a6e-10348-0 |
| ffb253c02fdd134f56fe76dae6e578e169e93355 | (Registered 25 June 2010) | Sponsorships 8f616a6e | 2011-06-20 | Eleanor Laing uk.org.publicwhip/member/40249 | Eleanor Laing uk.org.publicwhip/person/10348 | 10 | 2011-06-20-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");