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-8f616a6e-10040-3" 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
b7f0b778316353e2e5390345ac057a1a45002509 Name of donor: Vascroft Contractors Ltd Sponsorships 8f616a6e 2015-03-09 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 0 2015-03-09-8f616a6e-10040-3
9f03e2034e2dd24576c25b62ed275d06afae29ad Address of donor: Vascroft Estate, 861 Coronation Rd, London NW10 7PT Sponsorships 8f616a6e 2015-03-09 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 1 2015-03-09-8f616a6e-10040-3
880764895f8a3ef6150f00f2bc9334c84502afad Amount of donation or nature and value if donation in kind: £3,500 Sponsorships 8f616a6e 2015-03-09 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 2 2015-03-09-8f616a6e-10040-3
267dda78f01d1f2cb2aba2490237cec3705b77bd Date of receipt: 23 May 2014 Sponsorships 8f616a6e 2015-03-09 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 3 2015-03-09-8f616a6e-10040-3
8dc15d3f2b91a81240cdbf3077015d682127890e Date of acceptance: 18 June 2014 Sponsorships 8f616a6e 2015-03-09 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 4 2015-03-09-8f616a6e-10040-3
74a22d88a62e5eadf64a6d13f54bcff23713cbb7 Donor status: company, registration 1293674 Sponsorships 8f616a6e 2015-03-09 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 5 2015-03-09-8f616a6e-10040-3
9041bc9ed17c3fdf96fb712327be2eaf2121d887 (Registered 19 June 2014) Sponsorships 8f616a6e 2015-03-09 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 6 2015-03-09-8f616a6e-10040-3

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