items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
9 rows where record_id = "2010-02-24-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 |
|---|---|---|---|---|---|---|---|
| 15a74a5483554d7e040f1370f3ec6ecc41464af5 | Name of donors: 1) Cyprus House of Representatives 2) Morphou Municipality | Overseas visits 80ef1083 | 2010-02-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 0 | 2010-02-24-80ef1083-10169-0 |
| 6bacdfbb37203d89d2143c374a229c70696b2ae0 | Address of donors: Nicosia, Cyprus | Overseas visits 80ef1083 | 2010-02-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 1 | 2010-02-24-80ef1083-10169-0 |
| a5fb53ea4e3abc99117a9ce299f26ba2c6af459b | Amount of donation (or estimate of the probable value): | Overseas visits 80ef1083 | 2010-02-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 2 | 2010-02-24-80ef1083-10169-0 |
| 30a96983e99771d437fe088d811966b60b5d2d67 | 1) 4 nights accommodation; estimate £120; use of car at £50 per day; incidentals £50; total: £690. | Overseas visits 80ef1083 | 2010-02-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 3 | 2010-02-24-80ef1083-10169-0 |
| a12c2174fc65e7af68b2b73288737706bb650170 | 2) 2 nights accommodation; estimate £120; 3 meals, total estimate £300. | Overseas visits 80ef1083 | 2010-02-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 4 | 2010-02-24-80ef1083-10169-0 |
| e2abb116b5b9257dc29b1bfe3c430110afcf7f6d | Destination of visit: Nicosia, Cyprus. | Overseas visits 80ef1083 | 2010-02-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 5 | 2010-02-24-80ef1083-10169-0 |
| 039039163f4fbfbb0c13980c5f652bbcf8cabdea | Date of visit: 5-11 October 2009 | Overseas visits 80ef1083 | 2010-02-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 6 | 2010-02-24-80ef1083-10169-0 |
| 1dfe2d403b127f808377c40bb58bfc0ef63804d9 | Purpose of visit: study visit as Vice-Chair, Friends of Cyprus Group, and to speak at Morphou Rally. | Overseas visits 80ef1083 | 2010-02-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 7 | 2010-02-24-80ef1083-10169-0 |
| 4cf519d3d9d87214ce82019a06fdfcc1600cb8c8 | (Registered 12 October 2009) | Overseas visits 80ef1083 | 2010-02-24 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 8 | 2010-02-24-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");