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 = "2005-01-28-0a4a155f-10001-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
c6fb4130271192cd3d8244cb989e723a6f3a9cc0 Television programmes (as a participant) for BBC One programme "This Week", from January-May 2004. (£10,001-£15,000) Remunerated employment, office, profession etc. 0a4a155f 2005-01-28 Diane Abbott uk.org.publicwhip/member/687 Diane Abbott uk.org.publicwhip/person/10001 0 2005-01-28-0a4a155f-10001-0
4a98f2390d323dd4be55787d354174ee31fe32e2 BBC "This Week" (for BBC1) weekly series, June and July 2004, and September 2004 ongoing. (£10,001-£15,000) Remunerated employment, office, profession etc. 0a4a155f 2005-01-28 Diane Abbott uk.org.publicwhip/member/687 Diane Abbott uk.org.publicwhip/person/10001 1 2005-01-28-0a4a155f-10001-0
67b2d6a4271be09f138c8e9245a74ebe01785922 Arcadia Lectures in 2004 for School of Oriental and African Studies, London. (Up to £5,000) Remunerated employment, office, profession etc. 0a4a155f 2005-01-28 Diane Abbott uk.org.publicwhip/member/687 Diane Abbott uk.org.publicwhip/person/10001 2 2005-01-28-0a4a155f-10001-0
eda041991c867244955b41b95df83bf8a734cf55 Television programmes, as a presenter for BBC One's weekly programme "This Week" from October, November and December 2004 ongoing. (£10,001-£15,000) Remunerated employment, office, profession etc. 0a4a155f 2005-01-28 Diane Abbott uk.org.publicwhip/member/687 Diane Abbott uk.org.publicwhip/person/10001 3 2005-01-28-0a4a155f-10001-0
168bd09f15527de33ff5c21926cc243af47fcbfb 14 December 2004, fee for article in Evening Standard. (Up to £5,000) (Registered 10 January 2005) Remunerated employment, office, profession etc. 0a4a155f 2005-01-28 Diane Abbott uk.org.publicwhip/member/687 Diane Abbott uk.org.publicwhip/person/10001 4 2005-01-28-0a4a155f-10001-0
89d1a1e0ab5ce3cd0419d8f22345ede16c4bc687 31 December 2004, fee for article in Daily Express. (Up to £5,000) (Registered 10 January 2005) Remunerated employment, office, profession etc. 0a4a155f 2005-01-28 Diane Abbott uk.org.publicwhip/member/687 Diane Abbott uk.org.publicwhip/person/10001 5 2005-01-28-0a4a155f-10001-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 48.694ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette