items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2015-02-23-f3967f4d-10602-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 |
---|---|---|---|---|---|---|---|
e603b1cde57b97c5e178141bf80a96063032cb37 | Member of Lloyd's. | Remunerated employment, office, profession, etc. f3967f4d | 2015-02-23 | David Tredinnick uk.org.publicwhip/member/40104 | David Tredinnick uk.org.publicwhip/person/10602 | 0 | 2015-02-23-f3967f4d-10602-0 |
10e0fb7bb6047a5ad1d5dda39d95af86874d19e2 | From 1 January 2001 all categories of business underwritten through Nameco (Number 532) Limited. | Remunerated employment, office, profession, etc. f3967f4d | 2015-02-23 | David Tredinnick uk.org.publicwhip/member/40104 | David Tredinnick uk.org.publicwhip/person/10602 | 1 | 2015-02-23-f3967f4d-10602-0 |
5e65e01b34c8c564ed4653945b3d67658aabe5e4 | Resigned from Lloyd’s October 2001, however I continue to have years of account which are open or in run-off. | Remunerated employment, office, profession, etc. f3967f4d | 2015-02-23 | David Tredinnick uk.org.publicwhip/member/40104 | David Tredinnick uk.org.publicwhip/person/10602 | 2 | 2015-02-23-f3967f4d-10602-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");