items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
12 rows where member_id = "uk.org.publicwhip/member/541" 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 |
|---|---|---|---|---|---|---|---|
| 6506fa1d88f96a5bcce5fe1caea8e6f034c42612 | Occasional fees from published articles. | Remunerated employment, office, profession etc 1f359ece | 2001-05-14 | Alan Simpson uk.org.publicwhip/member/541 | Alan Simpson uk.org.publicwhip/person/10541 | 0 | 2001-05-14-1f359ece-10541-0 |
| e404db3bbdc93a1f6c07e1027e2e2075d4f16f6a | Member of Harris Parliamentary Panel. | Remunerated employment, office, profession etc 1f359ece | 2001-05-14 | Alan Simpson uk.org.publicwhip/member/541 | Alan Simpson uk.org.publicwhip/person/10541 | 1 | 2001-05-14-1f359ece-10541-0 |
| 6fbec41cfdffa86a1ef17b7829aa5437aeeb29ce | Member of the Political Opinion Panel of BPRI (Business Planning and Research International). | Remunerated employment, office, profession etc 1f359ece | 2001-05-14 | Alan Simpson uk.org.publicwhip/member/541 | Alan Simpson uk.org.publicwhip/person/10541 | 2 | 2001-05-14-1f359ece-10541-0 |
| c512ade22f53b15a48a13f32fed0804aaf4c39d7 | 23-27 February 2000, to Washington, USA, to speak at a conference on Damages and Liabilities Related to GMO foods organised by the American Consumer Choice Council who paid all flight and accommodation costs. No fee received. I also had meetings with the American Corn Growers Association and the lawyers involved in the law suit against Monsanto relating to GMO liabilities and breach of anti-trust legislation. (Registered 10 March 2000) | Overseas visits 80ef1083 | 2001-05-14 | Alan Simpson uk.org.publicwhip/member/541 | Alan Simpson uk.org.publicwhip/person/10541 | 0 | 2001-05-14-80ef1083-10541-0 |
| 50d96e5e7091120a72d44a47806074134acbdebc | Member of board of Tribune Newspapers (unremunerated). | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Alan Simpson uk.org.publicwhip/member/541 | Alan Simpson uk.org.publicwhip/person/10541 | 0 | 2001-05-14-265f2269-10541-0 |
| 5290858edad77d94fd1937ef678b9dc2043c1cc0 | Occasional fees from published articles. | Remunerated employment, office, profession etc 1f359ece | 2000-11-10 | Alan Simpson uk.org.publicwhip/member/541 | Alan Simpson uk.org.publicwhip/person/10541 | 0 | 2000-11-10-1f359ece-10541-0 |
| 917aa60705d1660d557a1345e12ca3a2c80bc813 | Member of Harris Parliamentary Panel. | Remunerated employment, office, profession etc 1f359ece | 2000-11-10 | Alan Simpson uk.org.publicwhip/member/541 | Alan Simpson uk.org.publicwhip/person/10541 | 1 | 2000-11-10-1f359ece-10541-0 |
| 173cd04a6c7fac9befe7f8948444b81da51078a7 | Member of the Political Opinion Panel of BPRI (Business Planning and Research International). | Remunerated employment, office, profession etc 1f359ece | 2000-11-10 | Alan Simpson uk.org.publicwhip/member/541 | Alan Simpson uk.org.publicwhip/person/10541 | 2 | 2000-11-10-1f359ece-10541-0 |
| 931fae873bf164d9dfafa64ff9dc055315e7ea03 | September 1999, during the visit of the Hungarian Parliamentary Football Team to the UK, I received hospitality sponsored by Powergen Ltd., Provident Finance and West Ham FC. (Registered 19 January 2000) | Gifts, benefits and hospitality (UK) 84642823 | 2000-11-10 | Alan Simpson uk.org.publicwhip/member/541 | Alan Simpson uk.org.publicwhip/person/10541 | 0 | 2000-11-10-84642823-10541-0 |
| 3868963cbc40db1567bd6e7d2d39122b32563cd5 | 10 September 1999, to Portugal with the Parliamentary Football Team, travel costs met by National Express Ltd., cost of football kit met by Spall Sports. (Registered 19 January 2000) | Overseas visits 80ef1083 | 2000-11-10 | Alan Simpson uk.org.publicwhip/member/541 | Alan Simpson uk.org.publicwhip/person/10541 | 0 | 2000-11-10-80ef1083-10541-0 |
| 1b73c98cf82cec6d879729c5e2b27e201ab54b0c | 23-27 February 2000, to Washington, USA, to speak at a conference on Damages and Liabilities Related to GMO foods organised by the American Consumer Choice Council who paid all flight and accommodation costs. No fee received. I also had meetings with the American Corn Growers Association and the lawyers involved in the law suit against Monsanto relating to GMO liabilities and breach of anti-trust legislation. (Registered 10 March 2000) | Overseas visits 80ef1083 | 2000-11-10 | Alan Simpson uk.org.publicwhip/member/541 | Alan Simpson uk.org.publicwhip/person/10541 | 1 | 2000-11-10-80ef1083-10541-0 |
| 6354e790b495f1c70cbccd153a3aa88836373dd8 | Member of board of Tribune Newspapers (unremunerated). | Miscellaneous and unremunerated interests 265f2269 | 2000-11-10 | Alan Simpson uk.org.publicwhip/member/541 | Alan Simpson uk.org.publicwhip/person/10541 | 0 | 2000-11-10-265f2269-10541-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");