items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2010-02-03-9e46def6-10034-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 |
|---|---|---|---|---|---|---|---|
| 57ebf7bb9e1faa8566a6114616fb686778d8e023 | My constituency party received the profit from an event held in the constituency in June 2008 to commemorate my 35 years as an MP. (Registered 11 February 2009) | Sponsorship or financial or material support 9e46def6 | 2010-02-03 | Alan Beith uk.org.publicwhip/member/1404 | Alan Beith uk.org.publicwhip/person/10034 | 0 | 2010-02-03-9e46def6-10034-0 |
| c319d542ce8ff115cdd12007488ebe89d09c1af4 | Name of donor: Christian Action Research and Education | Sponsorship or financial or material support 9e46def6 | 2010-02-03 | Alan Beith uk.org.publicwhip/member/1404 | Alan Beith uk.org.publicwhip/person/10034 | 1 | 2010-02-03-9e46def6-10034-0 |
| 43bb57611224cc29222498e039a871405ceb96cd | Address of donor: CARE, 53 Romney Street, London SW1P 3RF. | Sponsorship or financial or material support 9e46def6 | 2010-02-03 | Alan Beith uk.org.publicwhip/member/1404 | Alan Beith uk.org.publicwhip/person/10034 | 2 | 2010-02-03-9e46def6-10034-0 |
| b24dc4116ba48a15e71fc08ea5434f0aea6ab71b | Amount of donation or nature and value if donation in kind: the services of an intern for two days a week, estimated value £2500. The intern started work on 7 October 2009, and will finish on 30 July 2010. | Sponsorship or financial or material support 9e46def6 | 2010-02-03 | Alan Beith uk.org.publicwhip/member/1404 | Alan Beith uk.org.publicwhip/person/10034 | 3 | 2010-02-03-9e46def6-10034-0 |
| ba792055733b649355a735ec98405ea508feedc7 | Date of receipt: 7 October 2009 | Sponsorship or financial or material support 9e46def6 | 2010-02-03 | Alan Beith uk.org.publicwhip/member/1404 | Alan Beith uk.org.publicwhip/person/10034 | 4 | 2010-02-03-9e46def6-10034-0 |
| 5d2649b00ab2acd9b467021ea8308a34ae0096a3 | Date of acceptance: 7 October 2009 | Sponsorship or financial or material support 9e46def6 | 2010-02-03 | Alan Beith uk.org.publicwhip/member/1404 | Alan Beith uk.org.publicwhip/person/10034 | 5 | 2010-02-03-9e46def6-10034-0 |
| c7d2b3c3588cba783dabf920cbb4dc7a19167401 | Donor status: unincorporated association | Sponsorship or financial or material support 9e46def6 | 2010-02-03 | Alan Beith uk.org.publicwhip/member/1404 | Alan Beith uk.org.publicwhip/person/10034 | 6 | 2010-02-03-9e46def6-10034-0 |
| 2811026c2c77587bb712e1e62239e9d536612023 | (Registered 21 January 2010) | Sponsorship or financial or material support 9e46def6 | 2010-02-03 | Alan Beith uk.org.publicwhip/member/1404 | Alan Beith uk.org.publicwhip/person/10034 | 7 | 2010-02-03-9e46def6-10034-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");