items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2015-03-09-8f616a6e-24860-2" 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 |
---|---|---|---|---|---|---|---|
047557805c62c20dee5938babd869788c7bd008a | Name of donor: The Portcullis Club | Sponsorships 8f616a6e | 2015-03-09 | Jake Berry uk.org.publicwhip/member/40507 | Jake Berry uk.org.publicwhip/person/24860 | 0 | 2015-03-09-8f616a6e-24860-2 |
c037d401fc619d0eb2cba80b5c9be245520e0c49 | Address of donor: c/o 6 Manitoba Court, London SE16 7AY | Sponsorships 8f616a6e | 2015-03-09 | Jake Berry uk.org.publicwhip/member/40507 | Jake Berry uk.org.publicwhip/person/24860 | 1 | 2015-03-09-8f616a6e-24860-2 |
756ec7f101dc184929d2b74f49231e7ac9bc9f2f | Amount of donation or nature and value if donation in kind: £2,504.43 | Sponsorships 8f616a6e | 2015-03-09 | Jake Berry uk.org.publicwhip/member/40507 | Jake Berry uk.org.publicwhip/person/24860 | 2 | 2015-03-09-8f616a6e-24860-2 |
0e1d9269e9532b39315db31fee214c282b2a1be3 | Donor status: unincorporated association | Sponsorships 8f616a6e | 2015-03-09 | Jake Berry uk.org.publicwhip/member/40507 | Jake Berry uk.org.publicwhip/person/24860 | 3 | 2015-03-09-8f616a6e-24860-2 |
5a0de6e309eae5ee9a961e9b22a70ac56acf6884 | (Registered 20 June 2014) | Sponsorships 8f616a6e | 2015-03-09 | Jake Berry uk.org.publicwhip/member/40507 | Jake Berry uk.org.publicwhip/person/24860 | 4 | 2015-03-09-8f616a6e-24860-2 |
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");