items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-04-12-80ef1083-10082-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 |
|---|---|---|---|---|---|---|---|
| 14f5291763095b929e314e0e2c564cfd6a829d2e | Name of donor: Faroese Government | Overseas visits 80ef1083 | 2010-04-12 | John Butterfill uk.org.publicwhip/member/1438 | John Butterfill uk.org.publicwhip/person/10082 | 0 | 2010-04-12-80ef1083-10082-0 |
| ca0b5ddc29900f794393616620d6a46f0af43221 | Address of donor: Representation of the Faroes to London, 55 Sloane Street, London SW1X 9SR. | Overseas visits 80ef1083 | 2010-04-12 | John Butterfill uk.org.publicwhip/member/1438 | John Butterfill uk.org.publicwhip/person/10082 | 1 | 2010-04-12-80ef1083-10082-0 |
| a9193f39f84b96e6e098b9037258f6df4006ca4f | Amount of donation (or estimate of the probable value): all costs of the visit £900 | Overseas visits 80ef1083 | 2010-04-12 | John Butterfill uk.org.publicwhip/member/1438 | John Butterfill uk.org.publicwhip/person/10082 | 2 | 2010-04-12-80ef1083-10082-0 |
| e5bb996978554a14ec1d77a0b5b45e0bcace6782 | Destination of visit: Faroe Islands | Overseas visits 80ef1083 | 2010-04-12 | John Butterfill uk.org.publicwhip/member/1438 | John Butterfill uk.org.publicwhip/person/10082 | 3 | 2010-04-12-80ef1083-10082-0 |
| 1fdabbafd68382020f702c6caaecc2cf501f8859 | Date of visit:17 - 20 August 2009 | Overseas visits 80ef1083 | 2010-04-12 | John Butterfill uk.org.publicwhip/member/1438 | John Butterfill uk.org.publicwhip/person/10082 | 4 | 2010-04-12-80ef1083-10082-0 |
| 16234eea7e59cc68bb676414657381944bda1c70 | Purpose of visit: as a member of the All-Party Faroe Islands Group, I travelled to the Islands to meet with Faroese parliamentarians and government bodies. | Overseas visits 80ef1083 | 2010-04-12 | John Butterfill uk.org.publicwhip/member/1438 | John Butterfill uk.org.publicwhip/person/10082 | 5 | 2010-04-12-80ef1083-10082-0 |
| 4d4d8a759373addd11d47c51b252304c60ccc76a | (Registered 14 September 2009) | Overseas visits 80ef1083 | 2010-04-12 | John Butterfill uk.org.publicwhip/member/1438 | John Butterfill uk.org.publicwhip/person/10082 | 6 | 2010-04-12-80ef1083-10082-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");