items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2010-04-12-8f616a6e-10465-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 |
---|---|---|---|---|---|---|---|
6480694a3572257c4677b50b69f5844ab0c89785 | Name of donor: Corporate Technology and Investments Ltd | Sponsorships 8f616a6e | 2010-04-12 | Lembit Öpik uk.org.publicwhip/member/1720 | Lembit Öpik uk.org.publicwhip/person/10465 | 0 | 2010-04-12-8f616a6e-10465-0 |
0353b044424da35a040e90b803961f15cdc04c69 | Address of donor: 5 th Floor, Imperial House, 15-19 Kingsway, London WC2B 6UN | Sponsorships 8f616a6e | 2010-04-12 | Lembit Öpik uk.org.publicwhip/member/1720 | Lembit Öpik uk.org.publicwhip/person/10465 | 1 | 2010-04-12-8f616a6e-10465-0 |
6fb91d578bf2efe12925f60fa40bfe15f58df92d | Amount of donation or nature and value if donation in kind: donation of £2500 to my constituency party | Sponsorships 8f616a6e | 2010-04-12 | Lembit Öpik uk.org.publicwhip/member/1720 | Lembit Öpik uk.org.publicwhip/person/10465 | 2 | 2010-04-12-8f616a6e-10465-0 |
ba23c779693b9930f1263b79e6e1714fbf9ca26d | Donor status: company, registration number 0652257 | Sponsorships 8f616a6e | 2010-04-12 | Lembit Öpik uk.org.publicwhip/member/1720 | Lembit Öpik uk.org.publicwhip/person/10465 | 3 | 2010-04-12-8f616a6e-10465-0 |
be58559c015ad935eef6fad3c5fa62d66b88716c | (Registered 2 February 2010) | Sponsorships 8f616a6e | 2010-04-12 | Lembit Öpik uk.org.publicwhip/member/1720 | Lembit Öpik uk.org.publicwhip/person/10465 | 4 | 2010-04-12-8f616a6e-10465-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");