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 = "2004-12-03-ead1ca87-10726-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
f4248e8c7c843f1f021374b9b876a18832c7f4b0 Glencara Estate Company Ltd.; property company owning commercial and agricultural land. Remunerated directorships ead1ca87 2004-12-03 Henry Bellingham uk.org.publicwhip/member/726 Henry Bellingham uk.org.publicwhip/person/10726 0 2004-12-03-ead1ca87-10726-0
da8f6d3dd75cdc8fad14488475c81dcca5188460 White Knight Investments PLC; AIM-listed venture capital company specialising in mining sector. Remunerated directorships ead1ca87 2004-12-03 Henry Bellingham uk.org.publicwhip/member/726 Henry Bellingham uk.org.publicwhip/person/10726 1 2004-12-03-ead1ca87-10726-0
3b93405803e4c9868d66b6f5ca94c1c927876715 Lansdowne Advisory Ltd.; consultancy specialising in inward investment. Remunerated directorships ead1ca87 2004-12-03 Henry Bellingham uk.org.publicwhip/member/726 Henry Bellingham uk.org.publicwhip/person/10726 2 2004-12-03-ead1ca87-10726-0
7399bf75eec4fde36fe8a47ee1131e99dd62dae6 Non-executive Chairman of Longborough Capital PLC; a company involved with the marketing of intellectual property in the US. Remunerated directorships ead1ca87 2004-12-03 Henry Bellingham uk.org.publicwhip/member/726 Henry Bellingham uk.org.publicwhip/person/10726 3 2004-12-03-ead1ca87-10726-0
b95a2a05ff2042f2425cacc25bbf7da6b9dda6cc 3DM Environment Limited (non-executive); a company involved in plastics technology and recycling. Remunerated directorships ead1ca87 2004-12-03 Henry Bellingham uk.org.publicwhip/member/726 Henry Bellingham uk.org.publicwhip/person/10726 4 2004-12-03-ead1ca87-10726-0
8989fa089413a2e8c6d948ebd197e7bcfdb52079 White Knight Investments PLC (non-executive). Remunerated directorships ead1ca87 2004-12-03 Henry Bellingham uk.org.publicwhip/member/726 Henry Bellingham uk.org.publicwhip/person/10726 5 2004-12-03-ead1ca87-10726-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 11.236ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette