home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2003-12-04-1f359ece-10226-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
ef41dfb8209ead36e23b5bb9674892e66ee66ae1 Regular articles on science policy in the British Association for Advancement of Science Journal. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2003-12-04 Ian Gibson uk.org.publicwhip/member/911 Ian Gibson uk.org.publicwhip/person/10226 0 2003-12-04-1f359ece-10226-0
5f731abf36d2d52f344d893d7b835130adb513e5 11 April 2003, fee, travel and one night's accommodation in Athens for speaking at a meeting on the need for a European Disease Control Agency. (Up to £5,000) (Registered 3 July 2003) Remunerated employment, office, profession etc 1f359ece 2003-12-04 Ian Gibson uk.org.publicwhip/member/911 Ian Gibson uk.org.publicwhip/person/10226 1 2003-12-04-1f359ece-10226-0
1e305275541b8c637a68557227965334391f70a9 September 2003, fee from Ruder Finn (PR Group) for participating in a training day. (Up to £5,000) (Registered 24 November 2003) Remunerated employment, office, profession etc 1f359ece 2003-12-04 Ian Gibson uk.org.publicwhip/member/911 Ian Gibson uk.org.publicwhip/person/10226 2 2003-12-04-1f359ece-10226-0
87d52d83f50d23ee041b04533b673856e0788b49 24 October 2003, fee for talk at Improving Cancer Journey Conference. (Up to £5,000) . (Registered 24 November 2003) Remunerated employment, office, profession etc 1f359ece 2003-12-04 Ian Gibson uk.org.publicwhip/member/911 Ian Gibson uk.org.publicwhip/person/10226 3 2003-12-04-1f359ece-10226-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 291.4ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette