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-30-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
7741b000270126bb3bc903f93ce8fce3e7aa8252 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-30   Barry Sheerman uk.org.publicwhip/person/10534 0 2023-10-30-5f2cbd10-10534-0
afeb5775692d6ba7e9720bfed03bf1f80d66179b 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-30   Barry Sheerman uk.org.publicwhip/person/10534 1 2023-10-30-5f2cbd10-10534-0
041d28489df20d09e46316c14545580c25116812 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-30   Barry Sheerman uk.org.publicwhip/person/10534 2 2023-10-30-5f2cbd10-10534-0
bc22715f97ea9ec57d73b03ae0e90629dfc6b64b 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-30   Barry Sheerman uk.org.publicwhip/person/10534 3 2023-10-30-5f2cbd10-10534-0
dee5b39ac6b30d8f876ddebeb35e7edb435acfd7 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-30   Barry Sheerman uk.org.publicwhip/person/10534 4 2023-10-30-5f2cbd10-10534-0
7d927f1725d2bc6aba23a991ca41fbf03ed27ce7 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-30   Barry Sheerman uk.org.publicwhip/person/10534 5 2023-10-30-5f2cbd10-10534-0
2e8c78d0a762d2234791e337e924fa2024fb40ab 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-30   Barry Sheerman uk.org.publicwhip/person/10534 6 2023-10-30-5f2cbd10-10534-0
49e116ac67a6918c4dab61808b1d8d2bae75e021 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-30   Barry Sheerman uk.org.publicwhip/person/10534 7 2023-10-30-5f2cbd10-10534-0
494daf5c7f97f67b5360c0fc8bdf14cf20510576 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-30   Barry Sheerman uk.org.publicwhip/person/10534 8 2023-10-30-5f2cbd10-10534-0
4e12013ab02a19b8326ed014eca59315cdc39fca 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-30   Barry Sheerman uk.org.publicwhip/person/10534 9 2023-10-30-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 38.944ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette