items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-80ef1083-10013-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 |
---|---|---|---|---|---|---|---|
4b62be946de966e4a7e9bcb1a6949ef352f0d8d0 | Name of donor: Canada-UK Council | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 0 | 2015-03-30-80ef1083-10013-3 |
9480081f437a2fa91e04eee61b1bba75d48aa888 | Address of donor: 4 The Willows, Wootton, Boars Hill, Oxford OX1 5LD | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 1 | 2015-03-30-80ef1083-10013-3 |
f07defffb790f4ed9a729e6e480b74862b448c61 | Amount of donation (or estimate of the probable value): Flights costing £695; hotel accommodation costing £324 and food and ground transport valued at £151; total £1,170 | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 2 | 2015-03-30-80ef1083-10013-3 |
a2bb9587d4ee64751b5971cad9f19d34d7ab9e1c | Destination of visit: Montebello, Quebec, Canada | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 3 | 2015-03-30-80ef1083-10013-3 |
7097921f98eae62afb72ac5cf8f7d8904541914d | Date of visit: 23-26 November 2014 | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 4 | 2015-03-30-80ef1083-10013-3 |
dc91d963ca63cd356e090851c4c42b286512898f | Purpose of visit: to participate in meeting of leading politicians, officials, academics, businessmen, practitioners and members of the media to discuss matters of current public policy concern to each country. | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 5 | 2015-03-30-80ef1083-10013-3 |
24e5b9784d681b88d3af96cbcb87f00b23150326 | (Registered 5 December 2014) | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 6 | 2015-03-30-80ef1083-10013-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");