items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2014-03-10-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 |
|---|---|---|---|---|---|---|---|
| 860b767944c8b06a32ebccdd78daac97ab18cdf9 | Name of donor: HM Government of Gibraltar | Overseas visits 80ef1083 | 2014-03-10 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 0 | 2014-03-10-80ef1083-10170-0 |
| 7f0ed688821ef48943a381936cb2faad26d05421 | Address of donor: 150 Strand, London, WC2R 1JA | Overseas visits 80ef1083 | 2014-03-10 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 1 | 2014-03-10-80ef1083-10170-0 |
| 84732b28f1207e7e21a09dda99198d7b55084e11 | 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-03-10 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 2 | 2014-03-10-80ef1083-10170-0 |
| 1d4fe96cbcdedd0361eb1d5bfd10912582a3afe4 | Destination of visit: Gibraltar | Overseas visits 80ef1083 | 2014-03-10 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 3 | 2014-03-10-80ef1083-10170-0 |
| 3324cee300cf4fac8613d2f901cd91aef460a1db | Date of visit: 6-11 September 2013 | Overseas visits 80ef1083 | 2014-03-10 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 4 | 2014-03-10-80ef1083-10170-0 |
| 47b90905f6041835ff80638ee2a6fb23d2b0cf7d | 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-03-10 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 5 | 2014-03-10-80ef1083-10170-0 |
| db604d0e82f962f07c1e4bafd41a3b8ad52284fb | (Registered 4 November 2013) | Overseas visits 80ef1083 | 2014-03-10 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 6 | 2014-03-10-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");