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