items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2014-01-20-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 |
|---|---|---|---|---|---|---|---|
| 528ebd9fdc23417bc95cbc58eaa58d55f9fcfe6c | Name of donor: HM Government of Gibraltar | Overseas visits 80ef1083 | 2014-01-20 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 0 | 2014-01-20-80ef1083-10170-0 |
| 87393fd9c8a195a11e731c723e7d3e96c9fd98db | Address of donor: 150 Strand, London, WC2R 1JA | Overseas visits 80ef1083 | 2014-01-20 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 1 | 2014-01-20-80ef1083-10170-0 |
| 16cb4083f7e21b75855573a2621cfa835b45b70c | 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-01-20 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 2 | 2014-01-20-80ef1083-10170-0 |
| 84c2bdbc1d0c88d8e0ab6c6ba9eae897a3cb5ac3 | Destination of visit: Gibraltar | Overseas visits 80ef1083 | 2014-01-20 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 3 | 2014-01-20-80ef1083-10170-0 |
| 44e00b14c6a2ed4eb5008583860b4aef854123a8 | Date of visit: 6-11 September 2013 | Overseas visits 80ef1083 | 2014-01-20 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 4 | 2014-01-20-80ef1083-10170-0 |
| 3a55b916173f9ff45a8def1df56e7a3d659c287d | 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-01-20 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 5 | 2014-01-20-80ef1083-10170-0 |
| a1a05ea24864b796e5354ab5704faffce0818ab2 | (Registered 4 November 2013) | Overseas visits 80ef1083 | 2014-01-20 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 6 | 2014-01-20-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");