items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-23-80ef1083-10009-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 |
---|---|---|---|---|---|---|---|
799e2eec284c12770f47edab710e1d055bc098a5 | Name of donor: The European Azerbaijan Society | Overseas visits 80ef1083 | 2015-02-23 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 0 | 2015-02-23-80ef1083-10009-1 |
163263e4fc71130bd8181d02be77983181477252 | Address of donor (the address of individuals will not be published): 15 Queen Anne’s Gate, London SW1H 9BU | Overseas visits 80ef1083 | 2015-02-23 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 1 | 2015-02-23-80ef1083-10009-1 |
c91add067fb4ff43275cbd77fc70a85086b95311 | Amount of donation (or estimate of the probable value): £1,943 for flights and £600 for 5 nights at a hotel; total £2,543 | Overseas visits 80ef1083 | 2015-02-23 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 2 | 2015-02-23-80ef1083-10009-1 |
44b2e98fc631fa2931864156bd983e20128a02f5 | Destination of visit: Baku, Shaki and Gabala, Azerbaijan | Overseas visits 80ef1083 | 2015-02-23 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 3 | 2015-02-23-80ef1083-10009-1 |
83750b6e442ce06983f6585af7e5e91b3492ef9c | Date of visit: 26 May – 31 May 2014 | Overseas visits 80ef1083 | 2015-02-23 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 4 | 2015-02-23-80ef1083-10009-1 |
0c633851f13b47f5d54b2775057757622dff4f2a | Purpose of visit: to meet with political and parliamentary figures including the President of the Republic, ministers, the British Ambassador, local public service centres, representatives of international organisations, human rights groups and IDP/Refugee camp of displaced people from the conflict in Nagorno-Karabakh | Overseas visits 80ef1083 | 2015-02-23 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 5 | 2015-02-23-80ef1083-10009-1 |
ae75d327659d424452e7b25a99d4680142d5d333 | (Registered 13 June 2014) | Overseas visits 80ef1083 | 2015-02-23 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 6 | 2015-02-23-80ef1083-10009-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");