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-84642823-10040-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
59292e719a66412f158103d48796c3ca30dd7255 Name of donor: Lawn Tennis Association Gifts, benefits and hospitality (UK) 84642823 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 0 2015-03-30-84642823-10040-0
72d4812b2f790a0cbe8546a547c3fb9515dec4fc Address of donor: National Tennis Centre, 100 Priory Lane, London SW15 5JQ Gifts, benefits and hospitality (UK) 84642823 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 1 2015-03-30-84642823-10040-0
ac2bf9526bdda85b00385e8214866a7508df277a Amount of donation or nature and value if donation in kind: Seats in the Royal Box at (1) the Aegon championship, 15 June 2014, estimated value £1,300; at Wimbledon on (2) 27 June 2014, estimated value £1,895 and (3) 6 July 2014, estimated value £4,315; £7,510 in total Gifts, benefits and hospitality (UK) 84642823 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 2 2015-03-30-84642823-10040-0
355ce19886a149184a0101a95e140f369ab93c52 Date of receipt of donation: (1) 11 June 2014; (2) 13 June 2014 and (3) 4 July 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 3 2015-03-30-84642823-10040-0
99897d7e2bdda17dc8bbd423735134f4b682ddc9 Date of acceptance of donation: (1) 15 June 2014; (2) 27 June 2014 and (3) 6 July 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 4 2015-03-30-84642823-10040-0
14e740e1a8eb9d00a88cf69a1ea65e42eb9690ab Donor status: company, registration 07459469 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 5 2015-03-30-84642823-10040-0
3ad47a39227e667bcbd7dffc72148b90e754de77 (Registered 9 July 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 6 2015-03-30-84642823-10040-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 199.008ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette