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-05-15-5f2cbd10-11003-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
8ba4ab53ac8db94025f9eab09dfb1d635246e504 I am an unremunerated director of NE First Credit Union (previously the Prince Bishop Community Bank), a non-profit making credit union. I spend about an hour per month attending Board meetings. (Registered 05 October 2012; updated 19 July 2018) Miscellaneous 5f2cbd10 2023-05-15   Kevan Jones uk.org.publicwhip/person/11003 0 2023-05-15-5f2cbd10-11003-0
7ac2e8753eb6c52fdad82fba0fb7b2772c2b717f From April 2018, Trustee (unpaid) of the Commonwealth War Graves Foundation, a charitable foundation that highlights the work of the Commonwealth War Graves Commission. (Registered 26 July 2018; updated 10 January 2020) Miscellaneous 5f2cbd10 2023-05-15   Kevan Jones uk.org.publicwhip/person/11003 1 2023-05-15-5f2cbd10-11003-0
a19abb098475d5078e7a4f1686399eae6179c6ad From 11 February 2020, an Hon. Vice President of the Society of Maritime Industries, a non-profit company. This is an unremunerated post. (Registered 13 February 2020) Miscellaneous 5f2cbd10 2023-05-15   Kevan Jones uk.org.publicwhip/person/11003 2 2023-05-15-5f2cbd10-11003-0
9b307e48636e457512af0b662723eec7c5a15c81 From the 20 April 2022, a Trustee of the Board of the Pelton Community Centre (a charitable organisation). This is an unremunerated role. (Registered 27 April 2022) Miscellaneous 5f2cbd10 2023-05-15   Kevan Jones uk.org.publicwhip/person/11003 3 2023-05-15-5f2cbd10-11003-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 12.134ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette