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 = "2012-06-11-53eb2ed9-24898-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
7423a721387c14c0c1d04c011593ca6f43b321d1 Name of donor: Japan Tobacco International          Gifts, benefits and hospitality (UK) 53eb2ed9 2012-06-11 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 0 2012-06-11-53eb2ed9-24898-0
c0e881dee487a7c0acce710df1cb5a56f1a48427 Address of donor : Members Hill, Brooklands Road, Weybridge, Surrey KT13 0QU          Gifts, benefits and hospitality (UK) 53eb2ed9 2012-06-11 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 1 2012-06-11-53eb2ed9-24898-0
6bf7da29b73130161ec4eb23571bc215a9a33492 Amount of donation or nature and value if donation in kind: ticket and hospitality for Test Match at the Oval on 19 August 2011; value £694.80.          Gifts, benefits and hospitality (UK) 53eb2ed9 2012-06-11 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 2 2012-06-11-53eb2ed9-24898-0
dbdf1c5c21d990760451361f17c118f4a03e164e Date of receipt of donation: 11 July 2011          Gifts, benefits and hospitality (UK) 53eb2ed9 2012-06-11 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 3 2012-06-11-53eb2ed9-24898-0
b467d98387343fb11c36e1cc2a1e3518a6bbae24 Date of acceptance of donation: 13 July 2011          Gifts, benefits and hospitality (UK) 53eb2ed9 2012-06-11 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 4 2012-06-11-53eb2ed9-24898-0
dd680ae8881ae7c69eec474815b4325fb0a4cd8b Donor status: company, registration number 03299793          Gifts, benefits and hospitality (UK) 53eb2ed9 2012-06-11 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 5 2012-06-11-53eb2ed9-24898-0
bf941944a37f29cf2b4c3c55cb09db36c06d1b4f (Registered 15 July 2011)          Gifts, benefits and hospitality (UK) 53eb2ed9 2012-06-11 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 6 2012-06-11-53eb2ed9-24898-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 15.602ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette