items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-80ef1083-10009-3" 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 |
---|---|---|---|---|---|---|---|
95f1794a71523b1de683319c2bf83afd0373bdb5 | Name of donor: Government of Thailand | Overseas visits 80ef1083 | 2015-03-09 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 0 | 2015-03-09-80ef1083-10009-3 |
0ae2eb36f09421e24429ad0c0354dbeebbeb7569 | Address of donor: Royal Thai Embassy, 29-30 Queen’s Gate, London SW7 5JB | Overseas visits 80ef1083 | 2015-03-09 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 1 | 2015-03-09-80ef1083-10009-3 |
3791a40a709f83d128481090a6875fb12caf19f5 | 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-09 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 2 | 2015-03-09-80ef1083-10009-3 |
4d55a9c44774f5afd343bc8c3d93f2252f14cd45 | Destination of visit: Bangkok, Thailand | Overseas visits 80ef1083 | 2015-03-09 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 3 | 2015-03-09-80ef1083-10009-3 |
488c0e0b16dcc2e39ecfbbcd3b74c9b270bac739 | Date of visit: 10-15 November 2014 | Overseas visits 80ef1083 | 2015-03-09 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 4 | 2015-03-09-80ef1083-10009-3 |
c0578189db42ccb209a6ef81f1d90b4d453d5eed | 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-09 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 5 | 2015-03-09-80ef1083-10009-3 |
759db2f412e4fced8644585838723132cc2b10d2 | (Registered 26 November 2014) | Overseas visits 80ef1083 | 2015-03-09 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 6 | 2015-03-09-80ef1083-10009-3 |
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");