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