items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2000-11-10-0a4a155f-10134-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
|---|---|---|---|---|---|---|---|
| 8764b5182bb7854d1de6b34d6f30c859c3ffca64 | Journalism and other writing, broadcasting and lecturing. | Remunerated employment, office, profession etc. 0a4a155f | 2000-11-10 | Patrick Cormack uk.org.publicwhip/member/134 | Patrick Cormack uk.org.publicwhip/person/10134 | 0 | 2000-11-10-0a4a155f-10134-0 |
| fa87de1003a2801b2afdc8493e4bfddda3582546 | Quarterly article for First Magazine, entitled Parliamentary Round-up. (£1-£1,000) | Remunerated employment, office, profession etc. 0a4a155f | 2000-11-10 | Patrick Cormack uk.org.publicwhip/member/134 | Patrick Cormack uk.org.publicwhip/person/10134 | 1 | 2000-11-10-0a4a155f-10134-0 |
| 8ee7b0ca7c6ef7bbdc30b9a0d8c3a17d5c952724 | President (International Affairs) of First Magazine. | Remunerated employment, office, profession etc. 0a4a155f | 2000-11-10 | Patrick Cormack uk.org.publicwhip/member/134 | Patrick Cormack uk.org.publicwhip/person/10134 | 2 | 2000-11-10-0a4a155f-10134-0 |
| 076d8a111e2dd51da3d17c60761c835576703328 | Programme adviser to the Catholic University of America. (The fee includes the cost of secretarial assistance.) (£1,001-£5,000) | Remunerated employment, office, profession etc. 0a4a155f | 2000-11-10 | Patrick Cormack uk.org.publicwhip/member/134 | Patrick Cormack uk.org.publicwhip/person/10134 | 3 | 2000-11-10-0a4a155f-10134-0 |
| 81e01643e6bf269e8fcc5cf6514ee70092dc0057 | Editor of the House Magazine. (£10,001-£15,000) | Remunerated employment, office, profession etc. 0a4a155f | 2000-11-10 | Patrick Cormack uk.org.publicwhip/member/134 | Patrick Cormack uk.org.publicwhip/person/10134 | 4 | 2000-11-10-0a4a155f-10134-0 |
| eb0334115eea9aa53b31d73729f3ddd8060c71bb | Adviser to the publisher of the House Magazine on his other publications, including the Church of England Newspaper. | Remunerated employment, office, profession etc. 0a4a155f | 2000-11-10 | Patrick Cormack uk.org.publicwhip/member/134 | Patrick Cormack uk.org.publicwhip/person/10134 | 5 | 2000-11-10-0a4a155f-10134-0 |
| 9d5cbbfcf6d7a633fb37e5a1f5de5cee35c15da9 | Public affairs and parliamentary adviser to Machinery Users' Association. (£5,001-£10,000) | Remunerated employment, office, profession etc. 0a4a155f | 2000-11-10 | Patrick Cormack uk.org.publicwhip/member/134 | Patrick Cormack uk.org.publicwhip/person/10134 | 6 | 2000-11-10-0a4a155f-10134-0 |
| 5c17aeeb573b2d909ae72d7c90a894fed5aa7c52 | Heritage adviser to Linford-Bridgeman Ltd.; conservation and restoration company. | Remunerated employment, office, profession etc. 0a4a155f | 2000-11-10 | Patrick Cormack uk.org.publicwhip/member/134 | Patrick Cormack uk.org.publicwhip/person/10134 | 7 | 2000-11-10-0a4a155f-10134-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");