items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2004-05-21-f3967f4d-10242-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 |
|---|---|---|---|---|---|---|---|
| dbd632ab994642c3ed131f2e858ba64eec9814c9 | President of the Institute of Insurance Brokers. (£10,001-£15,000) | Remunerated employment, office, profession, etc. f3967f4d | 2004-05-21 | John Greenway uk.org.publicwhip/member/923 | John Greenway uk.org.publicwhip/person/10242 | 0 | 2004-05-21-f3967f4d-10242-0 |
| fdee89d1c1deaa4f89424fe22dfc3c4e51b002f1 | Parliamentary Adviser to the incentives industry supported by: | Remunerated employment, office, profession, etc. f3967f4d | 2004-05-21 | John Greenway uk.org.publicwhip/member/923 | John Greenway uk.org.publicwhip/person/10242 | 1 | 2004-05-21-f3967f4d-10242-0 |
| 822af16526e99b2c15b3092552c7610778e13c00 | The Institute of Sales Promotion. (Up to £5,000) | Remunerated employment, office, profession, etc. f3967f4d | 2004-05-21 | John Greenway uk.org.publicwhip/member/923 | John Greenway uk.org.publicwhip/person/10242 | 2 | 2004-05-21-f3967f4d-10242-0 |
| 372b4bcf8cd696e948ac596c6b097459dead4d06 | The British Promotional Merchandising Association. (Up to £5,000) | Remunerated employment, office, profession, etc. f3967f4d | 2004-05-21 | John Greenway uk.org.publicwhip/member/923 | John Greenway uk.org.publicwhip/person/10242 | 3 | 2004-05-21-f3967f4d-10242-0 |
| fd0dd69bcf90951fcc21e65be02cd6f1c98c75b2 | The Incentive Travel and Meetings Association. (Up to £5,000) | Remunerated employment, office, profession, etc. f3967f4d | 2004-05-21 | John Greenway uk.org.publicwhip/member/923 | John Greenway uk.org.publicwhip/person/10242 | 4 | 2004-05-21-f3967f4d-10242-0 |
| 631a4a4ec93f5f9b42a780cb1a1b4bc2baea735f | Reed Exhibitions Ltd. in respect of the Incentive World Exhibition. (Up to £5,000) | Remunerated employment, office, profession, etc. f3967f4d | 2004-05-21 | John Greenway uk.org.publicwhip/member/923 | John Greenway uk.org.publicwhip/person/10242 | 5 | 2004-05-21-f3967f4d-10242-0 |
| c787df671b3742a98a992945e3b65f5710e0f9e4 | Parliamentary Adviser to College Hill, a financial public relations company. (£5,001-£10,000) | Remunerated employment, office, profession, etc. f3967f4d | 2004-05-21 | John Greenway uk.org.publicwhip/member/923 | John Greenway uk.org.publicwhip/person/10242 | 6 | 2004-05-21-f3967f4d-10242-0 |
| 6c1dbe7887a65dd930945922b2335e60a6c687ee | Business consultant to Smart and Cook Group Ltd. | Remunerated employment, office, profession, etc. f3967f4d | 2004-05-21 | John Greenway uk.org.publicwhip/member/923 | John Greenway uk.org.publicwhip/person/10242 | 7 | 2004-05-21-f3967f4d-10242-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");