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-25-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
47bda73fa985dac44706a640afc6910c101866c9 Name of donor: Japan Tobacco International          Gifts, benefits and hospitality (UK) 53eb2ed9 2012-06-25 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 0 2012-06-25-53eb2ed9-24898-0
dcc3e3fe94d6f56940aa169f068569723c6f4572 Address of donor : Members Hill, Brooklands Road, Weybridge, Surrey KT13 0QU          Gifts, benefits and hospitality (UK) 53eb2ed9 2012-06-25 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 1 2012-06-25-53eb2ed9-24898-0
d5a4f00c8ad5aabe989bda4507ad80155dbba007 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-25 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 2 2012-06-25-53eb2ed9-24898-0
ebfcb8a5d592b9f52e47a81c8773e17401813aff Date of receipt of donation: 11 July 2011          Gifts, benefits and hospitality (UK) 53eb2ed9 2012-06-25 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 3 2012-06-25-53eb2ed9-24898-0
4155ba93bc21eee4ab376d924f563d4cf7c173bd Date of acceptance of donation: 13 July 2011          Gifts, benefits and hospitality (UK) 53eb2ed9 2012-06-25 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 4 2012-06-25-53eb2ed9-24898-0
688d18004f4f4d1b2670938283c4df77da877491 Donor status: company, registration number 03299793          Gifts, benefits and hospitality (UK) 53eb2ed9 2012-06-25 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 5 2012-06-25-53eb2ed9-24898-0
bbdae072d2dbc120b149275d4488e22c3e02b551 (Registered 15 July 2011)          Gifts, benefits and hospitality (UK) 53eb2ed9 2012-06-25 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 6 2012-06-25-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 41.529ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette