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-10-01-84642823-10036-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
affd6994191a3432560b3a83f1266fddd1c5cb5a Name of donor: Total Ltd Gifts, benefits and hospitality (UK) 84642823 2012-10-01 Stuart Bell uk.org.publicwhip/member/40400 Stuart Bell uk.org.publicwhip/person/10036 0 2012-10-01-84642823-10036-0
ab959346bba12d3361ec6a0ceede0b02601db089 Address of donor: 33 Cavendish Square , London W1G 0PW Gifts, benefits and hospitality (UK) 84642823 2012-10-01 Stuart Bell uk.org.publicwhip/member/40400 Stuart Bell uk.org.publicwhip/person/10036 1 2012-10-01-84642823-10036-0
4e738f889ebbd96febe42a6856449dea11b36dc3 Amount of donation or nature and value if donation in kind: One Category B ticket and hospitality for opening of Olympic Games, with a value of £4,500 Gifts, benefits and hospitality (UK) 84642823 2012-10-01 Stuart Bell uk.org.publicwhip/member/40400 Stuart Bell uk.org.publicwhip/person/10036 2 2012-10-01-84642823-10036-0
ee8628082fb8127c67a99fb4bd829918d59a0914 Date of receipt of donation: 27 July 2012 Gifts, benefits and hospitality (UK) 84642823 2012-10-01 Stuart Bell uk.org.publicwhip/member/40400 Stuart Bell uk.org.publicwhip/person/10036 3 2012-10-01-84642823-10036-0
8e7e1e16eb95c7a7f22b79d6d5fa106df089070d Date of acceptance of donation: 27 July 2012 Gifts, benefits and hospitality (UK) 84642823 2012-10-01 Stuart Bell uk.org.publicwhip/member/40400 Stuart Bell uk.org.publicwhip/person/10036 4 2012-10-01-84642823-10036-0
3c95f32ec742f1dfe1818bddb881a30a6902d55e Donor status: company, registration number 1722136 Gifts, benefits and hospitality (UK) 84642823 2012-10-01 Stuart Bell uk.org.publicwhip/member/40400 Stuart Bell uk.org.publicwhip/person/10036 5 2012-10-01-84642823-10036-0
de02318d67408fd9a4080dac874a63615d6a448c (Registered 13 August 2012 ) Gifts, benefits and hospitality (UK) 84642823 2012-10-01 Stuart Bell uk.org.publicwhip/member/40400 Stuart Bell uk.org.publicwhip/person/10036 6 2012-10-01-84642823-10036-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 108.28ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette