items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-01-26-80ef1083-11057-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 |
|---|---|---|---|---|---|---|---|
| 045aa62a28d8a4d7255d1eada82a43ad5d976ee7 | Name of donor: Information International | Overseas visits 80ef1083 | 2015-01-26 | Ian Lucas uk.org.publicwhip/member/40675 | Ian Lucas uk.org.publicwhip/person/11057 | 0 | 2015-01-26-80ef1083-11057-0 |
| b2d0dad4ff6309f0f013894bb268d79c5f703a2e | Address of donor: Al-Borj (An-Nahar) Bldg, 4th Floor, Martyrs Square, Beirut, Zip Code: 11-4353, Lebanon | Overseas visits 80ef1083 | 2015-01-26 | Ian Lucas uk.org.publicwhip/member/40675 | Ian Lucas uk.org.publicwhip/person/11057 | 1 | 2015-01-26-80ef1083-11057-0 |
| 8932bf0b7a50ee8dbfc4da31c8c868e21ff617d0 | Amount of donation (or estimate of the probable value): travel costs, accommodation and subsistence with a value of £1,700 | Overseas visits 80ef1083 | 2015-01-26 | Ian Lucas uk.org.publicwhip/member/40675 | Ian Lucas uk.org.publicwhip/person/11057 | 2 | 2015-01-26-80ef1083-11057-0 |
| e55e6c243e542f8cff4bb58c3afaaa35a33616be | Destination of visit: Lebanon | Overseas visits 80ef1083 | 2015-01-26 | Ian Lucas uk.org.publicwhip/member/40675 | Ian Lucas uk.org.publicwhip/person/11057 | 3 | 2015-01-26-80ef1083-11057-0 |
| df3879ca68ba7b008c9f3bb92aceab4768a3aefd | Date of visit: 26-29 January 2014 | Overseas visits 80ef1083 | 2015-01-26 | Ian Lucas uk.org.publicwhip/member/40675 | Ian Lucas uk.org.publicwhip/person/11057 | 4 | 2015-01-26-80ef1083-11057-0 |
| 929fec03e4f61ff8651300acd5f73c8c6dc7617e | Purpose of visit: Fact-finding delegation organised by the Council for Arab British Understanding, in my capacity as Shadow Middle East Minister | Overseas visits 80ef1083 | 2015-01-26 | Ian Lucas uk.org.publicwhip/member/40675 | Ian Lucas uk.org.publicwhip/person/11057 | 5 | 2015-01-26-80ef1083-11057-0 |
| 1630c60e9797c8caa75a40f19f3c2d5bdbf02daa | (Registered 17 February 2014) | Overseas visits 80ef1083 | 2015-01-26 | Ian Lucas uk.org.publicwhip/member/40675 | Ian Lucas uk.org.publicwhip/person/11057 | 6 | 2015-01-26-80ef1083-11057-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");