home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2004-09-08-1f359ece-10180-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
0e45c6a245b38b94ee863554f1451e0685c08944 Income from publication of novel, "The Devil's Tune". Remunerated employment, office, profession etc 1f359ece 2004-09-08 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 0 2004-09-08-1f359ece-10180-0
8748fa82ce9cb8fa73005fa9c878a16cbf9c02e8 Fee from Clive Conway Productions Limited for "An Audience with" at Liverpool Philharmonic Hall. (Up to £5,000) (Registered 24 February 2004) Remunerated employment, office, profession etc 1f359ece 2004-09-08 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 1 2004-09-08-1f359ece-10180-0
2e146d826c7278cfaa58c94096c167a980194ada Television programme: a regular contributor on BBC3's "Live at Johnny's" from February 2004. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2004-09-08 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 2 2004-09-08-1f359ece-10180-0
c5520bbbdd20377d9653cec24250b1017c7cee43 1 April 2004, speech for the Kensington Chelsea Women's Club - KCWC. (Up to £5,000) (Registered 5 April 2004) Remunerated employment, office, profession etc 1f359ece 2004-09-08 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 3 2004-09-08-1f359ece-10180-0
9c281e4f6cff67c0b9a2e5993e2de5c225902127 29 April 2004, guest presenter on BBC 1's 'The Week'. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2004-09-08 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 4 2004-09-08-1f359ece-10180-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.87ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette