items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
12 rows where record_id = "2010-02-03-80ef1083-10169-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 |
|---|---|---|---|---|---|---|---|
| be32662644f46f39a6e52419ae2704f11626910a | 26-30 September 2008, to Beijing, China, on study visit as Chair of the Chinese in Britain All-Party Parliamentary Group. Air fare sponsored by Christine Lee and Co; in-country costs met by the Department of Overseas Chinese, Chinese Government. (Registered 1 October 2008) | Overseas visits 80ef1083 | 2010-02-03 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 0 | 2010-02-03-80ef1083-10169-0 |
| 7787bf8cfb43040065c36d812b1e1b57b8a79c00 | 6-7 November 2008, to Paris, to attend the policy conference of European Friends of Israel; expenses paid by European Friends of Israel. (Registered 10 November 2008) | Overseas visits 80ef1083 | 2010-02-03 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 1 | 2010-02-03-80ef1083-10169-0 |
| 7b4d5ef84be4f922f7489f16b63b3815139f681a | 26 November-2 December 2008, to Cyprus for study visit as vice-chair of Friends of Cyprus. Accommodation costs and car provided by Cyprus House of Representatives. (Registered 4 December 2008) | Overseas visits 80ef1083 | 2010-02-03 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 2 | 2010-02-03-80ef1083-10169-0 |
| 0cb36e0e731b143ed6f6ebbb508448d47f58a350 | Name of donors: 1) Cyprus House of Representatives 2) Morphou Municipality | Overseas visits 80ef1083 | 2010-02-03 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 3 | 2010-02-03-80ef1083-10169-0 |
| 7527769669121a6d264ddca8fc544c510bdb55a8 | Address of donors: Nicosia, Cyprus | Overseas visits 80ef1083 | 2010-02-03 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 4 | 2010-02-03-80ef1083-10169-0 |
| 9b14595845558f6c9b39d3acac981ed4b1dc87d4 | Amount of donation (or estimate of the probable value): | Overseas visits 80ef1083 | 2010-02-03 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 5 | 2010-02-03-80ef1083-10169-0 |
| 329905197b18771a39c78cf58aedda386e1c06e6 | 1) 4 nights accommodation; estimate £120; use of car at £50 per day; incidentals £50; total: £690. | Overseas visits 80ef1083 | 2010-02-03 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 6 | 2010-02-03-80ef1083-10169-0 |
| d78767e97a2170558fb667d25c0c9c74163e2316 | 2) 2 nights accommodation; estimate £120; 3 meals, total estimate £300. | Overseas visits 80ef1083 | 2010-02-03 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 7 | 2010-02-03-80ef1083-10169-0 |
| 72b8c8a5c170bcb55a61e6fa247925ba318dc9a4 | Destination of visit: Nicosia, Cyprus. | Overseas visits 80ef1083 | 2010-02-03 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 8 | 2010-02-03-80ef1083-10169-0 |
| fcf42056f15180a66c99ae25bd7cde3188951776 | Date of visit: 5-11 October 2009 | Overseas visits 80ef1083 | 2010-02-03 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 9 | 2010-02-03-80ef1083-10169-0 |
| ccde7c84c1b69873d3a4b4925636762649331a40 | Purpose of visit: study visit as Vice-Chair, Friends of Cyprus Group, and to speak at Morphou Rally. | Overseas visits 80ef1083 | 2010-02-03 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 10 | 2010-02-03-80ef1083-10169-0 |
| 41c63f85dd3f8461465da1a6b143bbbca07675ca | (Registered 12 October 2009) | Overseas visits 80ef1083 | 2010-02-03 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 11 | 2010-02-03-80ef1083-10169-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");