items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2015-03-30-9e46def6-11858-1" 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 |
|---|---|---|---|---|---|---|---|
| e3f988242fb76225cc4719d550fa099528d9700d | Name of donor: The Dental Centre | Sponsorship or financial or material support 9e46def6 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 0 | 2015-03-30-9e46def6-11858-1 |
| 36f8016eb5ccfea0dfea6362950a6314bf482298 | Address of donor: 19 Station Road, Addlestone, Surrey KT15 2AL | Sponsorship or financial or material support 9e46def6 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 1 | 2015-03-30-9e46def6-11858-1 |
| 78a2886b34f9a42f0fd5df97e3b4b1f409b736ae | Amount of donation or nature and value if donation in kind: £250 a month from 28 October 2011; value £3,000 a year in 2011-12, 2012-13, 2013-14 and 2014-15 | Sponsorship or financial or material support 9e46def6 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 2 | 2015-03-30-9e46def6-11858-1 |
| 184031c62901b1584f935e599646edb7ae3b023e | Donor status: company, registration 05971338 | Sponsorship or financial or material support 9e46def6 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 3 | 2015-03-30-9e46def6-11858-1 |
| 660871862ec61c547d2f4d52ef062685436113b6 | (Registered 29 December 2011; updated 22 January 2013, 7 February 2014 and 17 February 2015) | Sponsorship or financial or material support 9e46def6 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 4 | 2015-03-30-9e46def6-11858-1 |
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");