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-01-26-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
0b1607a2fb1e9254df52ae70da46b4cb49e5f823 Name of donor: Sultan of Brunei Overseas benefits and gifts a41b9847 2015-01-26 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 0 2015-01-26-a41b9847-11545-0
b31bb8be397040fea5a1d2fdf69bcc790ce82c73 Address of donor: c/o Brunei Darussalam High Commission, 19-20 Belgrave Square, London SW1X 8PG Overseas benefits and gifts a41b9847 2015-01-26 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 1 2015-01-26-a41b9847-11545-0
4a0189178025dc8f592a5109260ddaf644eead79 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-01-26 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 2 2015-01-26-a41b9847-11545-0
bb8cbf0e9945e8e3c67cf8f155e05dfd11601656 Date of receipt of donation: 19 December 2014 Overseas benefits and gifts a41b9847 2015-01-26 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 3 2015-01-26-a41b9847-11545-0
2ef0b63f8a6ecceb839fd70aa921312a7ea27353 Date of acceptance of donation: 19 December 2014 Overseas benefits and gifts a41b9847 2015-01-26 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 4 2015-01-26-a41b9847-11545-0
ae1afa144612c7d48571b81709d5f0e3765a02c5 Donor status: individual Overseas benefits and gifts a41b9847 2015-01-26 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 5 2015-01-26-a41b9847-11545-0
3890c702832cfa73516846e3c791c78d3ddaf6bb (Registered 16 January 2015) Overseas benefits and gifts a41b9847 2015-01-26 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 6 2015-01-26-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 113.78ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette