items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2014-02-24-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 |
|---|---|---|---|---|---|---|---|
| 0a8c08486dd0ef58b9d3921bd6ff1b5178f57773 | Name of donor: HM Government of Gibraltar | Overseas visits 80ef1083 | 2014-02-24 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 0 | 2014-02-24-80ef1083-10170-0 |
| 0c3711d67cc9d4cfb4d820e8edbcbe3d1d382198 | Address of donor: 150 Strand, London, WC2R 1JA | Overseas visits 80ef1083 | 2014-02-24 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 1 | 2014-02-24-80ef1083-10170-0 |
| 7ec3979fa97c16f0b3ac60e792433d40adf98c45 | 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-02-24 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 2 | 2014-02-24-80ef1083-10170-0 |
| e5dda2bc610df523665342719786ccdaa76a0791 | Destination of visit: Gibraltar | Overseas visits 80ef1083 | 2014-02-24 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 3 | 2014-02-24-80ef1083-10170-0 |
| 6e731ec6fb2611fe263a6776d20eba592a2c4ac5 | Date of visit: 6-11 September 2013 | Overseas visits 80ef1083 | 2014-02-24 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 4 | 2014-02-24-80ef1083-10170-0 |
| f8bbae14af8b2f97a9a08905ac17ac41db0d5624 | 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-02-24 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 5 | 2014-02-24-80ef1083-10170-0 |
| 8e04476aa5db6c76e3d919b761d8f9cdc30da758 | (Registered 4 November 2013) | Overseas visits 80ef1083 | 2014-02-24 | Jim Dobbin uk.org.publicwhip/member/40316 | Jim Dobbin uk.org.publicwhip/person/10170 | 6 | 2014-02-24-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");