items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2010-02-24-1f359ece-11318-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 |
|---|---|---|---|---|---|---|---|
| e5c5ac2851741d9ed6ab7115ddbfb2f5bc853119 | Parliamentary Adviser to: | Remunerated employment, office, profession etc 1f359ece | 2010-02-24 | Bill Wiggin uk.org.publicwhip/member/1679 | Bill Wiggin uk.org.publicwhip/person/11318 | 0 | 2010-02-24-1f359ece-11318-0 |
| 437d5d0b538718dfdeb633be34538d05a054e88c | Green Lane Association Ltd (a national user group). Address: 98 Ripon Way, Borehamwood, Hertfordshire, WD6 2JA. | Remunerated employment, office, profession etc 1f359ece | 2010-02-24 | Bill Wiggin uk.org.publicwhip/member/1679 | Bill Wiggin uk.org.publicwhip/person/11318 | 1 | 2010-02-24-1f359ece-11318-0 |
| d15376b1d8456a48088614ec44cce088eaca513a | BMF (British Motorcycle Federation). Address: 3 Oswin Road, Brailsford Industrial Estate, Braunstone, Leicester LE3 1HR. | Remunerated employment, office, profession etc 1f359ece | 2010-02-24 | Bill Wiggin uk.org.publicwhip/member/1679 | Bill Wiggin uk.org.publicwhip/person/11318 | 2 | 2010-02-24-1f359ece-11318-0 |
| ee4839d7f558bb2a2026e5bfcf9fb1a04aa82060 | The TRF (Trail Riders Fellowship). Address: 16 The Croft, Headington, Oxford, OX3 9BU. | Remunerated employment, office, profession etc 1f359ece | 2010-02-24 | Bill Wiggin uk.org.publicwhip/member/1679 | Bill Wiggin uk.org.publicwhip/person/11318 | 3 | 2010-02-24-1f359ece-11318-0 |
| 5543ab4139c23e4752ab83a9f634c8f9b7ab8b6f | (£5,001-£10,000 total) | Remunerated employment, office, profession etc 1f359ece | 2010-02-24 | Bill Wiggin uk.org.publicwhip/member/1679 | Bill Wiggin uk.org.publicwhip/person/11318 | 4 | 2010-02-24-1f359ece-11318-0 |
| 450abc5fb39e0c4f2abc2d7ba18db6b735819ed4 | Payment of £2,500 from the Trail Riders Fellowship. Hours: 6 hrs. (Registered 22 October 2009) | Remunerated employment, office, profession etc 1f359ece | 2010-02-24 | Bill Wiggin uk.org.publicwhip/member/1679 | Bill Wiggin uk.org.publicwhip/person/11318 | 5 | 2010-02-24-1f359ece-11318-0 |
| 9c6761519faf837816c5c3b0df318f1b078803a8 | Payment of £20 for four chickens sold at the Bromyard Gala on 4 July 2009. (Registered 22 July 2009) | Remunerated employment, office, profession etc 1f359ece | 2010-02-24 | Bill Wiggin uk.org.publicwhip/member/1679 | Bill Wiggin uk.org.publicwhip/person/11318 | 6 | 2010-02-24-1f359ece-11318-0 |
| eb97f05c9fff8cdec0587c17910099a373a7de14 | Payment of £1,987.17 for sale of cattle. (Registered 19 October 2009) | Remunerated employment, office, profession etc 1f359ece | 2010-02-24 | Bill Wiggin uk.org.publicwhip/member/1679 | Bill Wiggin uk.org.publicwhip/person/11318 | 7 | 2010-02-24-1f359ece-11318-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");