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-11858-5" 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
786a8bd9c886464e86b0e215d236a75b729b50a8 Name of donor: Chelsea Football Club Ltd Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 0 2015-03-30-84642823-11858-5
f5405f3d9aa48c5ac2c960241ef1dc1da3090ac2 Address of donor: Stamford Bridge Ground, Fulham Road, London SW6 1HS Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 1 2015-03-30-84642823-11858-5
146227f80806f7137140637bb2b95bd6ee5da0fe Amount of donation or nature and value if donation in kind: two tickets for the Chelsea Foundation Box with hospitality, total value £512 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 2 2015-03-30-84642823-11858-5
151db28a9d9ed3e30ba101d312f2f06bde8a584e Date of receipt of donation: 1 November 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 3 2015-03-30-84642823-11858-5
f217b4130264a11316b4027b2a786c603c028ff4 Date of acceptance of donation: 1 November 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 4 2015-03-30-84642823-11858-5
97507c0a8c37f3e1ff6d381e33ffe867f2b767db Donor status: company, registration 1965149 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 5 2015-03-30-84642823-11858-5
11fb898b5a041efe47792e395163f04f7ab44dba (Registered 6 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 6 2015-03-30-84642823-11858-5

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