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-08-07-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
b11fd2828d78b7e606eb15fce889ce818094efff Chartered engineer (non-practising). Miscellaneous 5f2cbd10 2023-08-07   Chi Onwurah uk.org.publicwhip/person/24807 0 2023-08-07-5f2cbd10-24807-0
3622efd7af962c4b09c0e83d42e683bbff388c17 From 15 December 2015, Honorary Vice President of ACTSA (Action for South Africa). (Registered 17 December 2015) Miscellaneous 5f2cbd10 2023-08-07   Chi Onwurah uk.org.publicwhip/person/24807 1 2023-08-07-5f2cbd10-24807-0
34f18829a30ac4b770827174e36aaeceec7ac397 From 6 July 2016, Director of the Foundation for Science & Technology. (Registered 12 August 2016) Miscellaneous 5f2cbd10 2023-08-07   Chi Onwurah uk.org.publicwhip/person/24807 2 2023-08-07-5f2cbd10-24807-0
782e2f0d2dd0aae08b58c220b372f783adca15c8 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-08-07   Chi Onwurah uk.org.publicwhip/person/24807 3 2023-08-07-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 94.309ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette