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 = "2010-03-10-1f359ece-10218-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
b745cf9054e8a0604a276fba7865eb85c2aef7c0 Fees for hosting a radio show every Friday and Saturday night on Talk Sport Radio. (£100,001-£105,000) Remunerated employment, office, profession etc 1f359ece 2010-03-10 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 0 2010-03-10-1f359ece-10218-0
ee264adc4a0941e01e22a02fabea156edadac7cd Weekly column in Scottish Daily Record, One Central Quay, Glasgow G3 8DA (from 25 June 2007) (£25,001-£30,000) Remunerated employment, office, profession etc 1f359ece 2010-03-10 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 1 2010-03-10-1f359ece-10218-0
f08bdbad675fb8ac1eb85ac931b1f086a4927840 3 July 2009, payment of £2,491.66 for 4 weekly columns. Hours: 6.5 hours. (Registered 13 October 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-10 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 2 2010-03-10-1f359ece-10218-0
96ce0d5845cab923c5ffd5c0f351cc844f255bb8 Fee for speaking engagement at Wellington College on 27 January 2009. (Registered 1 July 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-10 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 3 2010-03-10-1f359ece-10218-0
2eb5f23c9fc04033107bb1c7229441a2e2b58800 Fee from Eurasia Media Forum for speaking at a conference in Kazakhstan, 21-24 April 2009. (£5,001-£10,000) Eurasia Media Forum paid for my flights and accommodation for two nights. (Registered 1 July 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-10 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 4 2010-03-10-1f359ece-10218-0
d303671962ff4efaed84343146513f74d52baf06 Fee from 'Orlandos', Manchester, UK, for a public speaking engagement on 11 May 2009. (Up to £5,000) (Registered 1 July 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-10 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 5 2010-03-10-1f359ece-10218-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.93ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette