home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2000-11-10-1f359ece-10023-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
39178073ee348e9e2882272c291129200fc12ba9 Practising barrister. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 0 2000-11-10-1f359ece-10023-0
a1ff095877c08f01236681443f149c2b8f10427c Parliamentary adviser to the British Constructional Steelwork Association Limited. (£5,001-£10,000) Remunerated employment, office, profession etc 1f359ece 2000-11-10 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 1 2000-11-10-1f359ece-10023-0
9a80fe75dd6e8f4e4c033eb99f235cebcac43402 Parliamentary adviser to the Construction Industry Council. (£1,001-£5,000) Remunerated employment, office, profession etc 1f359ece 2000-11-10 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 2 2000-11-10-1f359ece-10023-0
5bea981c88f1acc6854739a226557728632095aa Occasional fees for writing and lectures. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 3 2000-11-10-1f359ece-10023-0
71a28437bc27cd875b2f14c48a00e8c5c56764d2 Adviser to the Shrimati Pushpa Wati Loomba Memorial Trust, the purpose of which is to educate the children of poor widows in India. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 4 2000-11-10-1f359ece-10023-0
3e666c4fa02ce2efa427c519d87c84aad5295bfa Adviser on company promotion in overseas markets to the RMC Group PLC; construction, cement and aggregates. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 5 2000-11-10-1f359ece-10023-0
fa3fb77daea658953e4c2a8618a76bf0f591a075 Member of the steering group of a "Partners in Innovation Project - Achieving Greater Integration and Usage of IT"; a project organised by the Building Centre Trust to examine real and perceived barriers to greater integration of IT in the construction industry. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 6 2000-11-10-1f359ece-10023-0
d50d1b7459e7b8637848dd2d8f5343fd27857d81 Adviser on company promotion in overseas markets to Guerrino Pivato SpA; an Italian engineering and highway construction company operating in Southern Europe and South Asia. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 7 2000-11-10-1f359ece-10023-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 14.8ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette