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