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-02-09-a41b9847-11545-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
e4243b0477f04e11b83602df6da589b758742dd1 Name of donor: Sultan of Brunei Overseas benefits and gifts a41b9847 2015-02-09 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 0 2015-02-09-a41b9847-11545-0
08762583d2262e92a7c1ec3fbf4990346197fb4d Address of donor: c/o Brunei Darussalam High Commission, 19-20 Belgrave Square, London SW1X 8PG Overseas benefits and gifts a41b9847 2015-02-09 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 1 2015-02-09-a41b9847-11545-0
6502ca3794e0c076c9d0305b507d6300730a13be Amount of donation or nature and value if donation in kind: hamper with approx. value of £2,500, which was donated to charity Overseas benefits and gifts a41b9847 2015-02-09 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 2 2015-02-09-a41b9847-11545-0
cb5920a2d411cc90bac1dccd7cfb5f7a51241219 Date of receipt of donation: 19 December 2014 Overseas benefits and gifts a41b9847 2015-02-09 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 3 2015-02-09-a41b9847-11545-0
8d939f45aa0a45fb137c7589ee3b919224de563c Date of acceptance of donation: 19 December 2014 Overseas benefits and gifts a41b9847 2015-02-09 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 4 2015-02-09-a41b9847-11545-0
787655b248504a44457530942a22cc3e339f291b Donor status: individual Overseas benefits and gifts a41b9847 2015-02-09 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 5 2015-02-09-a41b9847-11545-0
3a322aa36a2454a682c0ef0a604323a3767212d5 (Registered 16 January 2015) Overseas benefits and gifts a41b9847 2015-02-09 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 6 2015-02-09-a41b9847-11545-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 220.183ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette