items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where member_id = "uk.org.publicwhip/member/50" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: item, category_id, date, date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
303643d7a48fb728912b6f58b972c11706adf2c6 | Provision of office space by Sheffield City Council. This facility is provided for all Sheffield MPs. All office expenses are paid for by me and rent is being paid to the City Council. | Sponsorship or financial or material support 9e46def6 | 2001-05-14 | David Blunkett uk.org.publicwhip/member/50 | David Blunkett uk.org.publicwhip/person/10050 | 0 | 2001-05-14-9e46def6-10050-0 |
da222809c897b06719867a0f469311122115a631 | Short-term lease for six months on house in Southfields, London; rent income to begin December 2000. | Land and Property 4f1e6359 | 2001-05-14 | David Blunkett uk.org.publicwhip/member/50 | David Blunkett uk.org.publicwhip/person/10050 | 0 | 2001-05-14-4f1e6359-10050-0 |
e261e2b1b0bd8f22f009f68b357c4b00af7ad6b3 | Provision of office space by Sheffield City Council. This facility is provided for all Sheffield MPs. All office expenses are paid for by me and rent is being paid to the City Council. | Sponsorship or financial or material support 9e46def6 | 2000-11-10 | David Blunkett uk.org.publicwhip/member/50 | David Blunkett uk.org.publicwhip/person/10050 | 0 | 2000-11-10-9e46def6-10050-0 |
683c7bdc5d402b7d22dd73fff4e3f74de45f583f | House in Southfields, London, from which rental income is derived. | Land and Property 4f1e6359 | 2000-11-10 | David Blunkett uk.org.publicwhip/member/50 | David Blunkett uk.org.publicwhip/person/10050 | 0 | 2000-11-10-4f1e6359-10050-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");