home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

7 rows where member_id = "uk.org.publicwhip/member/7" 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
3c19b1ab07c6c4b88af0d60da09f34a088b4616f Occasional fees for broadcasting, writing, speeches, lectures and opinion surveys. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Richard Allan uk.org.publicwhip/member/7 Richard Allan uk.org.publicwhip/person/10007 0 2001-05-14-1f359ece-10007-0
0e1e591b5b74b02ecf5e730c7d48cae4be62096f Member of Harris Parliamentary Panel. (£1-£1,000). The fee is donated to my constituency party. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Richard Allan uk.org.publicwhip/member/7 Richard Allan uk.org.publicwhip/person/10007 1 2001-05-14-1f359ece-10007-0
26beb63f063bbc7514da3d0db8379b873cbbea49 Director (unpaid) of the Sheffield City Trust, company set up by Sheffield City Council to run a range of facilities such as sports and entertainment venues and elderly persons' homes which it formerly owned. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Richard Allan uk.org.publicwhip/member/7 Richard Allan uk.org.publicwhip/person/10007 0 2001-05-14-265f2269-10007-0
014ca70be11927da2185b43e5231ea6b4eb57d67 Occasional fees for broadcasting, writing, speeches and opinion surveys. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Richard Allan uk.org.publicwhip/member/7 Richard Allan uk.org.publicwhip/person/10007 0 2000-11-10-1f359ece-10007-0
f93d17a5f3e7472797d7c150fab8d0f9312193f8 Member of Harris Parliamentary Panel. (£1-£1,000). The fee is donated to my constituency party. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Richard Allan uk.org.publicwhip/member/7 Richard Allan uk.org.publicwhip/person/10007 1 2000-11-10-1f359ece-10007-0
ffa9b9518a22b0a5af7e85a7c2170848d812c7c5 2-3 March 1998, to Ireland on a fact-finding visit, at the expense of the Irish Government. (Registered 17 September 1999) Overseas visits 80ef1083 2000-11-10 Richard Allan uk.org.publicwhip/member/7 Richard Allan uk.org.publicwhip/person/10007 0 2000-11-10-80ef1083-10007-0
519d90fa160874b6caf8ba2378e7e30fb7701615 Director (unpaid) of the Sheffield City Trust, company set up by Sheffield City Council to run a range of facilities such as sports and entertainment venues and elderly persons' homes which it formerly owned. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Richard Allan uk.org.publicwhip/member/7 Richard Allan uk.org.publicwhip/person/10007 0 2000-11-10-265f2269-10007-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.341ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette