items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-09-80ef1083-24918-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 |
|---|---|---|---|---|---|---|---|
| 4be444337cecc808c6ccdd604c8fdef038c3403f | Name of donor: Government of the United Arab Emirates (UAE) | Overseas visits 80ef1083 | 2015-02-09 | Gemma Doyle uk.org.publicwhip/member/40649 | Gemma Doyle uk.org.publicwhip/person/24918 | 0 | 2015-02-09-80ef1083-24918-1 |
| 7b6ef6e331f35efb1a6f54e7b2e457b6ce5c5fd2 | Address of donor: PO Box 31966, Abu Dhabi, UAE | Overseas visits 80ef1083 | 2015-02-09 | Gemma Doyle uk.org.publicwhip/member/40649 | Gemma Doyle uk.org.publicwhip/person/24918 | 1 | 2015-02-09-80ef1083-24918-1 |
| 8ec27f4be5e83eff9afd95adcb9736f4df3f7245 | Amount of donation (or estimate of the probable value): flights, accommodation, food and drink, total £3,500 | Overseas visits 80ef1083 | 2015-02-09 | Gemma Doyle uk.org.publicwhip/member/40649 | Gemma Doyle uk.org.publicwhip/person/24918 | 2 | 2015-02-09-80ef1083-24918-1 |
| 906b964d7cb46b0bc479ea1adf7b5ccd238df448 | Destination of visit: Abu Dhabi and Dubai, UAE | Overseas visits 80ef1083 | 2015-02-09 | Gemma Doyle uk.org.publicwhip/member/40649 | Gemma Doyle uk.org.publicwhip/person/24918 | 3 | 2015-02-09-80ef1083-24918-1 |
| f1f6bd3a2f940de2fbe7ad857ea3898548c1d2a0 | Date of visit: 16-19 November 2013 | Overseas visits 80ef1083 | 2015-02-09 | Gemma Doyle uk.org.publicwhip/member/40649 | Gemma Doyle uk.org.publicwhip/person/24918 | 4 | 2015-02-09-80ef1083-24918-1 |
| 19293347fc2f34baaa35fd57c3ae09668e2b4321 | Purpose of visit: to meet with government ministers, members of the Federal National Council, senior business figures and NGOs, together with British diplomats to further relations between the UK and UAE. | Overseas visits 80ef1083 | 2015-02-09 | Gemma Doyle uk.org.publicwhip/member/40649 | Gemma Doyle uk.org.publicwhip/person/24918 | 5 | 2015-02-09-80ef1083-24918-1 |
| 0a2c3be95846ff903efc921c3fbec6e5c73d1646 | (Registered 14 April 2014) | Overseas visits 80ef1083 | 2015-02-09 | Gemma Doyle uk.org.publicwhip/member/40649 | Gemma Doyle uk.org.publicwhip/person/24918 | 6 | 2015-02-09-80ef1083-24918-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");