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 = "2001-05-14-1f359ece-10484-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
2323bb994cb90629bccb1e46bbc673173e28dd91 Occasional fees for articles and broadcasting. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Stephen Pound uk.org.publicwhip/member/484 Steve Pound uk.org.publicwhip/person/10484 0 2001-05-14-1f359ece-10484-0
2f9f133584a93d2f6260e1162b92421aad481933 Regular contributions to "London Matters", a weekly LBC programme (until 9 January 2000). (£1,001-£5,000) Remunerated employment, office, profession etc 1f359ece 2001-05-14 Stephen Pound uk.org.publicwhip/member/484 Steve Pound uk.org.publicwhip/person/10484 1 2001-05-14-1f359ece-10484-0
6571df349cf2e99884721c6efcb59f749f9b7746 Member of Harris Parliamentary Panel. All fees paid directly to local charities. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Stephen Pound uk.org.publicwhip/member/484 Steve Pound uk.org.publicwhip/person/10484 2 2001-05-14-1f359ece-10484-0
8911798820af795f41ef68fd0e3b1a10fcf96bcd Occasional lectures to American students, Centers for Academic Programs Abroad. All fees made payable to local charities. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Stephen Pound uk.org.publicwhip/member/484 Steve Pound uk.org.publicwhip/person/10484 3 2001-05-14-1f359ece-10484-0
55598aa1a57b88974eda0c2cc8fee2cc20a7d90c Nominated as an independent tribunal member to resolve a ground-handling dispute between Heathrow Airport Limited and the Airline Operators Committee on 29 September and 4 October 2000. Fee paid by Heathrow Airport Limited. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Stephen Pound uk.org.publicwhip/member/484 Steve Pound uk.org.publicwhip/person/10484 4 2001-05-14-1f359ece-10484-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 15.552ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette