items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where member_id = "uk.org.publicwhip/member/79" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: item, category_id, date, sort_order, record_id, date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
f2873e4e15da1176d206351b7edf8af5a5e27e64 | Fee for delivering a speech on 14 July 2000 as part of the Oxford Academic Summer School for American High School Students programme. | Remunerated employment, office, profession etc 1f359ece | 2001-05-14 | Simon Burns uk.org.publicwhip/member/79 | Simon Burns uk.org.publicwhip/person/10079 | 0 | 2001-05-14-1f359ece-10079-0 |
6cf345453523ba234dd939c18d2499f8af07894b | March and July 2000, two cases of wine from The House Magazine for a speech given at a seminar. (Registered 11 July 2000) | Gifts, benefits and hospitality (UK) 84642823 | 2001-05-14 | Simon Burns uk.org.publicwhip/member/79 | Simon Burns uk.org.publicwhip/person/10079 | 0 | 2001-05-14-84642823-10079-0 |
3b933f66d14a043be40c81dd5dab7cafa494edcd | Fee for delivering a speech on 14 July 2000 as part of the Oxford Academic Summer School for American High School Students programme. | Remunerated employment, office, profession etc 1f359ece | 2000-11-10 | Simon Burns uk.org.publicwhip/member/79 | Simon Burns uk.org.publicwhip/person/10079 | 0 | 2000-11-10-1f359ece-10079-0 |
812b4e84d62088e577c65d628f5cce35be893457 | December 1999, I received a case of wine from the House Magazine for my participation in a seminar. (Registered 6 December 1999) | Gifts, benefits and hospitality (UK) 84642823 | 2000-11-10 | Simon Burns uk.org.publicwhip/member/79 | Simon Burns uk.org.publicwhip/person/10079 | 0 | 2000-11-10-84642823-10079-0 |
6ad186bba7722dcdea2e98b12d6ccdb7498060dd | March and July 2000, two cases of wine from The House Magazine for a speech given at a seminar. (Registered 11 July 2000) | Gifts, benefits and hospitality (UK) 84642823 | 2000-11-10 | Simon Burns uk.org.publicwhip/member/79 | Simon Burns uk.org.publicwhip/person/10079 | 1 | 2000-11-10-84642823-10079-0 |
8e32059085571fb3ae6a8885390e8e82bacb85a3 | 16-23 January 2000, to Israel and the Palestinian Authority, as guests of the Government of Israel, Conservative Friends of Israel and Isrotel. (Registered 24 January 2000) | Overseas visits 80ef1083 | 2000-11-10 | Simon Burns uk.org.publicwhip/member/79 | Simon Burns uk.org.publicwhip/person/10079 | 0 | 2000-11-10-80ef1083-10079-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");