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-24-f3967f4d-10290-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
388d31dfe8127a409dfaeb045a50c0ca8620a7b2 Queen's Counsel (non-practising). Remunerated employment, office, profession, etc. f3967f4d 2010-03-24 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 0 2010-03-24-f3967f4d-10290-0
3d99554888479b116a814f0b7c6e97964019fa43 Member, Strategic Advisory Council (formerly known as the International Advisory Board), Lightbridge Corporation, Inc (formerly Novastar Resources, Inc); the company develops nuclear fuel designs to dispose effectively and safely of weapons and reactor-grade plutonium, and also offers advice on the provision of nuclear power. Remunerated employment, office, profession, etc. f3967f4d 2010-03-24 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 1 2010-03-24-f3967f4d-10290-0
63910f5f0ef7673a5b7d20791e6d401fa471c4ef Quarterly payment of £3710.08. Hours: 8 hours (Registered 2 January 2010) Remunerated employment, office, profession, etc. f3967f4d 2010-03-24 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 2 2010-03-24-f3967f4d-10290-0
39162eb75090ad913e10f05ea30a8908fe222ba6 Member of the Advisory Board of Hermitage Global Fund; investment management. Remunerated employment, office, profession, etc. f3967f4d 2010-03-24 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 3 2010-03-24-f3967f4d-10290-0
4293f355a260ccf1174a05fb612489b89df4b2e5 Payment of £2936.00. Hours: 2 hours (Registered 20 October 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-03-24 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 4 2010-03-24-f3967f4d-10290-0
25f59fb8a2f70ee229c08ac17c158f09e915efde Payment of £250 from The Times, 1 Virginia St, London E98 1XY, for a book review. Hours: 10 hours. (Registered 20 October 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-03-24 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 5 2010-03-24-f3967f4d-10290-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 79.226ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette