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 = "2000-11-10-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
289478decb5c55fbc592c9fae9a931f111bdd08c Occasional fees for articles and broadcasting. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Stephen Pound uk.org.publicwhip/member/484 Steve Pound uk.org.publicwhip/person/10484 0 2000-11-10-1f359ece-10484-0
63673ba974a152f3f7065b614a1ec4af8accde91 Regular contributions to "London Matters", a weekly LBC programme (until 9 January 2000). (£1,001-£5,000) Remunerated employment, office, profession etc 1f359ece 2000-11-10 Stephen Pound uk.org.publicwhip/member/484 Steve Pound uk.org.publicwhip/person/10484 1 2000-11-10-1f359ece-10484-0
e0357c7fabe106d739fa1fdcffda3768b04efe73 Member of Harris Parliamentary Panel. All fees paid directly to local charities. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Stephen Pound uk.org.publicwhip/member/484 Steve Pound uk.org.publicwhip/person/10484 2 2000-11-10-1f359ece-10484-0
03fe6c6c81b7a92978223742051bec62b4d5f74a Occasional lectures to American students, Centers for Academic Programs Abroad. All fees made payable to local charities. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Stephen Pound uk.org.publicwhip/member/484 Steve Pound uk.org.publicwhip/person/10484 3 2000-11-10-1f359ece-10484-0
1429b9f762858f5bc4b58fa1e93e0cd76fc390f3 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 2000-11-10 Stephen Pound uk.org.publicwhip/member/484 Steve Pound uk.org.publicwhip/person/10484 4 2000-11-10-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 43.688ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette