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-10-22-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
ede5ec072a5041997c05d3662d222f4f8eb0b1d5 Chairman, Sancroft International Ltd.; consultants in corporate responsibility, environment, and of its subsidiary Earthcare Products Ltd. Remunerated directorships ead1ca87 2004-10-22 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 0 2004-10-22-ead1ca87-10249-0
2ad0c7f7a8bd9320f1ca56bfa829b13cd4f82cda Chairman, Veolia (formerly Vivendi UK); water companies. Remunerated directorships ead1ca87 2004-10-22 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 1 2004-10-22-ead1ca87-10249-0
366567859e511a848d009a5a554a3f57bbf1d622 Chairman (non-executive), Valpak Ltd.; not-for-profit organisation for compliance with packaging waste directive. Remunerated directorships ead1ca87 2004-10-22 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 2 2004-10-22-ead1ca87-10249-0
dcceabeeb72b41b9699fc4a165a980f07fcc5f46 Kidde PLC (non-executive); fire prevention. Remunerated directorships ead1ca87 2004-10-22 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 3 2004-10-22-ead1ca87-10249-0
b8b8a7e7f5ae027d07361ad838ab6a4e344af2b2 Chairman of the Association of Independent Financial Advisers; a representative trade organisation. Remunerated directorships ead1ca87 2004-10-22 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 4 2004-10-22-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 245.126ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette