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/392" 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
1020b64240868c534256a1284a572d766602d2d6 Occasional fees for research surveys. Fees passed on to other organisations. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Rosemary McKenna uk.org.publicwhip/member/392 Rosemary McKenna uk.org.publicwhip/person/10392 0 2001-05-14-1f359ece-10392-0
2c7cfe00e53807fb00c4ba95c31ec243bb88e98f Occasional fees for speaking and lectures. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Rosemary McKenna uk.org.publicwhip/member/392 Rosemary McKenna uk.org.publicwhip/person/10392 1 2001-05-14-1f359ece-10392-0
4a9f47520963a655733604fd6ba5ff3fc8d005d8 3-5 November 2000, to Rome, accompanied by my husband, to attend the Jubilee Celebrations for World Parliamentarians. Our hotel accommodation was paid for by the Organising Committee of the All-Party Parliamentary Group on Parliamentarians for the Jubilee in the Italian Senate. My husband and I met our own travel costs. (Registered 20 November 2000) Overseas visits 80ef1083 2001-05-14 Rosemary McKenna uk.org.publicwhip/member/392 Rosemary McKenna uk.org.publicwhip/person/10392 0 2001-05-14-80ef1083-10392-0
721c01a4e2695e26c34cd420669621f37ef9c915 Occasional fees for research surveys. Fees passed on to other organisations. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Rosemary McKenna uk.org.publicwhip/member/392 Rosemary McKenna uk.org.publicwhip/person/10392 0 2000-11-10-1f359ece-10392-0
934ec383a3b6a293c7976a163bf98b2b04009d6f Occasional fees for speaking and lectures. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Rosemary McKenna uk.org.publicwhip/member/392 Rosemary McKenna uk.org.publicwhip/person/10392 1 2000-11-10-1f359ece-10392-0
0820eb957d4ff06cec09429d523e9c91c528128e 25-27 February 1999, to Gibraltar as the guest of the Government of Gibraltar. (Registered 29 March 1999) Overseas visits 80ef1083 2000-11-10 Rosemary McKenna uk.org.publicwhip/member/392 Rosemary McKenna uk.org.publicwhip/person/10392 0 2000-11-10-80ef1083-10392-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 16.955ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette