items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-8f616a6e-10040-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 |
|---|---|---|---|---|---|---|---|
| 1bb211bbac918c2bc8949417d3f326b586e60598 | Name of donor: Lord Levy | Sponsorships 8f616a6e | 2015-03-09 | John Bercow uk.org.publicwhip/member/40131 | John Bercow uk.org.publicwhip/person/10040 | 0 | 2015-03-09-8f616a6e-10040-2 |
| 9e0f0fafa6c712052eaa7804843545b3025021b5 | Address of donor: private | Sponsorships 8f616a6e | 2015-03-09 | John Bercow uk.org.publicwhip/member/40131 | John Bercow uk.org.publicwhip/person/10040 | 1 | 2015-03-09-8f616a6e-10040-2 |
| 5197c21c4fe8a9893acc350edc9e744388f109ec | Amount of donation or nature and value if donation in kind: £2,500 | Sponsorships 8f616a6e | 2015-03-09 | John Bercow uk.org.publicwhip/member/40131 | John Bercow uk.org.publicwhip/person/10040 | 2 | 2015-03-09-8f616a6e-10040-2 |
| 670b734ac53ae04a4942f93d41046a069ea7e120 | Date of receipt: 18 March 2014 | Sponsorships 8f616a6e | 2015-03-09 | John Bercow uk.org.publicwhip/member/40131 | John Bercow uk.org.publicwhip/person/10040 | 3 | 2015-03-09-8f616a6e-10040-2 |
| 3b8338d8b7b385476e8c32c830c0acf9696d3a93 | Date of acceptance: 24 March 2014 | Sponsorships 8f616a6e | 2015-03-09 | John Bercow uk.org.publicwhip/member/40131 | John Bercow uk.org.publicwhip/person/10040 | 4 | 2015-03-09-8f616a6e-10040-2 |
| 3e04f03abe8657b52d8d8d4daaf4174bf7fb371f | Donor status: individual | Sponsorships 8f616a6e | 2015-03-09 | John Bercow uk.org.publicwhip/member/40131 | John Bercow uk.org.publicwhip/person/10040 | 5 | 2015-03-09-8f616a6e-10040-2 |
| caedc1b7da7c0c934d13a87773f7b33ea22ebf0e | (Registered 27 March 2014) | Sponsorships 8f616a6e | 2015-03-09 | John Bercow uk.org.publicwhip/member/40131 | John Bercow uk.org.publicwhip/person/10040 | 6 | 2015-03-09-8f616a6e-10040-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");