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 record_id = "2005-01-28-12405e8c-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
16fdea8c65772302bc935be3fe552d79e19ea1d9 Income from publication of novel, "The Devil's Tune". Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 0 2005-01-28-12405e8c-10180-0
fed751815b0d50a50bbf76c0c0993ed0eceb5c89 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.. 12405e8c 2005-01-28 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 1 2005-01-28-12405e8c-10180-0
36fd0f7945cd37fecdc08570b2f2b10bdc0632ad Television programme: a regular contributor on BBC3's "Live at Johnny's" from February 2004. (Up to £5,000) Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 2 2005-01-28-12405e8c-10180-0
49b33a1bca9c68e1835da9cef0c9f433b723eb70 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.. 12405e8c 2005-01-28 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 3 2005-01-28-12405e8c-10180-0
6814d8a12bbb83471b53b0897a342f89532cda7f 29 April 2004, guest presenter on BBC 1's The Week'. (Up to £5,000) Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 4 2005-01-28-12405e8c-10180-0
518a5ecc95d42bebad1c62c4d6b9d76251c66360 29 September 2004, fee for article in The Guardian. (Up to £5,000) (Registered 23 October 2004) Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 5 2005-01-28-12405e8c-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 69.631ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette