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 = "2005-01-28-5177ae6a-10134-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
3183259613ede68a23112aafdb3eb1d2af060cfa Quarterly article for First Magazine, entitled Parliamentary Round-up. (Up to £5,000) Remunerated employment, office, profession etc... 5177ae6a 2005-01-28 Patrick Cormack uk.org.publicwhip/member/820 Patrick Cormack uk.org.publicwhip/person/10134 0 2005-01-28-5177ae6a-10134-0
29631f9b92d4e731b60bf79757e33756943dc0d1 President of First Magazine. Remunerated employment, office, profession etc... 5177ae6a 2005-01-28 Patrick Cormack uk.org.publicwhip/member/820 Patrick Cormack uk.org.publicwhip/person/10134 1 2005-01-28-5177ae6a-10134-0
60e47db0ccd4200ac5a0ff22a4cc6ff138e08e15 Programme adviser to the Catholic University of America. (The fee includes the cost of secretarial assistance.) Remunerated employment, office, profession etc... 5177ae6a 2005-01-28 Patrick Cormack uk.org.publicwhip/member/820 Patrick Cormack uk.org.publicwhip/person/10134 2 2005-01-28-5177ae6a-10134-0
06b9bc0bd757eda925f8d7d04a3341b9e4544af1 Editor of the House Magazine, in which capacity I chair occasional seminars and conferences. (£25,001-£30,000) Remunerated employment, office, profession etc... 5177ae6a 2005-01-28 Patrick Cormack uk.org.publicwhip/member/820 Patrick Cormack uk.org.publicwhip/person/10134 3 2005-01-28-5177ae6a-10134-0
9eaf8e8f11299934989538a72833ab4aeccf4d62 Adviser to the publishers of the House Magazine. Remunerated employment, office, profession etc... 5177ae6a 2005-01-28 Patrick Cormack uk.org.publicwhip/member/820 Patrick Cormack uk.org.publicwhip/person/10134 4 2005-01-28-5177ae6a-10134-0
c49c0c526028eca77ed5fdcec3f638c161dcb48b Public affairs and parliamentary adviser to Machinery Users' Association, which advises its members on the rating of industrial plant and machinery. (£5,001-£10,000) Remunerated employment, office, profession etc... 5177ae6a 2005-01-28 Patrick Cormack uk.org.publicwhip/member/820 Patrick Cormack uk.org.publicwhip/person/10134 5 2005-01-28-5177ae6a-10134-0
9a810f247324da4d1aa4e8e5e82ba60422cdb41a Heritage adviser to Linford-Bridgeman Ltd.; conservation and restoration company. Remunerated employment, office, profession etc... 5177ae6a 2005-01-28 Patrick Cormack uk.org.publicwhip/member/820 Patrick Cormack uk.org.publicwhip/person/10134 6 2005-01-28-5177ae6a-10134-0
21a9c23b48a596e4c610f2da152b86f699001f08 Regular participant in "Parliamentary Questions" BBC radio programme. I receive a fee of £265 for each appearance. (Up to £5,000) Remunerated employment, office, profession etc... 5177ae6a 2005-01-28 Patrick Cormack uk.org.publicwhip/member/820 Patrick Cormack uk.org.publicwhip/person/10134 7 2005-01-28-5177ae6a-10134-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 16.998ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette