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 = "2015-03-09-9e46def6-10023-1" 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
36b7ae94c9154fcd633ffd3735f4388c9064e363 Name of donor: Lighting Industry Association Limited Sponsorship or financial or material support 9e46def6 2015-03-09 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 0 2015-03-09-9e46def6-10023-1
45399ca6250e5753b75c0e732a277fd7eefb32f5 Address of donor: Ground Floor, Westminster Tower, 3 Albert Embankment, London SE1 7SL Sponsorship or financial or material support 9e46def6 2015-03-09 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 1 2015-03-09-9e46def6-10023-1
e5466349da2bfce3300606b0aeb32a7c82123282 Amount of donation or nature and value if donation in kind: I employ a research assistant who receives £700 per month direct from the Lighting Industry Association Limited, solely in connection with work that she does in support of the Associate All-Party Lighting Group. Sponsorship or financial or material support 9e46def6 2015-03-09 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 2 2015-03-09-9e46def6-10023-1
94a78f1963249a2d41c871e6f92fa52345d4f353 Date of receipt: ongoing since May 2011 Sponsorship or financial or material support 9e46def6 2015-03-09 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 3 2015-03-09-9e46def6-10023-1
9f9dde64b7a6273ba631a4d6159ef2e3fe184998 Date of acceptance: May 2011 Sponsorship or financial or material support 9e46def6 2015-03-09 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 4 2015-03-09-9e46def6-10023-1
8c2770a45a3d54691eb6a8d4244376e3f253eba0 Donor status: company, registration 0604111 Sponsorship or financial or material support 9e46def6 2015-03-09 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 5 2015-03-09-9e46def6-10023-1
aad09b1f0945919e5ebbfa257db69fe0bcc8cd61 (Registered 17 May 2011; updated 18 January 2013; updated 20 January 2014) Sponsorship or financial or material support 9e46def6 2015-03-09 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 6 2015-03-09-9e46def6-10023-1

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.494ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette