items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where member_id = "uk.org.publicwhip/member/859" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: category_id, date, sort_order, record_id, date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
91914203dd20e129cce2b7c2f3b707b9f03e825a | Partner in The Financial Research Partnership; independent financial advisers and estate agents. | Remunerated employment, office, profession etc 1f359ece | 2002-11-26 | Jeffrey M Donaldson uk.org.publicwhip/member/859 | Jeffrey M. Donaldson uk.org.publicwhip/person/10172 | 0 | 2002-11-26-1f359ece-10172-0 |
74eda4f83724820ac87b3725805f3937254b8f6c | Partner in The Financial Research Partnership; independent financial advisers and estate agents. | Remunerated employment, office, profession etc 1f359ece | 2002-05-14 | Jeffrey M Donaldson uk.org.publicwhip/member/859 | Jeffrey M. Donaldson uk.org.publicwhip/person/10172 | 0 | 2002-05-14-1f359ece-10172-0 |
d688dfbf3a82c9000a87779fb85c52e123b9df02 | Occasional fees for broadcasting and journalism. | Remunerated employment, office, profession etc 1f359ece | 2002-05-14 | Jeffrey M Donaldson uk.org.publicwhip/member/859 | Jeffrey M. Donaldson uk.org.publicwhip/person/10172 | 1 | 2002-05-14-1f359ece-10172-0 |
c5bae4456445d8025a8488ed699ccfcf97abc157 | From beginning November 2000 I have benefited from the assistance of a Research Assistant who is participating in an intern scheme operated by the Christian Group CARE, who pay an allowance towards his daily living costs. | Sponsorship or financial or material support 9e46def6 | 2002-05-14 | Jeffrey M Donaldson uk.org.publicwhip/member/859 | Jeffrey M. Donaldson uk.org.publicwhip/person/10172 | 0 | 2002-05-14-9e46def6-10172-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");