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