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-06-26-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
2347b05b7dd8592e3a00449a1b9e7ebf1ba63e8a Chartered engineer (non-practising). Miscellaneous 5f2cbd10 2023-06-26   Chi Onwurah uk.org.publicwhip/person/24807 0 2023-06-26-5f2cbd10-24807-0
11c74e97860816d9668585a19b47c9d3c216c027 From 15 December 2015, Honorary Vice President of ACTSA (Action for South Africa). (Registered 17 December 2015) Miscellaneous 5f2cbd10 2023-06-26   Chi Onwurah uk.org.publicwhip/person/24807 1 2023-06-26-5f2cbd10-24807-0
a27cf0b147203dec520f653ce57db21ac942196c From 6 July 2016, Director of the Foundation for Science & Technology. (Registered 12 August 2016) Miscellaneous 5f2cbd10 2023-06-26   Chi Onwurah uk.org.publicwhip/person/24807 2 2023-06-26-5f2cbd10-24807-0
5d5a174d1c13c45961d6e2db98843c9bff1d137b 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-06-26   Chi Onwurah uk.org.publicwhip/person/24807 3 2023-06-26-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 80.172ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette