items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-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 |
|---|---|---|---|---|---|---|---|
| 4b62ad10fd251ade10f042efb44343f33d9e1435 | Name of donor: Government of Thailand | Overseas visits 80ef1083 | 2015-03-09 | Graham Brady uk.org.publicwhip/member/40041 | Graham Brady uk.org.publicwhip/person/10062 | 0 | 2015-03-09-80ef1083-10062-0 |
| 214e63c0660ae74c2ac3d97966a1c840b83f116c | Address of donor: Royal Thai Embassy, 29-30 Queen’s Gate, London SW7 5JB | Overseas visits 80ef1083 | 2015-03-09 | Graham Brady uk.org.publicwhip/member/40041 | Graham Brady uk.org.publicwhip/person/10062 | 1 | 2015-03-09-80ef1083-10062-0 |
| a717404d8ac9648de22af9efba9c9ca565141c88 | 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-09 | Graham Brady uk.org.publicwhip/member/40041 | Graham Brady uk.org.publicwhip/person/10062 | 2 | 2015-03-09-80ef1083-10062-0 |
| 9aff10d3c6d03056d1ffff14b02e1d143bf57f55 | Destination of visit: Bangkok, Thailand | Overseas visits 80ef1083 | 2015-03-09 | Graham Brady uk.org.publicwhip/member/40041 | Graham Brady uk.org.publicwhip/person/10062 | 3 | 2015-03-09-80ef1083-10062-0 |
| 413d11efda476b0de6303527eb0c7f36cc00c918 | Date of visit: 10-15 November 2014 | Overseas visits 80ef1083 | 2015-03-09 | Graham Brady uk.org.publicwhip/member/40041 | Graham Brady uk.org.publicwhip/person/10062 | 4 | 2015-03-09-80ef1083-10062-0 |
| b905899754097d68afb180777990bfc77ff12342 | 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-09 | Graham Brady uk.org.publicwhip/member/40041 | Graham Brady uk.org.publicwhip/person/10062 | 5 | 2015-03-09-80ef1083-10062-0 |
| 28814df40fa3c21e17b50b16a990239f2133b186 | (Registered 2 December 2014) | Overseas visits 80ef1083 | 2015-03-09 | Graham Brady uk.org.publicwhip/member/40041 | Graham Brady uk.org.publicwhip/person/10062 | 6 | 2015-03-09-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");