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 = "2021-10-04-c0ee8024-24822-0" sorted by sort_order

✎ 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
4959591360267a3ddb732b77c8235e61a25777c8 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 2021-10-04   Nadhim Zahawi uk.org.publicwhip/person/24822 0 2021-10-04-c0ee8024-24822-0
27244d2c082498ea812ec0dcc69e19ad6d8c5063 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 2021-10-04   Nadhim Zahawi uk.org.publicwhip/person/24822 1 2021-10-04-c0ee8024-24822-0
3b8ca9fc281596dd66d3fc1a05de9ac113ff4a58 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 2021-10-04   Nadhim Zahawi uk.org.publicwhip/person/24822 2 2021-10-04-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 40.979ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette