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 = "2005-04-11-1f359ece-10457-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
b7407873f67fd8329ae3bb71cf3aa00ce594ab9d Member of Lloyd's. Remunerated employment, office, profession etc 1f359ece 2005-04-11 Archie Norman uk.org.publicwhip/member/1134 Archie Norman uk.org.publicwhip/person/10457 0 2005-04-11-1f359ece-10457-0
a5a4642ba0a6b5ce6b8db451a79431e7bb114635 Marine, aviation, motor and other categories. Remunerated employment, office, profession etc 1f359ece 2005-04-11 Archie Norman uk.org.publicwhip/member/1134 Archie Norman uk.org.publicwhip/person/10457 1 2005-04-11-1f359ece-10457-0
0d33aaed6629209c3ea0a3fe3efcd49a6bf7732a Fees for ad hoc advisory work on behalf of Kohlberg Kravis Roberts and Co Limited; investment company. Remunerated employment, office, profession etc 1f359ece 2005-04-11 Archie Norman uk.org.publicwhip/member/1134 Archie Norman uk.org.publicwhip/person/10457 2 2005-04-11-1f359ece-10457-0
824ac4d47602ad79a907adff5006e6e6d0107e97 Non-executive director, Holmes Place plc. Remunerated employment, office, profession etc 1f359ece 2005-04-11 Archie Norman uk.org.publicwhip/member/1134 Archie Norman uk.org.publicwhip/person/10457 3 2005-04-11-1f359ece-10457-0
527fba3290c3951a250c1a3b69909080360c5b1c Advisor to Lazard, Investment Bank. Remunerated employment, office, profession etc 1f359ece 2005-04-11 Archie Norman uk.org.publicwhip/member/1134 Archie Norman uk.org.publicwhip/person/10457 4 2005-04-11-1f359ece-10457-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 14.352ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette