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 = "2022-11-28-5f2cbd10-24817-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
f5e7955d60f773f27f6035f555042711daa9dcf0 Director (unpaid) of The Norfolk Way, a non-profit social enterprise. (Registered 02 February 2018) Miscellaneous 5f2cbd10 2022-11-28   George Freeman uk.org.publicwhip/person/24817 0 2022-11-28-5f2cbd10-24817-0
59a2ecb593179d119436a726932087f23f9fb8db From 1 April 2020, Trustee (unpaid), and between 1 October 2020 and 12 November 2020, Chair (unpaid), of the Big Tent Foundation, a not-for-profit non-party foundation for the renewal of mainstream political engagement; formerly the Capital Ideas Foundation Ltd, of which I was the Board Chairman/Director (unpaid) between 16 August 2017 and 7 September 2019. (Registered 02 February 2018; updated 17 February 2021) Miscellaneous 5f2cbd10 2022-11-28   George Freeman uk.org.publicwhip/person/24817 1 2022-11-28-5f2cbd10-24817-0
c2861eea89b76a33eac7445e17a4d6f187674303 From 6 January 2021 until 2 November 2021, Director (unpaid) of Reform for Resilience Ltd. (Registered 11 February 2021; updated 17 February 2021 and 10 November 2021) Miscellaneous 5f2cbd10 2022-11-28   George Freeman uk.org.publicwhip/person/24817 2 2022-11-28-5f2cbd10-24817-0
cf8d126fc89fdbf09df06dfbe69fd6b17ed09e33 From 1 November 2018, Chair (unpaid) of Bridge of Hope, a not-for-profit project, set up by the Racing Foundation and RESUME Foundation, to help the marginalised gain a job in the horseracing industry. (Registered 17 February 2021) Miscellaneous 5f2cbd10 2022-11-28   George Freeman uk.org.publicwhip/person/24817 3 2022-11-28-5f2cbd10-24817-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 20.792ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette