home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

10 rows where record_id = "2023-10-16-5f2cbd10-10534-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
c258e46642faf17097e054e203542cd76c7476d7 From 9 July 2021, President of the Parliamentary Advisory Committee for Transport Safety (PACTS). Prior to 9 July 2021, I was the Chair of Trustees. This is an unpaid role. (Updated 29 November 2021) Miscellaneous 5f2cbd10 2023-10-16   Barry Sheerman uk.org.publicwhip/person/10534 0 2023-10-16-5f2cbd10-10534-0
4c08cf1af49d2ab135655cde06da580c7afcd65a 23 November 2020, Chair of Thames Renaissance Ltd, an independent body which gathers data in order to inform more effective and constructive use of the River Thames. This is an unpaid role. (Registered 02 March 2021) Miscellaneous 5f2cbd10 2023-10-16   Barry Sheerman uk.org.publicwhip/person/10534 1 2023-10-16-5f2cbd10-10534-0
16fb9661d189c801c3ca1252d04dbb59d66ba196 From 1 August 2015, Chair (currently unpaid) of Optimised Waste Logistics Group (OWL), which is managed by CMS SupaTrak Ltd, Delta 1200, Welton Road, Swindon, SN5 7XZ. (Registered 18 May 2016; updated 27 May 2016 and 11 March 2021) Miscellaneous 5f2cbd10 2023-10-16   Barry Sheerman uk.org.publicwhip/person/10534 2 2023-10-16-5f2cbd10-10534-0
9e6d8636c5beed63813d338eca670365f05d9829 From 25 October 1995, Chair of Policy Connect, a cross-party think tank focusing on education, industry, sustainability and health. This is an unpaid role. (Registered 23 November 2021) Miscellaneous 5f2cbd10 2023-10-16   Barry Sheerman uk.org.publicwhip/person/10534 3 2023-10-16-5f2cbd10-10534-0
f6b3657c08261d13ef65b7fcd4e487b4c72d01a0 From 24 August 2007, Chair of the John Clare Trust, which runs John Clare Cottage, preserving it and the poet’s works for future generations. This is an unpaid role. (Registered 23 November 2021) Miscellaneous 5f2cbd10 2023-10-16   Barry Sheerman uk.org.publicwhip/person/10534 4 2023-10-16-5f2cbd10-10534-0
ed20d5ddc30d72caa6970668ca9de9501ccc6197 From 2 January 2015, Director of the Fairlife Foundation, a registered charity focused on improving financial products and promoting financial education. This is an unpaid role. (Registered 23 November 2021) Miscellaneous 5f2cbd10 2023-10-16   Barry Sheerman uk.org.publicwhip/person/10534 5 2023-10-16-5f2cbd10-10534-0
068102efc5991158cfc1509478701e6048de3976 On 16 November 2022, I accepted hotel accommodation from VISIE Communications for two nights at the Majestic Hotel Harrogate during the OWL Roadshow North, value £190. (Registered 24 November 2022) Miscellaneous 5f2cbd10 2023-10-16   Barry Sheerman uk.org.publicwhip/person/10534 6 2023-10-16-5f2cbd10-10534-0
d3026cb908f4a97edb4b015a72c28a90fb50dce5 From 6 February 2023, Director the of Sheerman Foundation Limited, a company limited by guarantee set up for the purposes of supporting environmental causes, sustainable development and the relief of poverty. (Registered 6 February 2023; updated 26 April 2023) Miscellaneous 5f2cbd10 2023-10-16   Barry Sheerman uk.org.publicwhip/person/10534 7 2023-10-16-5f2cbd10-10534-0
fb2c73aa88a8f1399bc08133db83e88d775a6eec On 29 March 2023, I accepted hospitality from VISIE Communications during a Waste Logistics Conference, value £195. (Registered 11 April 2023) Miscellaneous 5f2cbd10 2023-10-16   Barry Sheerman uk.org.publicwhip/person/10534 8 2023-10-16-5f2cbd10-10534-0
a752363064fa8972c4a77d93e55e5e8c0c167c57 From 25 April 2023, Trustee of the Future Justice Project, a registered charity set up to support the sound administration of the UK's justice system. This is an unpaid role. (Registered 26 April 2023) Miscellaneous 5f2cbd10 2023-10-16   Barry Sheerman uk.org.publicwhip/person/10534 9 2023-10-16-5f2cbd10-10534-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 17.659ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette