home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2005-04-11-ead1ca87-10249-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
3655aa5394223556758271ca31f710ad7d610f14 Chairman, Sancroft International Ltd.; consultants in corporate responsibility, environment, and of its subsidiary Earthcare Products Ltd. Remunerated directorships ead1ca87 2005-04-11 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 0 2005-04-11-ead1ca87-10249-0
25ba9b33b0e87ac35efe57932c1cfea927f61f3c Chairman, Veolia (formerly Vivendi UK); water companies. Remunerated directorships ead1ca87 2005-04-11 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 1 2005-04-11-ead1ca87-10249-0
abb861826117aa500e9e7e5efebd268c43429df1 Chairman (non-executive), Valpak Ltd.; not-for-profit organisation for compliance with packaging waste directive. Remunerated directorships ead1ca87 2005-04-11 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 2 2005-04-11-ead1ca87-10249-0
038a3d8dadb8957f63b4ee890c33698a6778bc9c Kidde PLC (non-executive); fire prevention. Remunerated directorships ead1ca87 2005-04-11 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 3 2005-04-11-ead1ca87-10249-0
779ed037a9a7efa192044105feab5fdb1771c771 Chairman of the Association of Independent Financial Advisers; a representative trade organisation. Remunerated directorships ead1ca87 2005-04-11 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 4 2005-04-11-ead1ca87-10249-0
a236c9fc8a519220e07354f0a29f7e88fd8095b8 Sovereign Reversions Limited (non-executive); home reversions. Remunerated directorships ead1ca87 2005-04-11 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 5 2005-04-11-ead1ca87-10249-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 40.819ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette