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 record_id = "2005-01-28-12405e8c-10197-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
4be7ef362157459c449a1af4afba2beb5bcda2bd Regular column for PensionsWeek, a publication owned by Pearson. (£5,001-£10,000) Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Frank Field uk.org.publicwhip/member/883 Frank Field uk.org.publicwhip/person/10197 0 2005-01-28-12405e8c-10197-0
5611529260d869393b480f96dd172d29c7146a5e Regular newspaper reviews for GMTV's Sunday Programme. (Up to £5,000) Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Frank Field uk.org.publicwhip/member/883 Frank Field uk.org.publicwhip/person/10197 1 2005-01-28-12405e8c-10197-0
77c322d8ec2d9c343cd23117f958073045dda35f Occasional articles for the Sunday People. (Up to £5,000) Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Frank Field uk.org.publicwhip/member/883 Frank Field uk.org.publicwhip/person/10197 2 2005-01-28-12405e8c-10197-0
2e6e1d73a9c079fb7eb5b73c68933cdd4702684b Occasional articles written for the Financial Times. (Up to £5,000) Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Frank Field uk.org.publicwhip/member/883 Frank Field uk.org.publicwhip/person/10197 3 2005-01-28-12405e8c-10197-0
7acdbe5801c22e030c0b294bdde2eb3ff142f007 Occasional articles written for The Guardian (Up to £5,000) Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Frank Field uk.org.publicwhip/member/883 Frank Field uk.org.publicwhip/person/10197 4 2005-01-28-12405e8c-10197-0
be75821196323e165abb034577d3eacdf9df3ec0 Occasional articles for the Daily Mail and the Mail on Sunday. (Up to £5,000) Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Frank Field uk.org.publicwhip/member/883 Frank Field uk.org.publicwhip/person/10197 5 2005-01-28-12405e8c-10197-0
c29657358f648ed818d723a47d6101b9167d463a Occasional articles written for The Independent and The Independent on Sunday. (Up to £5,000) Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Frank Field uk.org.publicwhip/member/883 Frank Field uk.org.publicwhip/person/10197 6 2005-01-28-12405e8c-10197-0
4d48d22c6acea179e71a3e5e822274a0b1dda1f3 Occasional articles for the Daily Telegraph and Sunday Telegraph. (Up to £5,000) Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Frank Field uk.org.publicwhip/member/883 Frank Field uk.org.publicwhip/person/10197 7 2005-01-28-12405e8c-10197-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 162.185ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette