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-07-11-c0ee8024-24822-0" sorted by sort_order

✎ View and edit SQL

This data as json, CSV (advanced)

date (date) 1 ✖

  • 2022-07-11 3
hash item category_id date member_id person_id sort_order ▼ record_id
1c46c328475b8c8c1d35aed6c375bb99891516b3 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-07-11   Nadhim Zahawi uk.org.publicwhip/person/24822 0 2022-07-11-c0ee8024-24822-0
28891bb0a47b1625aaaf2710ab6598bfaa0e411e 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-07-11   Nadhim Zahawi uk.org.publicwhip/person/24822 1 2022-07-11-c0ee8024-24822-0
061896fe16c545201b1a184748f0d66d678dfba3 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-07-11   Nadhim Zahawi uk.org.publicwhip/person/24822 2 2022-07-11-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 122.324ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette