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 member_id = "uk.org.publicwhip/member/291" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: item, category_id, date, sort_order, record_id, date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
017b4799efc91704f3245c4211f621e9fc071ee7 Member of Lloyd's (resigned 31 December 1998, three open years of account). Remunerated employment, office, profession, etc. f3967f4d 2001-05-14 Alan Howarth uk.org.publicwhip/member/291 Alan Howarth uk.org.publicwhip/person/10291 0 2001-05-14-f3967f4d-10291-0
282e9ece7ce85fb5df61340670df60cb11077a03 All categories of business underwritten. Remunerated employment, office, profession, etc. f3967f4d 2001-05-14 Alan Howarth uk.org.publicwhip/member/291 Alan Howarth uk.org.publicwhip/person/10291 1 2001-05-14-f3967f4d-10291-0
3688320a67590dd0e15469464806ed28cb5f6c93 In my capacity as Minister for the Arts I receive frequent invitations to attend arts and other cultural events and the value of the hospitality extended to me on some of these occasions may occasionally be greater than £235. Gifts, benefits and hospitality (UK) 84642823 2001-05-14 Alan Howarth uk.org.publicwhip/member/291 Alan Howarth uk.org.publicwhip/person/10291 0 2001-05-14-84642823-10291-0
d679573c1cf56ab6b2fb3963a5f6fb3966ad4365 Member of Lloyd's (resigned 31 December 1998, three open years of account). Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 Alan Howarth uk.org.publicwhip/member/291 Alan Howarth uk.org.publicwhip/person/10291 0 2000-11-10-f3967f4d-10291-0
dcbcb5392e739ef0e039119b0656fe47d026abed All categories of business underwritten. Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 Alan Howarth uk.org.publicwhip/member/291 Alan Howarth uk.org.publicwhip/person/10291 1 2000-11-10-f3967f4d-10291-0
a32a19448fa7d84b3de951f199e3e09215ce1cf3 In my capacity as Minister for the Arts I receive frequent invitations to attend arts and other cultural events and the value of the hospitality extended to me on some of these occasions may occasionally be greater than £235. Gifts, benefits and hospitality (UK) 84642823 2000-11-10 Alan Howarth uk.org.publicwhip/member/291 Alan Howarth uk.org.publicwhip/person/10291 0 2000-11-10-84642823-10291-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 143.858ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette