home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

4 rows where record_id = "2016-06-27-64e8edeb-10777-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
c8224e0d66d7d7e4d4f00bc7d47cae02b3d17c0a In my capacity as Leader of the Conservative Party, I have accepted Honorary Membership for life of the Carlton Club. Gifts, benefits and hospitality from UK sources 64e8edeb 2016-06-27   David Cameron uk.org.publicwhip/person/10777 0 2016-06-27-64e8edeb-10777-0
81ddd5fde5096671ea1a2da7cac5d188c86b1127 Name of donor: Ellesborough Golf Club Address of donor: Butlers Cross, Aylesbury, Buckinghamshire HP17 OTZ Amount of donation or nature and value if donation in kind: honorary membership of Ellesborough Golf Club; value for 2015-16 £1,165 p.a. Date of receipt of donation: June 2011; renewed annually Date of acceptance of donation: 9 June 2011 Donor status: unincorporated association (Registered 15 February 2012; updated 4 February 2013, 21 November 2014 and 8 June 2015) Gifts, benefits and hospitality from UK sources 64e8edeb 2016-06-27   David Cameron uk.org.publicwhip/person/10777 1 2016-06-27-64e8edeb-10777-0
6a1fea35e7d9354b62bf7a661c8b46b3a72a06fd Name of donor: Fortnum and Mason plc Address of donor: 181 Piccadilly, London W1A 1ER Amount of donation or nature and value if donation in kind: Hamper with a value of £500 Date received: 8 May 2015 Date accepted: 8 May 2015 Donor status: company, registration number 00084909 (Registered 08 June 2015) Gifts, benefits and hospitality from UK sources 64e8edeb 2016-06-27   David Cameron uk.org.publicwhip/person/10777 2 2016-06-27-64e8edeb-10777-0
5d29640724743ba36c0fcd9aa2bcf52b635a5703 On 1 October 2015, I accepted honorary membership of Mark’s Club, a private members’ club, of 46 Charles St, London W1J 5EJ. (Registered 21 October 2015) Gifts, benefits and hospitality from UK sources 64e8edeb 2016-06-27   David Cameron uk.org.publicwhip/person/10777 3 2016-06-27-64e8edeb-10777-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 59.754ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette