items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
9 rows where member_id = "uk.org.publicwhip/member/775" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: item, category_id, date, date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
|---|---|---|---|---|---|---|---|
| bce01ffdd1996da0bd8b113dec2ae87e10ca0be9 | 17-22 October 2004, to Israel and the Palestinian Territories with Labour Friends of Israel to meet members of the Israeli Government, Parliament and the military; the Palestinian Authority and grassroots organisations promoting Arab-Israeli co-operation. Travel and accommodation paid for by the Labour Friends of Israel. Part accommodation paid for by the Israeli Ministry of Foreign Affairs. (Registered 28 October 2004) | Overseas visits 80ef1083 | 2005-04-11 | David Cairns uk.org.publicwhip/member/775 | David Cairns uk.org.publicwhip/person/10775 | 0 | 2005-04-11-80ef1083-10775-0 |
| 81c71e5ba66c35ebf3d334d6415843166c46ebda | 17-22 October 2004, to Israel and the Palestinian Territories with Labour Friends of Israel to meet members of the Israeli Government, Parliament and the military; the Palestinian Authority and grassroots organisations promoting Arab-Israeli co-operation. Travel and accommodation paid for by the Labour Friends of Israel. Part accommodation paid for by the Israeli Ministry of Foreign Affairs. (Registered 28 October 2004) | Overseas visits 80ef1083 | 2005-01-28 | David Cairns uk.org.publicwhip/member/775 | David Cairns uk.org.publicwhip/person/10775 | 0 | 2005-01-28-80ef1083-10775-0 |
| 8776594a10a3c873da1f0b00f7cc62674312f3c5 | 17-22 October 2004, to Israel and the Palestinian Territories with Labour Friends of Israel to meet members of the Israeli Government, Parliament and the military; the Palestinian Authority and grassroots organisations promoting Arab-Israeli co-operation. Travel and accommodation paid for by the Labour Friends of Israel. Part accommodation paid for by the Israeli Ministry of Foreign Affairs. (Registered 28 October 2004) | Overseas visits 80ef1083 | 2004-12-03 | David Cairns uk.org.publicwhip/member/775 | David Cairns uk.org.publicwhip/person/10775 | 0 | 2004-12-03-80ef1083-10775-0 |
| e0d2f84fd2ba220e5fff5172740a6e0b2bb6695f | 30 June-4 July 2003, to Israel and Palestinian Authority to meet members of the Israeli Government and Palestinian Authority and others. Travel and accommodation paid by Labour Friends of Israel and Israeli Foreign Ministry. (Registered 21 July 2003) | Overseas visits 80ef1083 | 2004-07-16 | David Cairns uk.org.publicwhip/member/775 | David Cairns uk.org.publicwhip/person/10775 | 0 | 2004-07-16-80ef1083-10775-0 |
| 53d6a15a7962fb6c9b9fe006884a7706146153ad | 30 June-4 July 2003, to Israel and Palestinian Authority to meet members of the Israeli Government and Palestinian Authority and others. Travel and accommodation paid by Labour Friends of Israel and Israeli Foreign Ministry. (Registered 21 July 2003) | Overseas visits 80ef1083 | 2004-05-21 | David Cairns uk.org.publicwhip/member/775 | David Cairns uk.org.publicwhip/person/10775 | 0 | 2004-05-21-80ef1083-10775-0 |
| 2d417f9324c7c13cf1d24882aa90ce5f2e230ced | 30 June-4 July 2003, to Israel and Palestinian Authority to meet members of the Israeli Government and Palestinian Authority and others. Travel and accommodation paid by Labour Friends of Israel and Israeli Foreign Ministry. (Registered 21 July 2003) | Overseas visits 80ef1083 | 2004-01-31 | David Cairns uk.org.publicwhip/member/775 | David Cairns uk.org.publicwhip/person/10775 | 0 | 2004-01-31-80ef1083-10775-0 |
| 0a6b413759fa10825abf29c769d1fb8678d976ca | 30 June-4 July 2003, to Israel and Palestinian Authority to meet members of the Israeli Government and Palestinian Authority and others. Travel and accommodation paid by Labour Friends of Israel and Israeli Foreign Ministry. (Registered 21 July 2003) | Overseas visits 80ef1083 | 2003-12-04 | David Cairns uk.org.publicwhip/member/775 | David Cairns uk.org.publicwhip/person/10775 | 0 | 2003-12-04-80ef1083-10775-0 |
| 724ba01b9bcc609d0ae235a24a63445324c87471 | 4 August-1 September 2002, to Buenos Aires, Detroit and Shanghai, funded by the Norfolk Charitable Trust. The trust provided accommodation and subsistence at a briefing weekend in Norfolk (13-14 July 2002), economy class flights to the cities, hotel accommodation and a daily subsistence allowance. (Registered 2 September 2002) | Overseas visits 80ef1083 | 2002-11-26 | David Cairns uk.org.publicwhip/member/775 | David Cairns uk.org.publicwhip/person/10775 | 0 | 2002-11-26-80ef1083-10775-0 |
| 7f91e514f6c2b25340b541ea7e7f477de61990aa | From the General Election until May 2002 I was a Councillor in the London Borough of Merton. I took no remuneration. | Miscellaneous and unremunerated interests 265f2269 | 2002-11-26 | David Cairns uk.org.publicwhip/member/775 | David Cairns uk.org.publicwhip/person/10775 | 0 | 2002-11-26-265f2269-10775-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");