items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
13 rows where record_id = "2001-05-14-265f2269-10067-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
e07a5ba1a923c423774f704136c07a29935f1ff4 | Member of Council, University of London. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Peter Brooke uk.org.publicwhip/member/67 | Peter Brooke uk.org.publicwhip/person/10067 | 0 | 2001-05-14-265f2269-10067-0 |
691571c985bc998b00d9fb36f9c6e7f96cebc221 | Senior Fellow, Royal College of Art. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Peter Brooke uk.org.publicwhip/member/67 | Peter Brooke uk.org.publicwhip/person/10067 | 1 | 2001-05-14-265f2269-10067-0 |
461f3843a729aa09491acbd77708aee111b04f31 | Presentation Fellow, King's College, London. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Peter Brooke uk.org.publicwhip/member/67 | Peter Brooke uk.org.publicwhip/person/10067 | 2 | 2001-05-14-265f2269-10067-0 |
7927244c3262a1e58dfa9cb0438bf6ddc2a53fc4 | Honorary Fellow, Queen Mary and Westfield College. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Peter Brooke uk.org.publicwhip/member/67 | Peter Brooke uk.org.publicwhip/person/10067 | 3 | 2001-05-14-265f2269-10067-0 |
ffeed21da80929032238c56be8bc26963dfa830a | Hon. D. Litt., University of Westminster. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Peter Brooke uk.org.publicwhip/member/67 | Peter Brooke uk.org.publicwhip/person/10067 | 4 | 2001-05-14-265f2269-10067-0 |
5cae9b99dc926740e73b277a9322a55e3e6f9aa0 | President of the British Antique Dealers' Association (honorary, though in receipt of an uncovenanted case of wine at Christmas). | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Peter Brooke uk.org.publicwhip/member/67 | Peter Brooke uk.org.publicwhip/person/10067 | 5 | 2001-05-14-265f2269-10067-0 |
fefb401993722bbdbc55c71e9b0319ab667976c7 | President of the British Art Market Federation. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Peter Brooke uk.org.publicwhip/member/67 | Peter Brooke uk.org.publicwhip/person/10067 | 6 | 2001-05-14-265f2269-10067-0 |
78ef2708d488b0914556ed7087aca61639b99ece | Trustee, Institute of Contemporary British History. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Peter Brooke uk.org.publicwhip/member/67 | Peter Brooke uk.org.publicwhip/person/10067 | 7 | 2001-05-14-265f2269-10067-0 |
b3d93d3493422bb9f814405bdb624cfe8d321e2e | Trustee, Marlburian Club. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Peter Brooke uk.org.publicwhip/member/67 | Peter Brooke uk.org.publicwhip/person/10067 | 8 | 2001-05-14-265f2269-10067-0 |
954299786cd4ca90d9c4c8414308514b308b828a | Trustee, Wordsworth Trust. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Peter Brooke uk.org.publicwhip/member/67 | Peter Brooke uk.org.publicwhip/person/10067 | 9 | 2001-05-14-265f2269-10067-0 |
9f97f8431046b9cc6d63e8b4297b9c51bff81648 | Patron, The Kennet and Avon Canal Partnership Project. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Peter Brooke uk.org.publicwhip/member/67 | Peter Brooke uk.org.publicwhip/person/10067 | 10 | 2001-05-14-265f2269-10067-0 |
fd9345b247cf364efd8aa37398caf552e5e6e490 | Patron, The Stained Glass Museum 25th Anniversary Appeal. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Peter Brooke uk.org.publicwhip/member/67 | Peter Brooke uk.org.publicwhip/person/10067 | 11 | 2001-05-14-265f2269-10067-0 |
67e6d88c0cf0f3976095ff2d38b9437828894452 | Liveryman of the Drapers' Company (unremunerated). | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Peter Brooke uk.org.publicwhip/member/67 | Peter Brooke uk.org.publicwhip/person/10067 | 12 | 2001-05-14-265f2269-10067-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");