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-30-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
a9c851fa21c4ddada94be3f58dd5286b34b0a3e4 Name of donor: Sultan of Brunei Overseas benefits and gifts a41b9847 2015-03-30 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 0 2015-03-30-a41b9847-11545-0
bab0ba32dc8f2004122559f89244686fc38cd756 Address of donor: c/o Brunei Darussalam High Commission, 19-20 Belgrave Square, London SW1X 8PG Overseas benefits and gifts a41b9847 2015-03-30 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 1 2015-03-30-a41b9847-11545-0
92e4a6ce1d9e2b8ddcf509d2932ee0061e78a683 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-03-30 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 2 2015-03-30-a41b9847-11545-0
3327d071981afd7dcbc56f0189fcb432d4ad9c3c Date of receipt of donation: 19 December 2014 Overseas benefits and gifts a41b9847 2015-03-30 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 3 2015-03-30-a41b9847-11545-0
f52e07db71bd6e202d048f0d4695c7eed200385f Date of acceptance of donation: 19 December 2014 Overseas benefits and gifts a41b9847 2015-03-30 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 4 2015-03-30-a41b9847-11545-0
4d2c51cb1c7bf89ce5745f92314f3c3e9f31b3d8 Donor status: individual Overseas benefits and gifts a41b9847 2015-03-30 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 5 2015-03-30-a41b9847-11545-0
2a16fa469f0505ca85f8919bf5704a81ebb35def (Registered 16 January 2015) Overseas benefits and gifts a41b9847 2015-03-30 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 6 2015-03-30-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 22.533ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette