home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

5 rows where record_id = "2023-03-20-891eb863-10377-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
45201e46dd2788830030b44608cd728d05ef6fd7 Name of donor: (1) Labour Friends of Israel; (2) The Royal Institute of International Affairs, Chatham House Address of donor: (1) BM LFI, London WC1N 3XX; (2) 10 St James's Square, London SW1Y 4LE Estimate of the probable value (or amount of any donation): (1) accommodation and meals with a value of £1,500; (2) flights and accommodation with a value of £3,300 Destination of visit: Israel Dates of visit: 20-25 March 2022 Purpose of visit: Fact-finding. Meeting with Israeli co-existence campaigners, politicians, academics and diplomats. Attending the Seventh UK-Israel Strategic Dialogue organised by Chatham House in partnership with ELNET UK. (Registered 31 March 2022) Visits outside the UK 891eb863 2023-03-20   Steve McCabe uk.org.publicwhip/person/10377 0 2023-03-20-891eb863-10377-0
f806f0748e72d46176b82b06774980dfc8ab1acb Name of donor: March of the Living UK Address of donor: Schaller House, 44a Albert Road, Hendon, London NW4 2SJ Estimate of the probable value (or amount of any donation): Accommodation and meals with a value of £1,499 Destination of visit: Poland Dates of visit: 25-28 April 2022 Purpose of visit: Holocaust education visit to Poland. Visits to museums, historical sites and cultural centres. Attending the March of the Living 2022. (Registered 05 May 2022) Visits outside the UK 891eb863 2023-03-20   Steve McCabe uk.org.publicwhip/person/10377 1 2023-03-20-891eb863-10377-0
46f51fe810e0395b3bec513d521fd44d962df5d4 Name of donor: (1) Labour Friends of Israel; (2) Israeli Ministry of Foreign Affairs Address of donor: (1) BM LFI, London WC1N 3XX; (2) 9 Yitzhak Rabin Blvd, Kiryat Ben-Gurion Jerusalem 91035 Estimate of the probable value (or amount of any donation): (1) flights, accommodation and meals with a value of £2,000; (2) conference registration with a value of £350 Destination of visit: Israel Dates of visit: 9-13 May 2022 Purpose of visit: Fact-finding visit. Meeting with Israeli health experts, health tech start-ups, politicians, academics and diplomats. Attending the BioMed Israel 2022 conference. (Registered 24 May 2022) Visits outside the UK 891eb863 2023-03-20   Steve McCabe uk.org.publicwhip/person/10377 2 2023-03-20-891eb863-10377-0
54d6cb8ea7f0893c462852fd23bd835ac372633f Name of donor: Alliance for Public Awareness Address of donor: Union House, 111 New Union St, Coventry CV1 2NT Estimate of the probable value (or amount of any donation): Return flight London to Albania £675; hotel for 2 nights £121.49; total value £796.49 Destination of visit: Albania Dates of visit: 21-23 July 2022 Purpose of visit: Visit organised by the British Parliamentary Committee for Iran Freedom to attend an international peace conference on the future of Iran. (Registered 13 September 2022) Visits outside the UK 891eb863 2023-03-20   Steve McCabe uk.org.publicwhip/person/10377 3 2023-03-20-891eb863-10377-0
c4f27ffd2cc0fee3254791b764d7e47543118739 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-03-20   Steve McCabe uk.org.publicwhip/person/10377 4 2023-03-20-891eb863-10377-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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");
Powered by Datasette · Queries took 13.901ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette