items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-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 |
---|---|---|---|---|---|---|---|
dc7922329a506c9f665d1d318ab3155381bdf1fa | Name of donor: Canada-UK Council | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 0 | 2015-03-09-80ef1083-10013-3 |
66274672e3d4e98d2701a32e50196280d26f87c5 | Address of donor: 4 The Willows, Wootton, Boars Hill, Oxford OX1 5LD | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 1 | 2015-03-09-80ef1083-10013-3 |
450d452e21545a7ec422a7480fff0518ee717799 | 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-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 2 | 2015-03-09-80ef1083-10013-3 |
f34500fc7540bc4c6a4406425c8dc72050ecba6e | Destination of visit: Montebello, Quebec, Canada | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 3 | 2015-03-09-80ef1083-10013-3 |
c78cce02704c0413a3da43b616533a60c65fb005 | Date of visit: 23-26 November 2014 | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 4 | 2015-03-09-80ef1083-10013-3 |
298433c3de9cae01b7d822402c6c23c260235890 | 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-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 5 | 2015-03-09-80ef1083-10013-3 |
2a2526747d877b5de9444d0b1628a95081314847 | (Registered 5 December 2014) | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 6 | 2015-03-09-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");