items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
12 rows where member_id = "uk.org.publicwhip/member/1108" 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 |
|---|---|---|---|---|---|---|---|
| 71d3fc7cfcc6c349ca5508c669e91209d8ff0f02 | 8-12 October 2004, to Cyprus to attend a number of political events, including the Morphou Rally. My travel and accommodation were paid by the Municipality of Morphou. (Registered 10 November 2004) | Overseas visits 80ef1083 | 2005-04-11 | Alan Meale uk.org.publicwhip/member/1108 | Alan Meale uk.org.publicwhip/person/10428 | 0 | 2005-04-11-80ef1083-10428-0 |
| a915e244313de44284e3f8421387dd25fb559e0f | 8-12 October 2004, to Cyprus to attend a number of political events, including the Morphou Rally. My travel and accommodation were paid by the Municipality of Morphou. (Registered 10 November 2004) | Overseas visits 80ef1083 | 2005-01-28 | Alan Meale uk.org.publicwhip/member/1108 | Alan Meale uk.org.publicwhip/person/10428 | 0 | 2005-01-28-80ef1083-10428-0 |
| cde79273fbbd0b2d8812e061821a80a383289322 | 8-12 October 2004, to Cyprus to attend a number of political events, including the Morphou Rally. My travel and accommodation were paid by the Municipality of Morphou. (Registered 10 November 2004) | Overseas visits 80ef1083 | 2004-12-03 | Alan Meale uk.org.publicwhip/member/1108 | Alan Meale uk.org.publicwhip/person/10428 | 0 | 2004-12-03-80ef1083-10428-0 |
| f77f08c453b5fc5d6c720e64baf5cb1ee26ef043 | Adviser to College Hill, a financial public relations company. | Remunerated employment, office, profession etc 1f359ece | 2004-10-22 | Alan Meale uk.org.publicwhip/member/1108 | Alan Meale uk.org.publicwhip/person/10428 | 0 | 2004-10-22-1f359ece-10428-0 |
| 6cbfdff9ee4c558be3c2a39da48aa3609961b9c1 | Adviser to College Hill, a financial public relations company. | Remunerated employment, office, profession etc 1f359ece | 2004-09-08 | Alan Meale uk.org.publicwhip/member/1108 | Alan Meale uk.org.publicwhip/person/10428 | 0 | 2004-09-08-1f359ece-10428-0 |
| 9c1de334083264c331a83b8fed80375337a655eb | Adviser to College Hill, a financial public relations company. | Remunerated employment, office, profession etc 1f359ece | 2004-07-16 | Alan Meale uk.org.publicwhip/member/1108 | Alan Meale uk.org.publicwhip/person/10428 | 0 | 2004-07-16-1f359ece-10428-0 |
| 41d4f192718daf7d8cf77d7cc282d42d0f09dbf6 | Adviser to College Hill, a financial public relations company. | Remunerated employment, office, profession etc 1f359ece | 2004-05-21 | Alan Meale uk.org.publicwhip/member/1108 | Alan Meale uk.org.publicwhip/person/10428 | 0 | 2004-05-21-1f359ece-10428-0 |
| b1d068b7d1005cbd2c878027fa554ee199917940 | Adviser to College Hill, a financial public relations company. | Remunerated employment, office, profession etc 1f359ece | 2004-01-31 | Alan Meale uk.org.publicwhip/member/1108 | Alan Meale uk.org.publicwhip/person/10428 | 0 | 2004-01-31-1f359ece-10428-0 |
| 42c98d0b3d24a2e2de3924916452d6051c6ffef0 | Adviser to College Hill, a financial public relations company. | Remunerated employment, office, profession etc 1f359ece | 2003-12-04 | Alan Meale uk.org.publicwhip/member/1108 | Alan Meale uk.org.publicwhip/person/10428 | 0 | 2003-12-04-1f359ece-10428-0 |
| e3260ff88f7dc75c63911afc66a4beace3604a38 | Shareholding in Mansfield Town AFC, non-recoverable (value £125). | Miscellaneous and unremunerated interests 265f2269 | 2002-05-14 | Alan Meale uk.org.publicwhip/member/1108 | Alan Meale uk.org.publicwhip/person/10428 | 0 | 2002-05-14-265f2269-10428-0 |
| 83c098053cb576be87a1b53e7334fde631db61f7 | One share in Co-operative Society. | Miscellaneous and unremunerated interests 265f2269 | 2002-05-14 | Alan Meale uk.org.publicwhip/member/1108 | Alan Meale uk.org.publicwhip/person/10428 | 1 | 2002-05-14-265f2269-10428-0 |
| 5dc368d34ff445598763fbaf27398e4774063977 | Parliamentary spokesperson and consultant (unpaid) to the "Stand By Me Club", an organisation devoted to soul music and to the promotion of the song "Stand By Me", especially the recorded versions made by the artists Ben E. King and/or Kenny Lynch. | Miscellaneous and unremunerated interests 265f2269 | 2002-05-14 | Alan Meale uk.org.publicwhip/member/1108 | Alan Meale uk.org.publicwhip/person/10428 | 2 | 2002-05-14-265f2269-10428-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");