items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
10 rows where record_id = "2014-11-24-8f616a6e-10075-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 |
|---|---|---|---|---|---|---|---|
| 591f7971d33fac55b91ceeb7713343fa2e1d350e | Donations to my constituency party or association, which have been or will be reported by my party to the Electoral Commission: | Sponsorships 8f616a6e | 2014-11-24 | Karen Buck uk.org.publicwhip/member/40655 | Karen Buck uk.org.publicwhip/person/10075 | 0 | 2014-11-24-8f616a6e-10075-0 |
| 3fe552eaf14a649a21ee5a20f85d30a073ef1a36 | Name of donor: Unite the Union | Sponsorships 8f616a6e | 2014-11-24 | Karen Buck uk.org.publicwhip/member/40655 | Karen Buck uk.org.publicwhip/person/10075 | 1 | 2014-11-24-8f616a6e-10075-0 |
| 88a8b64509bd1bcec54c41f78e4350580b8c362a | Address of donor: 128 Theobalds Road, London WC1X 8TN | Sponsorships 8f616a6e | 2014-11-24 | Karen Buck uk.org.publicwhip/member/40655 | Karen Buck uk.org.publicwhip/person/10075 | 2 | 2014-11-24-8f616a6e-10075-0 |
| 9a5025ab8bdadaa479c7471b8984975391a482ef | Amount of donation or nature and value if donation in kind: £3,000 | Sponsorships 8f616a6e | 2014-11-24 | Karen Buck uk.org.publicwhip/member/40655 | Karen Buck uk.org.publicwhip/person/10075 | 3 | 2014-11-24-8f616a6e-10075-0 |
| 85086e17949eb1d7d3f37728e9b87b6c65c14a39 | (Registered 4 April 2014) | Sponsorships 8f616a6e | 2014-11-24 | Karen Buck uk.org.publicwhip/member/40655 | Karen Buck uk.org.publicwhip/person/10075 | 5 | 2014-11-24-8f616a6e-10075-0 |
| fc91cb4831851be7ed1f47a64fbc0a016b1e88d7 | Name of donor: The GMB Union | Sponsorships 8f616a6e | 2014-11-24 | Karen Buck uk.org.publicwhip/member/40655 | Karen Buck uk.org.publicwhip/person/10075 | 6 | 2014-11-24-8f616a6e-10075-0 |
| bcfd14de3a6877e7da4e7641060f7b23b248d395 | Address of donor: St James Business Park, 81 Linwood Road, Paisley, PA3 3BB | Sponsorships 8f616a6e | 2014-11-24 | Karen Buck uk.org.publicwhip/member/40655 | Karen Buck uk.org.publicwhip/person/10075 | 7 | 2014-11-24-8f616a6e-10075-0 |
| 62b032a996e026d115df00cfac88d2edc2ac61d5 | Amount of donation or nature and value if donation in kind: £2,500 | Sponsorships 8f616a6e | 2014-11-24 | Karen Buck uk.org.publicwhip/member/40655 | Karen Buck uk.org.publicwhip/person/10075 | 8 | 2014-11-24-8f616a6e-10075-0 |
| 3ffde5779235d5e2906cd4594d1bfbede4726956 | Donor status: trade union | Sponsorships 8f616a6e | 2014-11-24 | Karen Buck uk.org.publicwhip/member/40655 | Karen Buck uk.org.publicwhip/person/10075 | 9 | 2014-11-24-8f616a6e-10075-0 |
| a51ba0626f1eb80edf0b42c408eef78bbae87454 | (Registered 9 April 2014) | Sponsorships 8f616a6e | 2014-11-24 | Karen Buck uk.org.publicwhip/member/40655 | Karen Buck uk.org.publicwhip/person/10075 | 10 | 2014-11-24-8f616a6e-10075-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");