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-07-10-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
d25d9ef6487fa848b809d27705cbdb2898c3217d 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-07-10   Barry Sheerman uk.org.publicwhip/person/10534 0 2023-07-10-5f2cbd10-10534-0
cd5838421d57fc0bab4c8b3f940f679d07c0636c 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-07-10   Barry Sheerman uk.org.publicwhip/person/10534 1 2023-07-10-5f2cbd10-10534-0
14c7be5dfe451627ac21cfbc871af7d15c89e043 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-07-10   Barry Sheerman uk.org.publicwhip/person/10534 2 2023-07-10-5f2cbd10-10534-0
6a23ee0fdd1501f14a8ceb0434f3bfc328e4d80d 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-07-10   Barry Sheerman uk.org.publicwhip/person/10534 3 2023-07-10-5f2cbd10-10534-0
09834a6740181a3f04d54ea976e116e60ad21657 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-07-10   Barry Sheerman uk.org.publicwhip/person/10534 4 2023-07-10-5f2cbd10-10534-0
82a5d1f7d17e2396f55df216fb336b9386531008 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-07-10   Barry Sheerman uk.org.publicwhip/person/10534 5 2023-07-10-5f2cbd10-10534-0
3896e4bff32d33e9c425a63ec6f64721286a89c6 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-07-10   Barry Sheerman uk.org.publicwhip/person/10534 6 2023-07-10-5f2cbd10-10534-0
4a9cbc6bd7ae33d3d5802da9f9492d81bfc3eb15 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-07-10   Barry Sheerman uk.org.publicwhip/person/10534 7 2023-07-10-5f2cbd10-10534-0
1f61f818405b76ad35d1441ff17dfe63ef650034 On 29 March 2023, I accepted hospitality from VISIE Communications during a Waste Logistics Conference, value £195. (Registered 11 April 2023) Miscellaneous 5f2cbd10 2023-07-10   Barry Sheerman uk.org.publicwhip/person/10534 8 2023-07-10-5f2cbd10-10534-0
f8c92b1361a89d7c75a02945e1e0a8072663b5e6 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-07-10   Barry Sheerman uk.org.publicwhip/person/10534 9 2023-07-10-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 14.783ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette