items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-80ef1083-10388-1" 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 |
|---|---|---|---|---|---|---|---|
| f89d68b9341419a691b5f4c7527f0def65f587b9 | Name of donor: Labour Friends of Israel | Overseas visits 80ef1083 | 2015-03-09 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 0 | 2015-03-09-80ef1083-10388-1 |
| 261822938f9fa8772dab7d43e689ae04e40ac3ef | Address of donor: BM LFI, London WC1N 3XX | Overseas visits 80ef1083 | 2015-03-09 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 1 | 2015-03-09-80ef1083-10388-1 |
| f5c3ef5568e3716cc6146468e2da476bf8572b92 | Amount of donation (or estimate of the probable value): travel and accommodation at a value of £1,400. In addition, some hospitality provided by the Palestinian Authority and the Israeli Ministry of Foreign Affairs. | Overseas visits 80ef1083 | 2015-03-09 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 2 | 2015-03-09-80ef1083-10388-1 |
| 65ae0b12e473eed0b953a901c15a71bbaf4474d5 | Destination of visit: Israel and the Palestinian territories. | Overseas visits 80ef1083 | 2015-03-09 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 3 | 2015-03-09-80ef1083-10388-1 |
| b102986795422364b8b72182844c84a4a4f1f165 | Date of visit: 30 November – 4 December 2014 | Overseas visits 80ef1083 | 2015-03-09 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 4 | 2015-03-09-80ef1083-10388-1 |
| 3d9a6a557510583e083c3f734f32575e874a6018 | Purpose of visit: fact-finding visit, including meeting with Israeli and Palestinian politicians and community representatives. | Overseas visits 80ef1083 | 2015-03-09 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 5 | 2015-03-09-80ef1083-10388-1 |
| eda8c3e666e680d64e94302b8cb8e8d35ea3f66d | (Registered 12 January 2015) | Overseas visits 80ef1083 | 2015-03-09 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 6 | 2015-03-09-80ef1083-10388-1 |
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");