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 = "2002-05-14-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
1b084d9bedf7e6f2cd7d9d8757496a36d73d2488 Ambio Ltd.; consultants on environmental liability etc. Remunerated directorships ead1ca87 2002-05-14 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 0 2002-05-14-ead1ca87-10249-0
fdb5f0b27774b94a138e23207af2eb340ee6f5bb Chairman, Sancroft International Ltd.; sustainable development consultants, and of its subsidiary Earthcare Products Ltd. Remunerated directorships ead1ca87 2002-05-14 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 1 2002-05-14-ead1ca87-10249-0
b000e0ab68bf3e5990ab2c70b300d906d0c50e41 Environmental Director of Vivendi UK; water and waste management and rail transport. Remunerated directorships ead1ca87 2002-05-14 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 2 2002-05-14-ead1ca87-10249-0
0902da4363994bd95cbb7b180b3189d27d89ebd6 Chairman (non-executive), Valpak Ltd.; nationwide compliance scheme for the packaging industry, which aims to help businesses meet legal obligations to achieve UK targets for recovery and recycling of waste. Remunerated directorships ead1ca87 2002-05-14 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 3 2002-05-14-ead1ca87-10249-0
c1f200e5486663b5c80a5f2a69355bda27487267 Kidde PLC (non-executive); international fire safety experts. Remunerated directorships ead1ca87 2002-05-14 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 4 2002-05-14-ead1ca87-10249-0
53d75262217239cce7287c669c35c755a27a24ba Deputy Chairman (non-executive) Intersolar PLC; manufacturers of photovoltaic equipment. Remunerated directorships ead1ca87 2002-05-14 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 5 2002-05-14-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 88.907ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette