home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2010-02-03-9e46def6-13934-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
04a121797aa84dd395fc7650fa560d60e8e8e731 I have the rent free use of an office in the constituency provided by Tack & Co Accountants, of Southall. Sponsorship or financial or material support 9e46def6 2010-02-03 Virendra Sharma uk.org.publicwhip/member/2027 Virendra Sharma uk.org.publicwhip/person/13934 0 2010-02-03-9e46def6-13934-0
a45b3d6db2c6c27a627d5af1918bca687fd8a649 I held a '1 year as an MP' celebration party on 12 July 2008 and received in kind donations from the following UK businesses for the cost of this event: Sponsorship or financial or material support 9e46def6 2010-02-03 Virendra Sharma uk.org.publicwhip/member/2027 Virendra Sharma uk.org.publicwhip/person/13934 1 2010-02-03-9e46def6-13934-0
a72ab6b8f6b2cc88df352df7a06d4019ea6c279b KSC 1T trading as Chana Chemist, Southall, Middlesex Sponsorship or financial or material support 9e46def6 2010-02-03 Virendra Sharma uk.org.publicwhip/member/2027 Virendra Sharma uk.org.publicwhip/person/13934 2 2010-02-03-9e46def6-13934-0
db14864ec96d7a9fca08f957d896b663544196b5 Kenilworth House Nursing Home, Ealing, London Sponsorship or financial or material support 9e46def6 2010-02-03 Virendra Sharma uk.org.publicwhip/member/2027 Virendra Sharma uk.org.publicwhip/person/13934 3 2010-02-03-9e46def6-13934-0
136aa9f7085ef9e37c26a6123fa860e441afa2fc Hotel Top Limited trading as Days Hotel, South Ruislip, Middlesex Sponsorship or financial or material support 9e46def6 2010-02-03 Virendra Sharma uk.org.publicwhip/member/2027 Virendra Sharma uk.org.publicwhip/person/13934 4 2010-02-03-9e46def6-13934-0
58ae0ffe2b7cdd30556c4cbf80ddc33535f7d09a (Registered 11 August 2008) Sponsorship or financial or material support 9e46def6 2010-02-03 Virendra Sharma uk.org.publicwhip/member/2027 Virendra Sharma uk.org.publicwhip/person/13934 5 2010-02-03-9e46def6-13934-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 56.089ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette