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-08-07-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
78534228ba644ab2738a9b4f2526dc37ca49f1bc 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-08-07   Barry Sheerman uk.org.publicwhip/person/10534 0 2023-08-07-5f2cbd10-10534-0
7ab501a0f0eaa856fcc39a5cbc2a9fc4bd2a3dc4 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-08-07   Barry Sheerman uk.org.publicwhip/person/10534 1 2023-08-07-5f2cbd10-10534-0
117adc62c1f6533c17663601f3a29ffa6f8066c8 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-08-07   Barry Sheerman uk.org.publicwhip/person/10534 2 2023-08-07-5f2cbd10-10534-0
75ee46e8b84f00c5d8d65c00c22146235eb347a4 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-08-07   Barry Sheerman uk.org.publicwhip/person/10534 3 2023-08-07-5f2cbd10-10534-0
7fb07fb15c49e3386caf2457416fd22803c6135c 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-08-07   Barry Sheerman uk.org.publicwhip/person/10534 4 2023-08-07-5f2cbd10-10534-0
52edca1ad8bf8c43beae2c8edf85b0a46748bd5c 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-08-07   Barry Sheerman uk.org.publicwhip/person/10534 5 2023-08-07-5f2cbd10-10534-0
1959202c85b6bb05e7f776532d7e092fd5ac6c3c 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-08-07   Barry Sheerman uk.org.publicwhip/person/10534 6 2023-08-07-5f2cbd10-10534-0
788b53f81d6ee8ce5f75fbd46a3ab4402b39c724 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-08-07   Barry Sheerman uk.org.publicwhip/person/10534 7 2023-08-07-5f2cbd10-10534-0
fbe9d920eda47a04035a30effe537f43f8ea2fb8 On 29 March 2023, I accepted hospitality from VISIE Communications during a Waste Logistics Conference, value £195. (Registered 11 April 2023) Miscellaneous 5f2cbd10 2023-08-07   Barry Sheerman uk.org.publicwhip/person/10534 8 2023-08-07-5f2cbd10-10534-0
69f8d4a8d0eef697f11b854ab8d8089765127401 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-08-07   Barry Sheerman uk.org.publicwhip/person/10534 9 2023-08-07-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 331.129ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette