items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2023-10-30-891eb863-10377-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 |
---|---|---|---|---|---|---|---|
68a86a68a859aa2bf17c3757ee7af23845b945b0 | Name of donor: Labour Friends of Israel Address of donor: BM LFI, London WC1N 3XX Estimate of the probable value (or amount of any donation): Flights, accommodation and meals, value £2,300 Destination of visit: Israel and the Palestinian Territories Dates of visit: 5-9 February 2023 Purpose of visit: Fact-finding visit to Israel and the Palestinian Territories. Meeting with Israeli and Palestinian politicians, academics, activists and diplomats. (Registered 23 February 2023) | Visits outside the UK 891eb863 | 2023-10-30 | Steve McCabe uk.org.publicwhip/person/10377 | 0 | 2023-10-30-891eb863-10377-0 | |
0d61837c2c858e5515f3e810c54c827a25580947 | Name of donor: The Ministry of Foreign Affairs and International Cooperation of the UAE Address of donor: King Abdullah Bin Abdulaziz Al Saud St, Al Bateen, Abu Dhabi, United Arab Emirates Estimate of the probable value (or amount of any donation): Flights, meals, accommodation and transportation in the UAE, value £6,051 Destination of visit: United Arab Emirates Dates of visit: 11-16 February 2023 Purpose of visit: Delegation to the UAE. (Registered 28 March 2023) | Visits outside the UK 891eb863 | 2023-10-30 | Steve McCabe uk.org.publicwhip/person/10377 | 1 | 2023-10-30-891eb863-10377-0 | |
2c140d358a7c1a054e303174dc8650a0bda8cc6f | Name of donor: Labour Friends of Israel Address of donor: BM LFI, London WC1N 3XX Estimate of the probable value (or amount of any donation): Flights, accommodation and meals, value £1,950 Destination of visit: Israel and the Palestinian Territories Dates of visit: 9-13 July 2023 Purpose of visit: Fact-finding visit to Israel and the Palestinian Territories. Meeting with Israeli and Palestinian politicians, academics, activists and diplomats. (Registered 08 August 2023) | Visits outside the UK 891eb863 | 2023-10-30 | Steve McCabe uk.org.publicwhip/person/10377 | 2 | 2023-10-30-891eb863-10377-0 | |
fa05c004ce594f64c140c42d9fde1fc8a302fde2 | Name of donor: Alliance for Public Awareness Address of donor: 111 New Union Street, Coventry CV1 2NT Estimate of the probable value (or amount of any donation): Travel, accommodation and meals, value £605.69 Destination of visit: 30 June - 1 July 2023 Dates of visit: Paris Purpose of visit: Supporting Human Rights in Iran. (Registered 16 August 2023) | Visits outside the UK 891eb863 | 2023-10-30 | Steve McCabe uk.org.publicwhip/person/10377 | 3 | 2023-10-30-891eb863-10377-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");