items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2015-03-30-8f616a6e-10080-4" 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 |
---|---|---|---|---|---|---|---|
9d6d8934e8c519ed75f47d663156bed2cb9eb392 | Name of donor: Smith and Byford Ltd | Sponsorships 8f616a6e | 2015-03-30 | Paul Burstow uk.org.publicwhip/member/40594 | Paul Burstow uk.org.publicwhip/person/10080 | 0 | 2015-03-30-8f616a6e-10080-4 |
daa774f8222aebf4340189c9d912a928a8845be9 | Address of donor: St. George’s House, Station Approach, Cheam SM2 7AT | Sponsorships 8f616a6e | 2015-03-30 | Paul Burstow uk.org.publicwhip/member/40594 | Paul Burstow uk.org.publicwhip/person/10080 | 1 | 2015-03-30-8f616a6e-10080-4 |
79e5f7d575300cfd9fc29c48dd427e36ba5163d2 | Amount of donation or nature and value if donation in kind: £2,500 | Sponsorships 8f616a6e | 2015-03-30 | Paul Burstow uk.org.publicwhip/member/40594 | Paul Burstow uk.org.publicwhip/person/10080 | 2 | 2015-03-30-8f616a6e-10080-4 |
0d173a28f767f2b6b9a5792c82f70777df352f7d | Donor status: company, registration 01074356 | Sponsorships 8f616a6e | 2015-03-30 | Paul Burstow uk.org.publicwhip/member/40594 | Paul Burstow uk.org.publicwhip/person/10080 | 3 | 2015-03-30-8f616a6e-10080-4 |
45598faae59ef00499a069c0410759db6f38f9bf | (Registered 13 March 2015) | Sponsorships 8f616a6e | 2015-03-30 | Paul Burstow uk.org.publicwhip/member/40594 | Paul Burstow uk.org.publicwhip/person/10080 | 4 | 2015-03-30-8f616a6e-10080-4 |
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");