home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2023-10-30-5f2cbd10-24807-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
eb702df7f019859c671769a6d0c9497766fda2bd Chartered engineer (non-practising). Miscellaneous 5f2cbd10 2023-10-30   Chi Onwurah uk.org.publicwhip/person/24807 0 2023-10-30-5f2cbd10-24807-0
d8ce24820a90ae30efe2eca5cbb579b1130c7523 From 15 December 2015, Honorary Vice President of ACTSA (Action for South Africa). (Registered 17 December 2015) Miscellaneous 5f2cbd10 2023-10-30   Chi Onwurah uk.org.publicwhip/person/24807 1 2023-10-30-5f2cbd10-24807-0
c42c39d36c6262a8c29122e8b772e2fca2bbe936 From 6 July 2016, Director of the Foundation for Science & Technology. (Registered 12 August 2016) Miscellaneous 5f2cbd10 2023-10-30   Chi Onwurah uk.org.publicwhip/person/24807 2 2023-10-30-5f2cbd10-24807-0
eb716d8da94eefa9d97237c517d5d67b2c4576ef From 4 August 2020, Member of the Board of the Hamilton Commission, a standalone piece of research in partnership with the Royal Academy of Engineering, that will work to improve the representation of black people in UK motorsport. (Registered 23 November 2020) Miscellaneous 5f2cbd10 2023-10-30   Chi Onwurah uk.org.publicwhip/person/24807 3 2023-10-30-5f2cbd10-24807-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 147.705ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette