items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2014-11-24-8f616a6e-10454-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 |
|---|---|---|---|---|---|---|---|
| 086b93236e010254a06ad3428b360127bfa4bc30 | Support in the capacity as an MP: | Sponsorships 8f616a6e | 2014-11-24 | Paul Murphy uk.org.publicwhip/member/40612 | Paul Murphy uk.org.publicwhip/person/10454 | 0 | 2014-11-24-8f616a6e-10454-0 |
| 7a2c849a672e5d112fb2d9934b34dde1951aca7b | Name of donor: Catholic Bishops Conference of England and Wales | Sponsorships 8f616a6e | 2014-11-24 | Paul Murphy uk.org.publicwhip/member/40612 | Paul Murphy uk.org.publicwhip/person/10454 | 1 | 2014-11-24-8f616a6e-10454-0 |
| 2e0f80bf3e8d9ea46db1bf6c8594947c4277145f | Address of donor: 39 Eccleston Sq, London SW1V 1BX | Sponsorships 8f616a6e | 2014-11-24 | Paul Murphy uk.org.publicwhip/member/40612 | Paul Murphy uk.org.publicwhip/person/10454 | 2 | 2014-11-24-8f616a6e-10454-0 |
| 4f69e6745813ae9846f0dc170e9d95eb72746028 | Amount of donation or nature and value if donation in kind: An educational allowance of £4,884 and accommodation will be provided for an intern in my parliamentary office for 10 months: October 2012–July 2013 | Sponsorships 8f616a6e | 2014-11-24 | Paul Murphy uk.org.publicwhip/member/40612 | Paul Murphy uk.org.publicwhip/person/10454 | 3 | 2014-11-24-8f616a6e-10454-0 |
| ef9cc520d0f7ef5bfaff0c6f6e472e613f6ead14 | Date of receipt: 20 September 2012 | Sponsorships 8f616a6e | 2014-11-24 | Paul Murphy uk.org.publicwhip/member/40612 | Paul Murphy uk.org.publicwhip/person/10454 | 4 | 2014-11-24-8f616a6e-10454-0 |
| b9df1b9d06b4db0d076744292babe9a307b27697 | Date of acceptance: 3 October 2012 | Sponsorships 8f616a6e | 2014-11-24 | Paul Murphy uk.org.publicwhip/member/40612 | Paul Murphy uk.org.publicwhip/person/10454 | 5 | 2014-11-24-8f616a6e-10454-0 |
| 79556bf1dc23b4a2b961647b6ac77d4d77866e78 | Donor status: Registered charity | Sponsorships 8f616a6e | 2014-11-24 | Paul Murphy uk.org.publicwhip/member/40612 | Paul Murphy uk.org.publicwhip/person/10454 | 6 | 2014-11-24-8f616a6e-10454-0 |
| 6fa1512f7c8e7a96a1931cf4c3e8570d68ef16a7 | (Registered 21 November 2012) | Sponsorships 8f616a6e | 2014-11-24 | Paul Murphy uk.org.publicwhip/member/40612 | Paul Murphy uk.org.publicwhip/person/10454 | 7 | 2014-11-24-8f616a6e-10454-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");