items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-80ef1083-10062-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 |
|---|---|---|---|---|---|---|---|
| 1fd6bb8711f46c75473d78acc781a3f22955e4f1 | Name of donor: Government of Thailand | Overseas visits 80ef1083 | 2015-03-30 | Graham Brady uk.org.publicwhip/member/40041 | Graham Brady uk.org.publicwhip/person/10062 | 0 | 2015-03-30-80ef1083-10062-0 |
| dbec35bc9efeb318f2a7528a1119babc86bd3cdf | Address of donor: Royal Thai Embassy, 29-30 Queen’s Gate, London SW7 5JB | Overseas visits 80ef1083 | 2015-03-30 | Graham Brady uk.org.publicwhip/member/40041 | Graham Brady uk.org.publicwhip/person/10062 | 1 | 2015-03-30-80ef1083-10062-0 |
| d4269965315c91ae657d69c94182922cdb963a85 | Amount of donation (or estimate of the probable value): in country costs, hotel, transport and certain meals; total value £1,000. The costs of flights was met by a non-registrable source. | Overseas visits 80ef1083 | 2015-03-30 | Graham Brady uk.org.publicwhip/member/40041 | Graham Brady uk.org.publicwhip/person/10062 | 2 | 2015-03-30-80ef1083-10062-0 |
| 1e7f56d1fea8c2e2d11feafa0fa2865400b97527 | Destination of visit: Bangkok, Thailand | Overseas visits 80ef1083 | 2015-03-30 | Graham Brady uk.org.publicwhip/member/40041 | Graham Brady uk.org.publicwhip/person/10062 | 3 | 2015-03-30-80ef1083-10062-0 |
| 2d39ed2de5cc6abc6b21c5b2f7c8310fdad2861b | Date of visit: 10-15 November 2014 | Overseas visits 80ef1083 | 2015-03-30 | Graham Brady uk.org.publicwhip/member/40041 | Graham Brady uk.org.publicwhip/person/10062 | 4 | 2015-03-30-80ef1083-10062-0 |
| 62093cf214aebb4c02d4ff2369a5b73138598c56 | Purpose of visit: discussions with the Thai government and Opposition Parties relating to the development of a new constitution and promotion of trade and cultural exchange. | Overseas visits 80ef1083 | 2015-03-30 | Graham Brady uk.org.publicwhip/member/40041 | Graham Brady uk.org.publicwhip/person/10062 | 5 | 2015-03-30-80ef1083-10062-0 |
| 9adbadb5f74170143a06b6ce7a41b1a3b556cea7 | (Registered 2 December 2014) | Overseas visits 80ef1083 | 2015-03-30 | Graham Brady uk.org.publicwhip/member/40041 | Graham Brady uk.org.publicwhip/person/10062 | 6 | 2015-03-30-80ef1083-10062-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");