home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

10 rows where record_id = "2004-07-16-1f359ece-10130-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
821c3c1bfd45b82fcc3e59f02dfb8bbcc5e59d33 Consultant to College Hill, providing advice on public policy in relation to horseracing, solely for their work in respect of the Tote. (£15,001-£20,000) (Registered 8 July 2003) Remunerated employment, office, profession etc 1f359ece 2004-07-16 Robin Cook uk.org.publicwhip/member/817 Robin Cook uk.org.publicwhip/person/10130 0 2004-07-16-1f359ece-10130-0
c5674438b8f710e20f9e05b404ca8ecb09a2e7f1 Weekly article for The Independent. (£15,001-£20,000) (Registered 8 July 2003) Remunerated employment, office, profession etc 1f359ece 2004-07-16 Robin Cook uk.org.publicwhip/member/817 Robin Cook uk.org.publicwhip/person/10130 1 2004-07-16-1f359ece-10130-0
7161a2e01b8570b2f4ba043bcb14162d3e494eee Contract with Simon & Schuster for a book on political events since the General Election of 2001, for which I have received £250,000 from the publishers and £200,000 from the Sunday Times. (Registered 8 July 2003) Remunerated employment, office, profession etc 1f359ece 2004-07-16 Robin Cook uk.org.publicwhip/member/817 Robin Cook uk.org.publicwhip/person/10130 2 2004-07-16-1f359ece-10130-0
ed3c6325e9fb24d6625134cc559ac65bf4917866 9 October 2003, lecture for Royal Bank of Scotland. (£5,001-£10,000) Remunerated employment, office, profession etc 1f359ece 2004-07-16 Robin Cook uk.org.publicwhip/member/817 Robin Cook uk.org.publicwhip/person/10130 3 2004-07-16-1f359ece-10130-0
f94287f41da2627ce354f4a05d562d10c97dabc9 Occasional articles for: The Sunday Mirror (£2,000) (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2004-07-16 Robin Cook uk.org.publicwhip/member/817 Robin Cook uk.org.publicwhip/person/10130 4 2004-07-16-1f359ece-10130-0
1a87068f385672cfc4c4271185a78876243b2281 The London Standard (£3,500) (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2004-07-16 Robin Cook uk.org.publicwhip/member/817 Robin Cook uk.org.publicwhip/person/10130 5 2004-07-16-1f359ece-10130-0
66eb14923fced39488116edfc2aca5abaf384736 The Guardian (£650) (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2004-07-16 Robin Cook uk.org.publicwhip/member/817 Robin Cook uk.org.publicwhip/person/10130 6 2004-07-16-1f359ece-10130-0
61efe6180865057eb291b23bfc9013c40e4b5487 Monthly article for the Racing Post. (£5,001-£10,000) Remunerated employment, office, profession etc 1f359ece 2004-07-16 Robin Cook uk.org.publicwhip/member/817 Robin Cook uk.org.publicwhip/person/10130 7 2004-07-16-1f359ece-10130-0
6b5ac9d4e2743012412a13265a2fcb550bed3d6a 20 February 2004, lecture in Tokyo for Royal Bank of Scotland. (£5,001-£10,000) Remunerated employment, office, profession etc 1f359ece 2004-07-16 Robin Cook uk.org.publicwhip/member/817 Robin Cook uk.org.publicwhip/person/10130 8 2004-07-16-1f359ece-10130-0
66103600ff79ec9412e0e39f3eeeee5d7a3d0e3b 5 May 2004, lecture in Athens for Economist Intelligence Unit. (£5,001-£10,000) Remunerated employment, office, profession etc 1f359ece 2004-07-16 Robin Cook uk.org.publicwhip/member/817 Robin Cook uk.org.publicwhip/person/10130 9 2004-07-16-1f359ece-10130-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 34.797ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette