home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2020-11-09-c0ee8024-24822-0" sorted by category_id

✎ 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
bf2028efed74601c84ee0c134cc759546dd8b6e2 Residential property and 31 acres of land in Warwickshire, with stables run as a livery yard by Zahawi and Zahawi Ltd who also receive rental income for them: (i) and (ii). (Updated 08 January 2020) Land and property portfolio: (i) value over £100,000 and/or (ii) giving rental income of over £10,000 a year c0ee8024 2020-11-09   Nadhim Zahawi uk.org.publicwhip/person/24822 0 2020-11-09-c0ee8024-24822-0
5f0e5a9799f20ac6a6f2bb0a6a0aa5f2935846e2 Until 1 January 2020, residential buy to let property in London, divided into three flats: (i) and (ii). (Registered 12 June 2013; updated 08 January 2020) Land and property portfolio: (i) value over £100,000 and/or (ii) giving rental income of over £10,000 a year c0ee8024 2020-11-09   Nadhim Zahawi uk.org.publicwhip/person/24822 1 2020-11-09-c0ee8024-24822-0
a240003e64d9d789c16ff08f7a389b543d1991eb House in London, rented out from 30 June 2015: (i) and (ii). (Registered 31 July 2015) Land and property portfolio: (i) value over £100,000 and/or (ii) giving rental income of over £10,000 a year c0ee8024 2020-11-09   Nadhim Zahawi uk.org.publicwhip/person/24822 2 2020-11-09-c0ee8024-24822-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 134.526ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette