items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2014-08-26-80ef1083-10170-0" 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 |
|---|---|---|---|---|---|---|---|
| 91fbec2cd6ba8f025c7e0413b0bd16bb22703209 | Name of donor: HM Government of Gibraltar | Overseas visits 80ef1083 | 2014-08-26 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 0 | 2014-08-26-80ef1083-10170-0 |
| 2ce9580eb5c6ec6b5854047918cf84b58ad8cac5 | Address of donor: 150 Strand, London, WC2R 1JA | Overseas visits 80ef1083 | 2014-08-26 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 1 | 2014-08-26-80ef1083-10170-0 |
| ab7ab40aef8c97972ce21e96f85076a30e779035 | Amount of donation (or estimate of the probable value): air fare and hotel accommodation with a total value of £1,621 | Overseas visits 80ef1083 | 2014-08-26 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 2 | 2014-08-26-80ef1083-10170-0 |
| 101ef4668a750b53962277bcfe2fd0f251790e7a | Destination of visit: Gibraltar | Overseas visits 80ef1083 | 2014-08-26 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 3 | 2014-08-26-80ef1083-10170-0 |
| 38bf062833f61e09ef4366952a7a846f04b8f37f | Date of visit: 6-11 September 2013 | Overseas visits 80ef1083 | 2014-08-26 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 4 | 2014-08-26-80ef1083-10170-0 |
| 1943019ce4e0b1a6ae15e0202b6e58547bf46cb0 | Purpose of visit: Visit as part of a Parliamentary Delegation with the APPG on Gibraltar, of which I am the chairman, to celebrate Gibraltar Day. | Overseas visits 80ef1083 | 2014-08-26 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 5 | 2014-08-26-80ef1083-10170-0 |
| 668a02e68dbb0fbbb1992557b77e88895ac66004 | (Registered 4 November 2013) | Overseas visits 80ef1083 | 2014-08-26 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 6 | 2014-08-26-80ef1083-10170-0 |
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");