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 = "2005-01-28-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
b2b29d6ec568268f5d6e5be15311cd177d4296de Chairman, Sancroft International Ltd.; consultants in corporate responsibility, environment, and of its subsidiary Earthcare Products Ltd. Remunerated directorships ead1ca87 2005-01-28 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 0 2005-01-28-ead1ca87-10249-0
ba0669d650899a754467a6c55b2140f6ab7aa8ff Chairman, Veolia (formerly Vivendi UK); water companies. Remunerated directorships ead1ca87 2005-01-28 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 1 2005-01-28-ead1ca87-10249-0
e23cab9e3150765c37fee51893686739ede49a43 Chairman (non-executive), Valpak Ltd.; not-for-profit organisation for compliance with packaging waste directive. Remunerated directorships ead1ca87 2005-01-28 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 2 2005-01-28-ead1ca87-10249-0
909d47233459e71bd807b8af67590d88b40da08b Kidde PLC (non-executive); fire prevention. Remunerated directorships ead1ca87 2005-01-28 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 3 2005-01-28-ead1ca87-10249-0
9022c5ea81b58617778daf1e86204c4d3abdcabc Chairman of the Association of Independent Financial Advisers; a representative trade organisation. Remunerated directorships ead1ca87 2005-01-28 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 4 2005-01-28-ead1ca87-10249-0
6fd0adf55b63e9467fe87f5f5da47363987450e8 Sovereign Reversions Limited (non-executive); home reversions. Remunerated directorships ead1ca87 2005-01-28 John Gummer uk.org.publicwhip/member/929 John Gummer uk.org.publicwhip/person/10249 5 2005-01-28-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 189.524ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette