home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where member_id = "uk.org.publicwhip/member/332" 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
99715d0b3261d39dadf6d604e5abc93f0189a607 Occasional earnings from journalism. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Ruth Kelly uk.org.publicwhip/member/332 Ruth Kelly uk.org.publicwhip/person/10332 0 2001-05-14-1f359ece-10332-0
5cb69c4ee150324b77557ead772138b31ec7e4cb Member of Political Opinion Panel of BPRI (Business Planning and Research International). Remunerated employment, office, profession etc 1f359ece 2001-05-14 Ruth Kelly uk.org.publicwhip/member/332 Ruth Kelly uk.org.publicwhip/person/10332 1 2001-05-14-1f359ece-10332-0
3a7fc819d55afdd290cdb3c14e8b911cdc7b66c1 Member of Harris Parliamentary Panel. (£1-£1,000) Remunerated employment, office, profession etc 1f359ece 2001-05-14 Ruth Kelly uk.org.publicwhip/member/332 Ruth Kelly uk.org.publicwhip/person/10332 2 2001-05-14-1f359ece-10332-0
74f4e40261ce2b450912e476d59def163bbcc6c1 3-7 November 2000, to Rome, Italy, for the Jubilee of Government Leaders, Members of Parliament and Politicians. Travel expenses paid for by the All-Party Anglo-Italian Parliamentary Group. Accommodation and hospitality for myself, my husband and baby daughter paid for by the Vatican. (Registered 29 November 2000) Overseas visits 80ef1083 2001-05-14 Ruth Kelly uk.org.publicwhip/member/332 Ruth Kelly uk.org.publicwhip/person/10332 0 2001-05-14-80ef1083-10332-0
7a4fcae1bcbf599b4238abc80e3a59a4a220df60 Occasional earnings from journalism. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Ruth Kelly uk.org.publicwhip/member/332 Ruth Kelly uk.org.publicwhip/person/10332 0 2000-11-10-1f359ece-10332-0
420f473e356403c6cb191b89b2ae0c4a33c6dcb7 Member of Political Opinion Panel of BPRI (Business Planning and Research International). Remunerated employment, office, profession etc 1f359ece 2000-11-10 Ruth Kelly uk.org.publicwhip/member/332 Ruth Kelly uk.org.publicwhip/person/10332 1 2000-11-10-1f359ece-10332-0
a5262b45ed7eac55e068bbc287935e600cf2e36d Member of Harris Parliamentary Panel. (£1-£1,000) Remunerated employment, office, profession etc 1f359ece 2000-11-10 Ruth Kelly uk.org.publicwhip/member/332 Ruth Kelly uk.org.publicwhip/person/10332 2 2000-11-10-1f359ece-10332-0
a60c3ce6f669b37cf5cbcaeb229b40dbc85ff0c6 14-17 October 1999, to Castel Gandolfo, Italy, to attend a conference organised by the British Council, air fare paid for by Go, one of the conference sponsors. (Registered 19 October 1999) Overseas visits 80ef1083 2000-11-10 Ruth Kelly uk.org.publicwhip/member/332 Ruth Kelly uk.org.publicwhip/person/10332 0 2000-11-10-80ef1083-10332-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 62.912ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette