items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2000-11-10-265f2269-10023-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 |
---|---|---|---|---|---|---|---|
8e38da74f185961dfae83d30895d8c65e06ecbd3 | Director of Conservative Mainstream Properties Ltd. (unremunerated). | Miscellaneous and unremunerated interests 265f2269 | 2000-11-10 | Tony Baldry uk.org.publicwhip/member/23 | Tony Baldry uk.org.publicwhip/person/10023 | 0 | 2000-11-10-265f2269-10023-0 |
a4eff9882cadb7cefbefd1151aa3c32738491418 | Trustee (unremunerated) of Dr. L.V. Singhvi Foundation; providing visiting fellowships to Members of Parliament and members of the judiciary both in India and the UK. | Miscellaneous and unremunerated interests 265f2269 | 2000-11-10 | Tony Baldry uk.org.publicwhip/member/23 | Tony Baldry uk.org.publicwhip/person/10023 | 1 | 2000-11-10-265f2269-10023-0 |
58cab4fe7f4c9294f3c3afb68d01c68e8607d778 | A Member of the United Grand Lodge of Freemasons of England. | Miscellaneous and unremunerated interests 265f2269 | 2000-11-10 | Tony Baldry uk.org.publicwhip/member/23 | Tony Baldry uk.org.publicwhip/person/10023 | 2 | 2000-11-10-265f2269-10023-0 |
2550683ecd5abe8288ac6f070cb02b7aa13a3b93 | Trustee of the British Indian Golden Jubilee Banquet Fund. | Miscellaneous and unremunerated interests 265f2269 | 2000-11-10 | Tony Baldry uk.org.publicwhip/member/23 | Tony Baldry uk.org.publicwhip/person/10023 | 3 | 2000-11-10-265f2269-10023-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");