items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2002-05-14-80ef1083-10008-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 |
|---|---|---|---|---|---|---|---|
| 760570d7d004df8d17ea7e6e60d70160c03dcd81 | 26 June-16 July 2001, to Australia, representing the British and Irish Parliamentary Rugby Union team against the Australian Parliament. Over 70% of the tour expenses were funded by contributions from the players and the balance from sponsorship and advertising generated on behalf of the Club/Parliamentary Lions. The sponsors and advertisers were: Arlington Lodge, Ashurst Morris Crisp, Bell Design, GEM Construction, Glaxosmithkline, HIFX Ltd., Irish Independent News & Media, Japan Airlines, ntl, Rickitt Grant & Partners, Rickitt Mitchell, Rolls Royce, R Smith, Sweet Chariot, Toyota, Waterford Crystal. (Registered 25 August 2001) | Overseas visits 80ef1083 | 2002-05-14 | Graham Allen uk.org.publicwhip/member/695 | Graham Allen uk.org.publicwhip/person/10008 | 0 | 2002-05-14-80ef1083-10008-0 |
| c7739440af3902dcedc4a95948402fc3381048b2 | 27-28 October 2001, to Spain, to participate in the Madrid Conference on Democratic Transition. Honorarium, travel and hotel expenses paid by the Gorbachev Foundation. (Registered 20 November 2001) | Overseas visits 80ef1083 | 2002-05-14 | Graham Allen uk.org.publicwhip/member/695 | Graham Allen uk.org.publicwhip/person/10008 | 1 | 2002-05-14-80ef1083-10008-0 |
| ca4246b48ecfa19f7b11902543980bc204ec05ca | 18-22 February 2002, to North Carolina for a family holiday during which I gave several lectures at local universities, who met my transport and accommodation costs and paid a small honorarium. (Registered 28 February 2002) | Overseas visits 80ef1083 | 2002-05-14 | Graham Allen uk.org.publicwhip/member/695 | Graham Allen uk.org.publicwhip/person/10008 | 2 | 2002-05-14-80ef1083-10008-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");