items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where member_id = "uk.org.publicwhip/member/66" 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 |
---|---|---|---|---|---|---|---|
5a11747a20b5ca502f3f5caa8a10b48119da4aa8 | 5-7 June 2000, to Jerusalem to attend conference on "Culture and Community in Jerusalem". Air travel from London and all accommodation costs in Jerusalem funded by the Law Society, Jerusalem. (Registered 12 June 2000) | Overseas visits 80ef1083 | 2001-05-14 | Colin Breed uk.org.publicwhip/member/66 | Colin Breed uk.org.publicwhip/person/10066 | 0 | 2001-05-14-80ef1083-10066-0 |
3240f82188ed36f3f34f22c661b9ccd2409ff1ec | Lay member, General Medical Council. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Colin Breed uk.org.publicwhip/member/66 | Colin Breed uk.org.publicwhip/person/10066 | 0 | 2001-05-14-265f2269-10066-0 |
bd8031a5a02f656d9e89d6dff1b324f247ea92a2 | 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 1 July 1999) | Overseas visits 80ef1083 | 2000-11-10 | Colin Breed uk.org.publicwhip/member/66 | Colin Breed uk.org.publicwhip/person/10066 | 0 | 2000-11-10-80ef1083-10066-0 |
8eded02514a91809216d40c1965809b49d6c6f2c | 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 11 August 1999) | Overseas visits 80ef1083 | 2000-11-10 | Colin Breed uk.org.publicwhip/member/66 | Colin Breed uk.org.publicwhip/person/10066 | 1 | 2000-11-10-80ef1083-10066-0 |
f1125961731ae8612371245a50b3116fde1481ac | 5-7 June 2000, to Jerusalem to attend conference on "Culture and Community in Jerusalem". Air travel from London and all accommodation costs in Jerusalem funded by the Law Society, Jerusalem. (Registered 12 June 2000) | Overseas visits 80ef1083 | 2000-11-10 | Colin Breed uk.org.publicwhip/member/66 | Colin Breed uk.org.publicwhip/person/10066 | 2 | 2000-11-10-80ef1083-10066-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");