home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2010-03-24-80ef1083-10335-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
bea8a473951b1e6b085e3ccb0636e44046df040d Name of donor: Labour Friends of Israel Overseas visits 80ef1083 2010-03-24 Jane Kennedy uk.org.publicwhip/member/1690 Jane Kennedy uk.org.publicwhip/person/10335 0 2010-03-24-80ef1083-10335-0
5399fd6de5cb4756eea0c51c26c5e53e030f9bfa Address of donor: BM LFI, 38 Great Smith Street, London SW1P 3BU Overseas visits 80ef1083 2010-03-24 Jane Kennedy uk.org.publicwhip/member/1690 Jane Kennedy uk.org.publicwhip/person/10335 1 2010-03-24-80ef1083-10335-0
98b31bed56f65e9ef7b92e5632a91b86fb2a3f82 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 2010-03-24 Jane Kennedy uk.org.publicwhip/member/1690 Jane Kennedy uk.org.publicwhip/person/10335 2 2010-03-24-80ef1083-10335-0
ce4356092ec7e5a0594122fe27db82b81611f1f7 Destination of visit: Israel and Palestine Overseas visits 80ef1083 2010-03-24 Jane Kennedy uk.org.publicwhip/member/1690 Jane Kennedy uk.org.publicwhip/person/10335 3 2010-03-24-80ef1083-10335-0
0464dfeb71a838129747d5638b4f560e52ff5aff Date of visit: 13-18 September 2009 Overseas visits 80ef1083 2010-03-24 Jane Kennedy uk.org.publicwhip/member/1690 Jane Kennedy uk.org.publicwhip/person/10335 4 2010-03-24-80ef1083-10335-0
709a48f6172e53cefa9b74dba7916c6c90ec096b Purpose of visit: fact-finding visit with Labour Friends of Israel. Overseas visits 80ef1083 2010-03-24 Jane Kennedy uk.org.publicwhip/member/1690 Jane Kennedy uk.org.publicwhip/person/10335 5 2010-03-24-80ef1083-10335-0
15163b5459b0a561b536116324aeeecbd3a3e8ff (Registered 12 October 2009) Overseas visits 80ef1083 2010-03-24 Jane Kennedy uk.org.publicwhip/member/1690 Jane Kennedy uk.org.publicwhip/person/10335 6 2010-03-24-80ef1083-10335-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 100.923ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette