items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-10040-1" 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 |
|---|---|---|---|---|---|---|---|
| 095b8d92d51533ae671234c515c7f1a4c2546a4d | Name of donor: Vascroft Contractors Ltd | Sponsorships 8f616a6e | 2015-03-30 | John Bercow uk.org.publicwhip/member/40131 | John Bercow uk.org.publicwhip/person/10040 | 0 | 2015-03-30-8f616a6e-10040-1 |
| 583d320cbbd76d5010852276860beeb30f37b62e | Address of donor: Vascroft Estate, 861 Coronation Rd, London NW10 7PT | Sponsorships 8f616a6e | 2015-03-30 | John Bercow uk.org.publicwhip/member/40131 | John Bercow uk.org.publicwhip/person/10040 | 1 | 2015-03-30-8f616a6e-10040-1 |
| 92057ce008dcd4cbccd3951861f3ceda55f7bcd5 | Amount of donation or nature and value if donation in kind: £3,500 | Sponsorships 8f616a6e | 2015-03-30 | John Bercow uk.org.publicwhip/member/40131 | John Bercow uk.org.publicwhip/person/10040 | 2 | 2015-03-30-8f616a6e-10040-1 |
| 4809c1374e9b407b366803b1d81a62bc60dd791f | Date of receipt: 23 May 2014 | Sponsorships 8f616a6e | 2015-03-30 | John Bercow uk.org.publicwhip/member/40131 | John Bercow uk.org.publicwhip/person/10040 | 3 | 2015-03-30-8f616a6e-10040-1 |
| 9eab0001f186820bc5e071fd3fa2361e1b529664 | Date of acceptance: 18 June 2014 | Sponsorships 8f616a6e | 2015-03-30 | John Bercow uk.org.publicwhip/member/40131 | John Bercow uk.org.publicwhip/person/10040 | 4 | 2015-03-30-8f616a6e-10040-1 |
| fbb0cfb7dac2c89baeecc2040a5dea6b7721b3ef | Donor status: company, registration 1293674 | Sponsorships 8f616a6e | 2015-03-30 | John Bercow uk.org.publicwhip/member/40131 | John Bercow uk.org.publicwhip/person/10040 | 5 | 2015-03-30-8f616a6e-10040-1 |
| 773aaea5ff16b9a0f68641ce20c3d76d8c414cc2 | (Registered 19 June 2014) | Sponsorships 8f616a6e | 2015-03-30 | John Bercow uk.org.publicwhip/member/40131 | John Bercow uk.org.publicwhip/person/10040 | 6 | 2015-03-30-8f616a6e-10040-1 |
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");