items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where member_id = "uk.org.publicwhip/member/703" 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 |
---|---|---|---|---|---|---|---|
55dfcd1094d92f015cc0c5bd47bb8cfb921e49a8 | I act as an unpaid adviser on parliamentary matters to the British Fluoridisation Society. | Miscellaneous and unremunerated interests 265f2269 | 2003-12-04 | Charlotte Atkins uk.org.publicwhip/member/703 | Charlotte Atkins uk.org.publicwhip/person/10018 | 0 | 2003-12-04-265f2269-10018-0 |
d3e5d761aa535d1b5c3dc43838855e6f73b9d99d | I act as an unpaid adviser on parliamentary matters to the British Fluoridisation Society. | Miscellaneous and unremunerated interests 265f2269 | 2002-11-26 | Charlotte Atkins uk.org.publicwhip/member/703 | Charlotte Atkins uk.org.publicwhip/person/10018 | 0 | 2002-11-26-265f2269-10018-0 |
76d96892d1e13425f7dc678f495547c5557d6508 | Occasional fees from opinion polls. | Remunerated employment, office, profession etc 1f359ece | 2002-05-14 | Charlotte Atkins uk.org.publicwhip/member/703 | Charlotte Atkins uk.org.publicwhip/person/10018 | 0 | 2002-05-14-1f359ece-10018-0 |
81a4feb061d2657d7d608fc7e4ed0f50592d9c9a | Occasional fees from broadcasting. | Remunerated employment, office, profession etc 1f359ece | 2002-05-14 | Charlotte Atkins uk.org.publicwhip/member/703 | Charlotte Atkins uk.org.publicwhip/person/10018 | 1 | 2002-05-14-1f359ece-10018-0 |
a1e2b19082c436c01aeef6b38c8aaa0a19bae64b | My constituency party receives £1,500 a year from UNISON under a constituency development agreement. | Sponsorship or financial or material support 9e46def6 | 2002-05-14 | Charlotte Atkins uk.org.publicwhip/member/703 | Charlotte Atkins uk.org.publicwhip/person/10018 | 0 | 2002-05-14-9e46def6-10018-0 |
4544ccdc7cfb1b9f85bc9c06fcd4377cb8bf81e0 | I act as an unpaid adviser on parliamentary matters to the British Fluoridisation Society. | Miscellaneous and unremunerated interests 265f2269 | 2002-05-14 | Charlotte Atkins uk.org.publicwhip/member/703 | Charlotte Atkins uk.org.publicwhip/person/10018 | 0 | 2002-05-14-265f2269-10018-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");