items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-23-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 |
|---|---|---|---|---|---|---|---|
| fdd6b6fb14bf7640e6bc1b29f789d7476e78c037 | Name of donor: Information International | 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-0 |
| fb88bfda04d2278d77c903bc1177d73d27515e68 | Address of donor: Al-Borj (An-Nahar) Bldg, 4th Floor, Martyrs Square, Beirut, Zip Code: 11-4353, Lebanon | 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-0 |
| ec9a47e284ac4c2bd8ae32480f3d8cda3bdd49f5 | Amount of donation (or estimate of the probable value): travel costs, accommodation and subsistence with a value of £1,700 | 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-0 |
| 1546e98dcf21acdbc039ad5d69e8101104296e27 | Destination of visit: Lebanon | 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-0 |
| abd5afba84bcf44d9f40e4fe2e389e56f79b7f1e | Date of visit: 26-29 January 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-0 |
| 31d27e0ac4377071db6c2f878c6c00187e7e252f | 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-02-23 | Ian Lucas uk.org.publicwhip/member/40675 | Ian Lucas uk.org.publicwhip/person/11057 | 5 | 2015-02-23-80ef1083-11057-0 |
| 3799b83128f9547d1926d78565c623ff6a0cf9b8 | (Registered 17 February 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-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");