items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2015-03-30-8f616a6e-11946-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 |
---|---|---|---|---|---|---|---|
f5237ae91511b59a14717ece6408e5ae260a66d6 | Name of donor: Wrekin Conservative Association | Sponsorships 8f616a6e | 2015-03-30 | Mark Pritchard uk.org.publicwhip/member/40604 | Mark Pritchard uk.org.publicwhip/person/11946 | 0 | 2015-03-30-8f616a6e-11946-2 |
6d5ac521fabd8deb87e66278333f2d6a98af0eaa | Address of donor: RBR House, Hawksworth Road, Central Park, Telford TF2 9TU | Sponsorships 8f616a6e | 2015-03-30 | Mark Pritchard uk.org.publicwhip/member/40604 | Mark Pritchard uk.org.publicwhip/person/11946 | 1 | 2015-03-30-8f616a6e-11946-2 |
35aa2736a17b19636ef8d9743c8e35c4eec2d9b9 | Amount of donation or nature and value if donation in kind: £7,791.28 raised at a fundraising dinner held on 4 June 2014 (which includes no registrable donations). | Sponsorships 8f616a6e | 2015-03-30 | Mark Pritchard uk.org.publicwhip/member/40604 | Mark Pritchard uk.org.publicwhip/person/11946 | 2 | 2015-03-30-8f616a6e-11946-2 |
225bca252ee9ea9b2c2f291856552eff457db490 | Donor status: unincorporated association | Sponsorships 8f616a6e | 2015-03-30 | Mark Pritchard uk.org.publicwhip/member/40604 | Mark Pritchard uk.org.publicwhip/person/11946 | 3 | 2015-03-30-8f616a6e-11946-2 |
7e5563ca2c5d99802cb074742a25e014481fd0a7 | (Registered 23 March 2015) | Sponsorships 8f616a6e | 2015-03-30 | Mark Pritchard uk.org.publicwhip/member/40604 | Mark Pritchard uk.org.publicwhip/person/11946 | 4 | 2015-03-30-8f616a6e-11946-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");