items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
10 rows where record_id = "2010-03-24-8f616a6e-10169-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 |
|---|---|---|---|---|---|---|---|
| 2cfb6fd0854fc2f289cc978e7be6d71b75e19900 | Name of donor: GMB Union (London Region) | Sponsorships 8f616a6e | 2010-03-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 0 | 2010-03-24-8f616a6e-10169-0 |
| f16b64d903e8d0ddacd33f28dadc3a237f80a7d4 | Address of donor: 152 Brent St, London NW4 2DP | Sponsorships 8f616a6e | 2010-03-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 1 | 2010-03-24-8f616a6e-10169-0 |
| b9a9fa0b54cdf2a9ecabcd232a44c7a77aef4f6c | Amount of donation or nature and value if donation in kind: £2,000 donation to my constituency party | Sponsorships 8f616a6e | 2010-03-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 2 | 2010-03-24-8f616a6e-10169-0 |
| 3313e24bab6eabb3d5d3d9ad1d1592c86c3f5e32 | Donor status: trade union | Sponsorships 8f616a6e | 2010-03-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 3 | 2010-03-24-8f616a6e-10169-0 |
| e6a17aa5c260f3e30ccef539c23db7e81c796f0b | (Registered 12 February 2010) | Sponsorships 8f616a6e | 2010-03-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 4 | 2010-03-24-8f616a6e-10169-0 |
| 3a3d5dac791985e2998c47eed0b59bce9c51d4c4 | Name of donor: Fire Brigades Union | Sponsorships 8f616a6e | 2010-03-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 5 | 2010-03-24-8f616a6e-10169-0 |
| d4ca407d1d0efd4d1ae04cb6adfdf84e2d711bb6 | Address of donor: Bradley House, 68 Coombe Road, Kingston upon Thames, Surrey KT2 7AE. | Sponsorships 8f616a6e | 2010-03-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 6 | 2010-03-24-8f616a6e-10169-0 |
| f1329fd3b9ba4e6012245c03346f002d91e9a168 | Amount of donation or nature and value if donation in kind: £10,000 paid to the constituency party. The party has reported this to the Electoral Commission, or will do so in its next quarterly report. | Sponsorships 8f616a6e | 2010-03-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 7 | 2010-03-24-8f616a6e-10169-0 |
| 7c85aa2d03e093e29e4367dd41a551db47d2b5aa | Donor status: trade union. | Sponsorships 8f616a6e | 2010-03-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 8 | 2010-03-24-8f616a6e-10169-0 |
| 01f5abd2387c395ebde4dfaaffbf1d8a560a2365 | (Registered 17 March 2010) | Sponsorships 8f616a6e | 2010-03-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 9 | 2010-03-24-8f616a6e-10169-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");