items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2009-12-10-80ef1083-10335-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 |
|---|---|---|---|---|---|---|---|
| 58993914037d81030b00ef34936b6a56b8ea264f | Name of donor: Labour Friends of Israel | Overseas visits 80ef1083 | 2009-12-10 | Jane Kennedy uk.org.publicwhip/member/1690 | Jane Kennedy uk.org.publicwhip/person/10335 | 0 | 2009-12-10-80ef1083-10335-0 |
| 0868395c153321668936ee2c9471efb1a2f91d38 | Address of donor: BM LFI, 38 Great Smith Street, London SW1P 3BU | Overseas visits 80ef1083 | 2009-12-10 | Jane Kennedy uk.org.publicwhip/member/1690 | Jane Kennedy uk.org.publicwhip/person/10335 | 1 | 2009-12-10-80ef1083-10335-0 |
| 691d9887655c558c76e1536244cda7bb9682664c | Amount of donation (or estimate of the probable value): £1528; travel, accommodation and hospitality within Israel and Palestine. Some hospitality provided by the Palestinian Legislative Council, the Palestinian Authority and the Israeli Ministry of Foreign Affairs. | Overseas visits 80ef1083 | 2009-12-10 | Jane Kennedy uk.org.publicwhip/member/1690 | Jane Kennedy uk.org.publicwhip/person/10335 | 2 | 2009-12-10-80ef1083-10335-0 |
| f2b4c674398bbb68e002a472509e77b2b1af891c | Destination of visit: Israel and Palestine | Overseas visits 80ef1083 | 2009-12-10 | Jane Kennedy uk.org.publicwhip/member/1690 | Jane Kennedy uk.org.publicwhip/person/10335 | 3 | 2009-12-10-80ef1083-10335-0 |
| 94ed0cd9232a66dcab036f8f363709dea7961148 | Date of visit: 13-18 September 2009 | Overseas visits 80ef1083 | 2009-12-10 | Jane Kennedy uk.org.publicwhip/member/1690 | Jane Kennedy uk.org.publicwhip/person/10335 | 4 | 2009-12-10-80ef1083-10335-0 |
| 86516df450412b1f14b253525ecf274908037cb9 | Purpose of visit: fact-finding visit with Labour Friends of Israel. | Overseas visits 80ef1083 | 2009-12-10 | Jane Kennedy uk.org.publicwhip/member/1690 | Jane Kennedy uk.org.publicwhip/person/10335 | 5 | 2009-12-10-80ef1083-10335-0 |
| 3edd087637e90d560d8bbb736776a609d3c01d20 | (Registered 12 October 2009) | Overseas visits 80ef1083 | 2009-12-10 | Jane Kennedy uk.org.publicwhip/member/1690 | Jane Kennedy uk.org.publicwhip/person/10335 | 6 | 2009-12-10-80ef1083-10335-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");