items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
10 rows where member_id = "uk.org.publicwhip/member/21" 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 |
---|---|---|---|---|---|---|---|
7cfdfa1a3711473c3caef7364f4ec53c148f9331 | 13-17 January 2001, to Kuwait with the All-Party Parliamentary Group for Euro-Arab Co-operation, at the invitation of the Speaker of the National Assembly. All travel and accommodation costs met by the Kuwait National Assembly. (Registered 6 February 2001) | Overseas visits 80ef1083 | 2001-05-14 | John Austin uk.org.publicwhip/member/21 | John Austin uk.org.publicwhip/person/10021 | 0 | 2001-05-14-80ef1083-10021-0 |
4b21836db5eaa5ffef0e9dce32a4b5588932685e | Director (unremunerated), London Marathon Charitable Trust Ltd. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | John Austin uk.org.publicwhip/member/21 | John Austin uk.org.publicwhip/person/10021 | 0 | 2001-05-14-265f2269-10021-0 |
1f99142fe1aebb3a75d1b977144090fec4f9c286 | Trustee (unremunerated), Greenwich MIND. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | John Austin uk.org.publicwhip/member/21 | John Austin uk.org.publicwhip/person/10021 | 1 | 2001-05-14-265f2269-10021-0 |
eab2f7acf5bb88974a4b62a8bc14aacdd0efa12a | Director and Trustee (unremunerated) of the Crossness Engines Trust. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | John Austin uk.org.publicwhip/member/21 | John Austin uk.org.publicwhip/person/10021 | 2 | 2001-05-14-265f2269-10021-0 |
ef8951127c7e068dbf9739a9c147158a40b4f2aa | 13-18 June 1999, to Jordan and the West Bank at the invitation of the Council for the Advancement of Arab British Understanding. Travel and accommodation provided by CAABU. Internal transport and some hospitality provided by the Jordanian Parliament. (Registered 30 June 1999) | Overseas visits 80ef1083 | 2000-11-10 | John Austin uk.org.publicwhip/member/21 | John Austin uk.org.publicwhip/person/10021 | 0 | 2000-11-10-80ef1083-10021-0 |
f0024542e52ea90d85090c704b361c81a9fbb6ac | 16-23 July 1999, to Ethiopia with the All-Party British-Ethiopia Parliamentary Group; all travel and accommodation costs met by the Federal Democratic Republic of Ethiopia. (Registered 26 July 1999) | Overseas visits 80ef1083 | 2000-11-10 | John Austin uk.org.publicwhip/member/21 | John Austin uk.org.publicwhip/person/10021 | 1 | 2000-11-10-80ef1083-10021-0 |
6a6f9b5776e91649bf33cbeb911702f8ed11f5d3 | 11-15 October 1999, to Albania with the British-Albania All-Party Parliamentary Group as guests of the Albanian Parliament. Accommodation and travel costs within Albania only met by the Albanian Parliament. (Registered 29 Nov ember 1999) | Overseas visits 80ef1083 | 2000-11-10 | John Austin uk.org.publicwhip/member/21 | John Austin uk.org.publicwhip/person/10021 | 2 | 2000-11-10-80ef1083-10021-0 |
4b3910aa3abff54fbaffce562c13dde0b55b2457 | Director (unremunerated), London Marathon Charitable Trust Ltd. | Miscellaneous and unremunerated interests 265f2269 | 2000-11-10 | John Austin uk.org.publicwhip/member/21 | John Austin uk.org.publicwhip/person/10021 | 0 | 2000-11-10-265f2269-10021-0 |
93bf6273c3fc5ca82bc7a871fdb38d29a360e95a | Trustee (unremunerated), Greenwich MIND. | Miscellaneous and unremunerated interests 265f2269 | 2000-11-10 | John Austin uk.org.publicwhip/member/21 | John Austin uk.org.publicwhip/person/10021 | 1 | 2000-11-10-265f2269-10021-0 |
6841fe957ed534357a065c6f5ebd46ebeb0fb8fa | Director and Trustee (unremunerated) of the Crossness Engines Trust. | Miscellaneous and unremunerated interests 265f2269 | 2000-11-10 | John Austin uk.org.publicwhip/member/21 | John Austin uk.org.publicwhip/person/10021 | 2 | 2000-11-10-265f2269-10021-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");