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-10-9e46def6-10761-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
53e11c7d6b8b25d57a2504a5a12f1ff44ee79099 At a dinner which I hosted in London for the Rhondda Labour Party donations to the Rhondda Labour Party were made by the following: Sponsorship or financial or material support 9e46def6 2010-03-10 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 0 2010-03-10-9e46def6-10761-0
92c8e4e55bfd2eddab7a68aa81708fe827fa6e8e Daniel Lawrence, from Birmingham (personal donation) Sponsorship or financial or material support 9e46def6 2010-03-10 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 1 2010-03-10-9e46def6-10761-0
1147c2c3ab10cff6876855e6c21ae9d0bd3639f7 Henry Badenhorst, from London (personal donation) Sponsorship or financial or material support 9e46def6 2010-03-10 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 2 2010-03-10-9e46def6-10761-0
91758d8d14ec05a6a08c26530b63dd6db277da71 Craig Fraser, from London (personal donation) Sponsorship or financial or material support 9e46def6 2010-03-10 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 3 2010-03-10-9e46def6-10761-0
63febb5777b6b4974c35a39e3879e8807a29b471 May Fair Hotel (donation of services for auction) Sponsorship or financial or material support 9e46def6 2010-03-10 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 4 2010-03-10-9e46def6-10761-0
e2ad5c600eb238b19ba3e53efaac18fcfd6d0e2f (Registered 18 March 2009) Sponsorship or financial or material support 9e46def6 2010-03-10 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 5 2010-03-10-9e46def6-10761-0
d96e9358610734db42288b93bfb493b60b3ba14b Fundraising dinner held by the Rhondda Labour Party in Tonypandy on 16 April 2009. (Registered 7 May 2009) Sponsorship or financial or material support 9e46def6 2010-03-10 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 6 2010-03-10-9e46def6-10761-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 26.289ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette