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 = "2011-06-06-8f616a6e-10348-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
83fd5e1811f8748b699e0c546398cc149a6336d3 4(a) Donations to my constituency party or association, which have been or will be reported by my party to the Electoral Commission: Sponsorships 8f616a6e 2011-06-06 Eleanor Laing uk.org.publicwhip/member/40249 Eleanor Laing uk.org.publicwhip/person/10348 0 2011-06-06-8f616a6e-10348-0
58fa49a43e9439a15b6a9fbf2227c3388426a6ba Name of donor: Don Lewin Sponsorships 8f616a6e 2011-06-06 Eleanor Laing uk.org.publicwhip/member/40249 Eleanor Laing uk.org.publicwhip/person/10348 1 2011-06-06-8f616a6e-10348-0
aebab56252fa12db59ebf11e60faa0f16f201c6e Name of donor: Robin & Jean Llewellyn-Jones Sponsorships 8f616a6e 2011-06-06 Eleanor Laing uk.org.publicwhip/member/40249 Eleanor Laing uk.org.publicwhip/person/10348 6 2011-06-06-8f616a6e-10348-0
e777be5b0469c8124da34104eefd9ddf689fb956 Address of donor: private Sponsorships 8f616a6e 2011-06-06 Eleanor Laing uk.org.publicwhip/member/40249 Eleanor Laing uk.org.publicwhip/person/10348 7 2011-06-06-8f616a6e-10348-0
f870e0565d0538bb8e382d15fe8aacd5999bde41 Amount of donation or nature and value if donation in kind: £5,000 Sponsorships 8f616a6e 2011-06-06 Eleanor Laing uk.org.publicwhip/member/40249 Eleanor Laing uk.org.publicwhip/person/10348 8 2011-06-06-8f616a6e-10348-0
63f1aeaf9aab44a4611895257a4c3a37a4f97f50 Donor status: individual Sponsorships 8f616a6e 2011-06-06 Eleanor Laing uk.org.publicwhip/member/40249 Eleanor Laing uk.org.publicwhip/person/10348 9 2011-06-06-8f616a6e-10348-0
6abcf28eca8593d5cef47e334a76ade6f2fcd95d (Registered 25 June 2010) Sponsorships 8f616a6e 2011-06-06 Eleanor Laing uk.org.publicwhip/member/40249 Eleanor Laing uk.org.publicwhip/person/10348 10 2011-06-06-8f616a6e-10348-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 142.744ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette