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-10115-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
2c1c2c81105a55849d213771441fea6d71c0a34f Deputy Chairman (non-executive) of Alliance Unichem PLC. Remunerated directorships ead1ca87 2005-01-28 Kenneth Clarke uk.org.publicwhip/member/802 Kenneth Clarke uk.org.publicwhip/person/10115 0 2005-01-28-ead1ca87-10115-0
35dc60d05210c286e20ae2c39b1f384f0d44eb25 Director (non-executive) of Foreign and Colonial Investment Trust PLC. Remunerated directorships ead1ca87 2005-01-28 Kenneth Clarke uk.org.publicwhip/member/802 Kenneth Clarke uk.org.publicwhip/person/10115 1 2005-01-28-ead1ca87-10115-0
4bf936e0e578b34c4ae749d49240402b67bd5f5d Deputy Chairman (non-executive) of British American Tobacco PLC. Remunerated directorships ead1ca87 2005-01-28 Kenneth Clarke uk.org.publicwhip/member/802 Kenneth Clarke uk.org.publicwhip/person/10115 2 2005-01-28-ead1ca87-10115-0
407128352f82c3e7d301350461e1ac60126783b9 Chairman (non-executive) of Savoy Asset Management PLC. Remunerated directorships ead1ca87 2005-01-28 Kenneth Clarke uk.org.publicwhip/member/802 Kenneth Clarke uk.org.publicwhip/person/10115 3 2005-01-28-ead1ca87-10115-0
929e31a2281aaca1762777438e7c6f75a741b20b Director (non-executive) of Independent News and Media (UK). Remunerated directorships ead1ca87 2005-01-28 Kenneth Clarke uk.org.publicwhip/member/802 Kenneth Clarke uk.org.publicwhip/person/10115 4 2005-01-28-ead1ca87-10115-0
c1bcc99e952d935a9ce93eeca53eaff948ab1be8 Chairman (non-executive) of British American Racing (Holdings) Limited. Remunerated directorships ead1ca87 2005-01-28 Kenneth Clarke uk.org.publicwhip/member/802 Kenneth Clarke uk.org.publicwhip/person/10115 5 2005-01-28-ead1ca87-10115-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.269ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette