items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where member_id = "uk.org.publicwhip/member/474" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: item, category_id, date, sort_order, record_id, date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
|---|---|---|---|---|---|---|---|
| 6f60521c20d6cf0f3b41a4ca1fae8d64ec41d7c3 | Christmas card 2000 supported by Dudley and Sandwell Chamber of Commerce and the News Group. | Sponsorship or financial or material support 9e46def6 | 2001-05-14 | Ian Pearson uk.org.publicwhip/member/474 | Ian Pearson uk.org.publicwhip/person/10474 | 0 | 2001-05-14-9e46def6-10474-0 |
| 990f40f16556de27b0881e0c97d696a4657c3ac2 | 9-16 September 2000, IT visit to United States, part sponsored by Pacific Communications. (Registered 23 October 2000) | Overseas visits 80ef1083 | 2001-05-14 | Ian Pearson uk.org.publicwhip/member/474 | Ian Pearson uk.org.publicwhip/person/10474 | 0 | 2001-05-14-80ef1083-10474-0 |
| 0b3d78fb99ce0e96bb2d4cc5c63613f86bebd9e0 | Greater London Enterprise Ltd.; an economic regeneration company owned by London Boroughs. | Remunerated directorships ead1ca87 | 2000-11-10 | Ian Pearson uk.org.publicwhip/member/474 | Ian Pearson uk.org.publicwhip/person/10474 | 0 | 2000-11-10-ead1ca87-10474-0 |
| e7ad458b058d164dc65fe527a99924877903cc75 | Visiting Fellow, University of Warwick. | Remunerated employment, office, profession etc 1f359ece | 2000-11-10 | Ian Pearson uk.org.publicwhip/member/474 | Ian Pearson uk.org.publicwhip/person/10474 | 0 | 2000-11-10-1f359ece-10474-0 |
| e5de848afce9c811b718f4094715db277d2ca97f | Occasional fees from journalism. | Remunerated employment, office, profession etc 1f359ece | 2000-11-10 | Ian Pearson uk.org.publicwhip/member/474 | Ian Pearson uk.org.publicwhip/person/10474 | 1 | 2000-11-10-1f359ece-10474-0 |
| f8afea9c02fe02811d0072580cbaf224bb087934 | December 1999, the cost of my Christmas cards was supported by Dudley and Sandwell Chamber of Commerce. | Sponsorship or financial or material support 9e46def6 | 2000-11-10 | Ian Pearson uk.org.publicwhip/member/474 | Ian Pearson uk.org.publicwhip/person/10474 | 0 | 2000-11-10-9e46def6-10474-0 |
| 548ee19995a1812886f854926380a346bf1c754a | 9-16 September 2000, IT visit to United States, part sponsored by Pacific Communications. (Registered 23 October 2000) | Overseas visits 80ef1083 | 2000-11-10 | Ian Pearson uk.org.publicwhip/member/474 | Ian Pearson uk.org.publicwhip/person/10474 | 0 | 2000-11-10-80ef1083-10474-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");