home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2023-03-06-891eb863-25820-0" sorted by sort_order

✎ 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
41b354c6ce21d9ff7484f8f664dcae27c33047f8 Name of donor: Robin Bevan Address of donor: private Estimate of the probable value (or amount of any donation): Use of a holiday home, value £1,000 Destination of visit: Lauzerte, France Dates of visit: 22-29 August 2022 Purpose of visit: Family holiday. (Registered 31 August 2022) Visits outside the UK 891eb863 2023-03-06   Munira Wilson uk.org.publicwhip/person/25820 0 2023-03-06-891eb863-25820-0
bb4f11c5988c523f79b37c7ad404b46ff9a8f6e0 Name of donor: Liberal Democrats Friends of Israel Address of donor: private Estimate of the probable value (or amount of any donation): Transport, hotels, meals and other incidental expenses, value £3,310.44 Destination of visit: Israel Dates of visit: 27 September - 2 October 2022 Purpose of visit: To visit the region and meet people to get an on-the-ground briefing on the Israeli-Palestinian situation. (Registered 28 October 2022) Visits outside the UK 891eb863 2023-03-06   Munira Wilson uk.org.publicwhip/person/25820 1 2023-03-06-891eb863-25820-0
c6b423cd3965f2054ef94f8cd93e3c0b051e42c1 Name of donor: Medical Aid for Palestinians Address of donor: 33a Islington Park Street, London N1 1QB Estimate of the probable value (or amount of any donation): Flights, accommodation, food and transport, value £1,631.29 Destination of visit: Occupied Palestinian Territory and Israel Dates of visit: 20-25 November 2022 Purpose of visit: Fact-finding visit organised by the Council for Arab-British Understanding and Medical Aid for Palestinians. (Registered 13 December 2022) Visits outside the UK 891eb863 2023-03-06   Munira Wilson uk.org.publicwhip/person/25820 2 2023-03-06-891eb863-25820-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 15.262ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette