home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

11 rows where member_id = "uk.org.publicwhip/member/11" 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
c64f3fadbedd5e80c0d5a8f064b7427f4bab28c6 Member of Harris Parliamentary Panel. (£1-£1,000) . Fees are paid to charity. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Donald Anderson uk.org.publicwhip/member/11 Donald Anderson uk.org.publicwhip/person/10011 0 2001-05-14-1f359ece-10011-0
fa973512e92366614fd4bb041b09f874f875fd58 Broadcasting receipts, which are paid to charity. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Donald Anderson uk.org.publicwhip/member/11 Donald Anderson uk.org.publicwhip/person/10011 1 2001-05-14-1f359ece-10011-0
b1f920686adac4c975a9534a1b98420cb76f385c 12-14 May 2000, to Malta accompanied by my wife, to deliver a lecture on British foreign policy, paid for by the Maltese Government. (Registered 15 May 2000) Overseas visits 80ef1083 2001-05-14 Donald Anderson uk.org.publicwhip/member/11 Donald Anderson uk.org.publicwhip/person/10011 0 2001-05-14-80ef1083-10011-0
edb4c9b638e55341c815becba4264a8b2e8102fe 24-27 November 2000, to Israel accompanied by my wife, to meet Israeli and Palestinian leaders at the invitation of the Chairman of the Knesset Foreign Affairs Committee. (Registered 12 December 2000) Overseas visits 80ef1083 2001-05-14 Donald Anderson uk.org.publicwhip/member/11 Donald Anderson uk.org.publicwhip/person/10011 1 2001-05-14-80ef1083-10011-0
a0dc2db2fc314c156a335cdee33220d2192de246 Consultant to the Royal Society of Chemistry (money paid direct to charity). Miscellaneous and unremunerated interests 265f2269 2001-05-14 Donald Anderson uk.org.publicwhip/member/11 Donald Anderson uk.org.publicwhip/person/10011 0 2001-05-14-265f2269-10011-0
5a0dc222501c7b339b0bd1b965f149586a590bed Director (unpaid) of the Anglo-Austrian Society. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Donald Anderson uk.org.publicwhip/member/11 Donald Anderson uk.org.publicwhip/person/10011 1 2001-05-14-265f2269-10011-0
7393cf3347cd982a460abf21f2a94c81a1f95944 Member of Harris Parliamentary Panel. (£1-£1,000) . Fees are paid to charity. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Donald Anderson uk.org.publicwhip/member/11 Donald Anderson uk.org.publicwhip/person/10011 0 2000-11-10-1f359ece-10011-0
0b51085e2c6f5b11e90c4e33a7a708cadaa420a6 Broadcasting receipts, which are paid to charity. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Donald Anderson uk.org.publicwhip/member/11 Donald Anderson uk.org.publicwhip/person/10011 1 2000-11-10-1f359ece-10011-0
7ea28df74157b42b5fd673ae059576ac0eefb7eb 12-14 May 2000, to Malta accompanied by my wife, to deliver a lecture on British foreign policy, paid for by the Maltese Government. (Registered 15 May 2000) Overseas visits 80ef1083 2000-11-10 Donald Anderson uk.org.publicwhip/member/11 Donald Anderson uk.org.publicwhip/person/10011 0 2000-11-10-80ef1083-10011-0
39a46b3d3d539606258bb76cb39a1bde14589194 Consultant to the Royal Society of Chemistry (money paid direct to charity). Miscellaneous and unremunerated interests 265f2269 2000-11-10 Donald Anderson uk.org.publicwhip/member/11 Donald Anderson uk.org.publicwhip/person/10011 0 2000-11-10-265f2269-10011-0
376aeccf4f5fc381d53339b4a631b077aa59cf06 Director (unpaid) of the Anglo-Austrian Society. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Donald Anderson uk.org.publicwhip/member/11 Donald Anderson uk.org.publicwhip/person/10011 1 2000-11-10-265f2269-10011-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 194.536ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette