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 = "2023-06-12-5f2cbd10-10854-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
d6ce993a2bf8a5e658844bac961147c50acc1198 On 26 October 2010 I transferred to a blind trust my woodland in Dumfriesshire and my registrable shareholdings. (Registered 23 September 2011; updated 12 October 2020) Miscellaneous 5f2cbd10 2023-06-12   Jonathan Djanogly uk.org.publicwhip/person/10854 0 2023-06-12-5f2cbd10-10854-0
b0c147d102d1ce67219c1aefa67cd1b06cd9cc18 From July 2015 until 19 January 2023, joint Chairman (unpaid) of the Task Force Europe of the British-Swiss chamber of Commerce (BSCC). The task force reviewed European legal and political developments that might affect UK and Swiss members of the BSCC. (Registered 22 July 2015; updated 24 January 2023) Miscellaneous 5f2cbd10 2023-06-12   Jonathan Djanogly uk.org.publicwhip/person/10854 1 2023-06-12-5f2cbd10-10854-0
4a4f257f54a3c43bb3c9e9d13f8742d2867f66a4 From 23 March 2017, Chairman (unpaid) of the British Shooting Sports Council. (Registered 29 March 2017) Miscellaneous 5f2cbd10 2023-06-12   Jonathan Djanogly uk.org.publicwhip/person/10854 2 2023-06-12-5f2cbd10-10854-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 14.341ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette