home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2004-05-21-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
b1f938f7a30438e538df4ba6250f3d5368a091a3 Chairman, Sancroft International Ltd.; consultants in corporate responsibility, environment, and of its subsidiary Earthcare Products Ltd. Remunerated directorships ead1ca87 2004-05-21 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 0 2004-05-21-ead1ca87-10249-0
dcc267de6ceccd97b0dc123a6ddcf4c74e1e42ed Chairman, Veolia (formerly Vivendi UK); water companies. Remunerated directorships ead1ca87 2004-05-21 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 1 2004-05-21-ead1ca87-10249-0
9cb47e223db1560e78f440d0e264f2cbbfecba39 Chairman (non-executive), Valpak Ltd.; not-for-profit organisation for compliance with packaging waste directive. Remunerated directorships ead1ca87 2004-05-21 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 2 2004-05-21-ead1ca87-10249-0
846cd9083bc2c5b5ebcdc2000d6755e5c4d9f090 Kidde PLC (non-executive); fire prevention. Remunerated directorships ead1ca87 2004-05-21 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 3 2004-05-21-ead1ca87-10249-0
9b84e98f10c805761d9fb9b4ce18943f091f8368 Chairman of the Association of Independent Financial Advisers; a representative trade organisation. Remunerated directorships ead1ca87 2004-05-21 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 4 2004-05-21-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 22.773ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette