items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-24878-6" 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 |
---|---|---|---|---|---|---|---|
fae0ffcab406014de7cf3b7fce9319242eaaf945 | Name of donor: Mark Barnes | Sponsorships 8f616a6e | 2015-03-30 | Nigel Adams uk.org.publicwhip/member/40523 | Nigel Adams uk.org.publicwhip/person/24878 | 0 | 2015-03-30-8f616a6e-24878-6 |
8b0d0dabdf071961cab3f498027c58767959dc0d | Address of donor: private | Sponsorships 8f616a6e | 2015-03-30 | Nigel Adams uk.org.publicwhip/member/40523 | Nigel Adams uk.org.publicwhip/person/24878 | 1 | 2015-03-30-8f616a6e-24878-6 |
3dcbab54c1cd6db34726e086cc62485d28d41019 | Amount of donation or nature and value if donation in kind: £1,700 donation towards tickets for fund raising event and auction items purchased at the event. | Sponsorships 8f616a6e | 2015-03-30 | Nigel Adams uk.org.publicwhip/member/40523 | Nigel Adams uk.org.publicwhip/person/24878 | 2 | 2015-03-30-8f616a6e-24878-6 |
e090c602be905de0bac5687be83905d3a0ccc777 | Date of receipt: 27 June 2014 | Sponsorships 8f616a6e | 2015-03-30 | Nigel Adams uk.org.publicwhip/member/40523 | Nigel Adams uk.org.publicwhip/person/24878 | 3 | 2015-03-30-8f616a6e-24878-6 |
72f02c4ca03d6167dfa72194580b568832306f4c | Date of acceptance: 28 June 2014 | Sponsorships 8f616a6e | 2015-03-30 | Nigel Adams uk.org.publicwhip/member/40523 | Nigel Adams uk.org.publicwhip/person/24878 | 4 | 2015-03-30-8f616a6e-24878-6 |
1eba7fe3ae717a5cd2b3cce64d0de88833dabf05 | Donor status: individual | Sponsorships 8f616a6e | 2015-03-30 | Nigel Adams uk.org.publicwhip/member/40523 | Nigel Adams uk.org.publicwhip/person/24878 | 5 | 2015-03-30-8f616a6e-24878-6 |
64feaf3218bafe39bc4d3391ecae2f625f2898fe | (Registered 9 July 2014) | Sponsorships 8f616a6e | 2015-03-30 | Nigel Adams uk.org.publicwhip/member/40523 | Nigel Adams uk.org.publicwhip/person/24878 | 6 | 2015-03-30-8f616a6e-24878-6 |
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");