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 = "2022-11-14-c0ee8024-24822-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
4ccd04ae128c2ef624a5eb4f905090e9b90612dd 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 2022-11-14   Nadhim Zahawi uk.org.publicwhip/person/24822 0 2022-11-14-c0ee8024-24822-0
0309e0a061c690cd145032e5566e037df3f8067b 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 2022-11-14   Nadhim Zahawi uk.org.publicwhip/person/24822 1 2022-11-14-c0ee8024-24822-0
f830df017bab3a4dacfa5aa9ca7e205299dcce22 From 31 March 2021, a residential property in Dubai: (i). (Registered 12 April 2021) Land and property portfolio: (i) value over £100,000 and/or (ii) giving rental income of over £10,000 a year c0ee8024 2022-11-14   Nadhim Zahawi uk.org.publicwhip/person/24822 2 2022-11-14-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 13.879ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette