items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2010-03-10-80ef1083-10323-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 |
|---|---|---|---|---|---|---|---|
| 7cb12d9e04081bb3877c898277410373037bb8fb | 14-16 March 2009 to Damascus, Syria with a delegation of British and Irish parliamentarians, financed by The European Campaign to End the Siege on Gaza. (Registered 17 June 2009) | Overseas visits 80ef1083 | 2010-03-10 | Lynne Jones uk.org.publicwhip/member/1418 | Lynne Jones uk.org.publicwhip/person/10323 | 0 | 2010-03-10-80ef1083-10323-0 |
| d68b32cf6778665b478202ad9efd8bf0a1d4ca73 | Name of donor: The European Campaign to End the Siege on Gaza | Overseas visits 80ef1083 | 2010-03-10 | Lynne Jones uk.org.publicwhip/member/1418 | Lynne Jones uk.org.publicwhip/person/10323 | 1 | 2010-03-10-80ef1083-10323-0 |
| 01c39e035a510432b1a98aca00cc965590f8b7f4 | Address of donor: 100H Crown House, North Circular Road, London NW10 7PN | Overseas visits 80ef1083 | 2010-03-10 | Lynne Jones uk.org.publicwhip/member/1418 | Lynne Jones uk.org.publicwhip/person/10323 | 2 | 2010-03-10-80ef1083-10323-0 |
| 54ed85fdd7f6bb55a350651cc88fc0c98c6f1e1a | Amount of donation (or estimate of the probable value): £1145 | Overseas visits 80ef1083 | 2010-03-10 | Lynne Jones uk.org.publicwhip/member/1418 | Lynne Jones uk.org.publicwhip/person/10323 | 3 | 2010-03-10-80ef1083-10323-0 |
| 8f7aaac9b47fb1721de86ad57cdc9006402ab949 | Destination of visit: Gaza via Egypt | Overseas visits 80ef1083 | 2010-03-10 | Lynne Jones uk.org.publicwhip/member/1418 | Lynne Jones uk.org.publicwhip/person/10323 | 4 | 2010-03-10-80ef1083-10323-0 |
| d52b18be766ebab733ddee54e92aea8d88d5e1b3 | Date of visit: 14-18 January 2010 | Overseas visits 80ef1083 | 2010-03-10 | Lynne Jones uk.org.publicwhip/member/1418 | Lynne Jones uk.org.publicwhip/person/10323 | 5 | 2010-03-10-80ef1083-10323-0 |
| 9434d9fc66a6deb6cf8f5f32a0dbfab879b05e50 | Purpose of visit: Parliamentary delegation from UK and EU | Overseas visits 80ef1083 | 2010-03-10 | Lynne Jones uk.org.publicwhip/member/1418 | Lynne Jones uk.org.publicwhip/person/10323 | 6 | 2010-03-10-80ef1083-10323-0 |
| 26fd244b5950afc2734eacd98dc9362a281a596d | (Registered 22 February 2010) | Overseas visits 80ef1083 | 2010-03-10 | Lynne Jones uk.org.publicwhip/member/1418 | Lynne Jones uk.org.publicwhip/person/10323 | 7 | 2010-03-10-80ef1083-10323-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");