items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where record_id = "2014-07-28-8f616a6e-24859-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 |
---|---|---|---|---|---|---|---|
e7eddde905d274b4f6f0bf54285d7b96eabbfcef | Donations to my constituency party or association, which have been or will be reported by my party to the Electoral Commission: | Sponsorships 8f616a6e | 2014-07-28 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 0 | 2014-07-28-8f616a6e-24859-0 |
1291fbd4b5232a378dd477721cbb763f51b001e1 | Name of donor: Sun Mark Ltd | Sponsorships 8f616a6e | 2014-07-28 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 1 | 2014-07-28-8f616a6e-24859-0 |
db505586d5b06583bb998d86624fba7db7486c59 | Address of donor: Sun House, 428 Long Drive, Greenford, Middlesex UB6 8UH | Sponsorships 8f616a6e | 2014-07-28 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 2 | 2014-07-28-8f616a6e-24859-0 |
58a3aa34fad857f92893f5e7ec045498feb31c7b | Amount of donation or nature and value if donation in kind: £3,000 | Sponsorships 8f616a6e | 2014-07-28 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 3 | 2014-07-28-8f616a6e-24859-0 |
89c80b551bcd538d4e1aa39f34ec277bbf28532c | Donor status: company, registration 03010238 | Sponsorships 8f616a6e | 2014-07-28 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 4 | 2014-07-28-8f616a6e-24859-0 |
9440fca9e545e644bb273ad3fb441dcca12b147f | (Registered 18 July 2013) | Sponsorships 8f616a6e | 2014-07-28 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 5 | 2014-07-28-8f616a6e-24859-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");