items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-23-80ef1083-11057-1" 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 |
|---|---|---|---|---|---|---|---|
| 4462df7ea0058f4f4f020f4b8a464ae367794260 | Name of donor: British University in Egypt | Overseas visits 80ef1083 | 2015-02-23 | Ian Lucas uk.org.publicwhip/member/40675 | Ian Lucas uk.org.publicwhip/person/11057 | 0 | 2015-02-23-80ef1083-11057-1 |
| 8045b60fe9c411221cc63f3784ce2701569b72e9 | Address of donor: El Sherouk City, Suez Desert Road, Cairo 11837; P.O. Box 43 | Overseas visits 80ef1083 | 2015-02-23 | Ian Lucas uk.org.publicwhip/member/40675 | Ian Lucas uk.org.publicwhip/person/11057 | 1 | 2015-02-23-80ef1083-11057-1 |
| 083c17c35ec1dc2116cacd51b058120b5e781b3e | Amount of donation (or estimate of the probable value): £3,300 | Overseas visits 80ef1083 | 2015-02-23 | Ian Lucas uk.org.publicwhip/member/40675 | Ian Lucas uk.org.publicwhip/person/11057 | 2 | 2015-02-23-80ef1083-11057-1 |
| 64c62f89e8e4e9cb3f06b316ef6d254acc1173d0 | Destination of visit: Cairo, Egypt | Overseas visits 80ef1083 | 2015-02-23 | Ian Lucas uk.org.publicwhip/member/40675 | Ian Lucas uk.org.publicwhip/person/11057 | 3 | 2015-02-23-80ef1083-11057-1 |
| 2531b01704bd03745182afb51e53246dc328699e | Date of visit: 13-16 June 2014 | Overseas visits 80ef1083 | 2015-02-23 | Ian Lucas uk.org.publicwhip/member/40675 | Ian Lucas uk.org.publicwhip/person/11057 | 4 | 2015-02-23-80ef1083-11057-1 |
| 6ba89c9cda6c85724b500be4692f4b5eb7922d36 | Purpose of visit: to meet the new President, meet government ministers, religious leaders, British Council, IPU and representatives of civil society in Egypt and discuss developments taking place in the run up to parliamentary elections, in my capacity of Shadow Minister for Africa and Middle East | Overseas visits 80ef1083 | 2015-02-23 | Ian Lucas uk.org.publicwhip/member/40675 | Ian Lucas uk.org.publicwhip/person/11057 | 5 | 2015-02-23-80ef1083-11057-1 |
| 6c8137ffb7a7957442b379e1bacdae0759daeaaa | (Registered 4 July 2014) | Overseas visits 80ef1083 | 2015-02-23 | Ian Lucas uk.org.publicwhip/member/40675 | Ian Lucas uk.org.publicwhip/person/11057 | 6 | 2015-02-23-80ef1083-11057-1 |
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");