items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-80ef1083-10009-2" 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 |
---|---|---|---|---|---|---|---|
feaedea6a283cfa09b862d8b9d5ca90f6783df6d | Name of donor: Government of Thailand | Overseas visits 80ef1083 | 2015-03-30 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 0 | 2015-03-30-80ef1083-10009-2 |
08c9b8492466539a41ded36ddbe4d77bc05552c7 | Address of donor: Royal Thai Embassy, 29-30 Queen’s Gate, London SW7 5JB | Overseas visits 80ef1083 | 2015-03-30 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 1 | 2015-03-30-80ef1083-10009-2 |
f35ea16e95a6b926e79a49db07fe4a488f665866 | 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 were met by a non-regisrable source. | Overseas visits 80ef1083 | 2015-03-30 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 2 | 2015-03-30-80ef1083-10009-2 |
b7a8fbffa3ab8b16cf6676fa90c1964b66311398 | Destination of visit: Bangkok, Thailand | Overseas visits 80ef1083 | 2015-03-30 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 3 | 2015-03-30-80ef1083-10009-2 |
39dd17422d077f9dfbe1b9dc9ba537790c838440 | Date of visit: 10-15 November 2014 | Overseas visits 80ef1083 | 2015-03-30 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 4 | 2015-03-30-80ef1083-10009-2 |
039c14f7667d4a3d5a335e4f4965291e82cb8772 | Purpose of visit: discussions with the Thai government relating to the development of their new constitution and promotion of trade and cultural exchange. | Overseas visits 80ef1083 | 2015-03-30 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 5 | 2015-03-30-80ef1083-10009-2 |
f3175a45957a8b6e894c72dd8ef57ae4c882195b | (Registered 26 November 2014) | Overseas visits 80ef1083 | 2015-03-30 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 6 | 2015-03-30-80ef1083-10009-2 |
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");