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-09-04-5f2cbd10-10761-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
98a4c4ce94f4c945e381daeaa29996f8d1d2e291 From 1 July 2022, a trustee of Rhondda Arts Festival in Treorchy (RAFT). This is an unpaid role. (Registered 17 August 2020; updated 27 February 2023) Miscellaneous 5f2cbd10 2023-09-04   Chris Bryant uk.org.publicwhip/person/10761 0 2023-09-04-5f2cbd10-10761-0
fec48f9a574cdb34b06a259718561aebbf642a22 From 13 October 2022, a Member of the National Institute for Healthcare Research (NIHR) Brain Injury MedTech Co-operative Advisory Board. This is an unpaid role. (Registered 19 October 2022) Miscellaneous 5f2cbd10 2023-09-04   Chris Bryant uk.org.publicwhip/person/10761 1 2023-09-04-5f2cbd10-10761-0
a16643757199a794231c7281ba9551d5097d5011 From 31 December 2020, a trustee of the History of Parliament Trust. This is an unpaid role. (Registered 27 February 2023) Miscellaneous 5f2cbd10 2023-09-04   Chris Bryant uk.org.publicwhip/person/10761 2 2023-09-04-5f2cbd10-10761-0
bae6b2d43436a4aee07583b450513ffbece06733 From 21 March 2021, a trustee of the Mabon Trust, which offers small grants to community projects, organisations, individuals and charities in the Rhondda. This is an unpaid role. (Registered 27 February 2023) Miscellaneous 5f2cbd10 2023-09-04   Chris Bryant uk.org.publicwhip/person/10761 3 2023-09-04-5f2cbd10-10761-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.454ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette