home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2008-07-22-9e46def6-10669-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
b1cd667cb55bd50ec668814cc8476c5e95def4c5 Donations to my campaign for election as Deputy Leader of the Labour Party received from: Sponsorship or financial or material support 9e46def6 2008-07-22 Hilary Benn uk.org.publicwhip/member/1669 Hilary Benn uk.org.publicwhip/person/10669 0 2008-07-22-9e46def6-10669-0
ed385b9d96719f079a6e1898c89778e3061e28e4 Lord Mitchell (personal donation) Sponsorship or financial or material support 9e46def6 2008-07-22 Hilary Benn uk.org.publicwhip/member/1669 Hilary Benn uk.org.publicwhip/person/10669 1 2008-07-22-9e46def6-10669-0
3293039a23f4ca2468d15f1845766fadbd0a6282 R A Nelson, of London (personal donation) Sponsorship or financial or material support 9e46def6 2008-07-22 Hilary Benn uk.org.publicwhip/member/1669 Hilary Benn uk.org.publicwhip/person/10669 2 2008-07-22-9e46def6-10669-0
3feb80d2848091b7c247f04947f82676a066b72e Leonard Collinson, of Formby (personal donation) Sponsorship or financial or material support 9e46def6 2008-07-22 Hilary Benn uk.org.publicwhip/member/1669 Hilary Benn uk.org.publicwhip/person/10669 3 2008-07-22-9e46def6-10669-0
c47f8ba8554eaf877b7bc4838914581f161f086c David Abrahams, of Newcastle (personal donation) Sponsorship or financial or material support 9e46def6 2008-07-22 Hilary Benn uk.org.publicwhip/member/1669 Hilary Benn uk.org.publicwhip/person/10669 4 2008-07-22-9e46def6-10669-0
579ae79e9237e23ec51f476573313fd740e60991 Sir Sigmund Sternberg, of London (personal donation Sponsorship or financial or material support 9e46def6 2008-07-22 Hilary Benn uk.org.publicwhip/member/1669 Hilary Benn uk.org.publicwhip/person/10669 5 2008-07-22-9e46def6-10669-0
d69bf5fe16bda9ef9307d3530705f6b9fe3042cf Donation in kind from the Co-operative Party Sponsorship or financial or material support 9e46def6 2008-07-22 Hilary Benn uk.org.publicwhip/member/1669 Hilary Benn uk.org.publicwhip/person/10669 6 2008-07-22-9e46def6-10669-0
a9f24591678c285adc63aaa219d0d5a0ded1e2a4 (Registered 17 September 2007) Sponsorship or financial or material support 9e46def6 2008-07-22 Hilary Benn uk.org.publicwhip/member/1669 Hilary Benn uk.org.publicwhip/person/10669 7 2008-07-22-9e46def6-10669-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 17.007ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette