items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2013-10-28-80ef1083-10489-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 |
|---|---|---|---|---|---|---|---|
| f7de7477acbe74c5464359b6145e84551a79b051 | Name of donor: HM Government of Gibraltar | Overseas visits 80ef1083 | 2013-10-28 | Dawn Primarolo uk.org.publicwhip/member/40124 | Dawn Primarolo uk.org.publicwhip/person/10489 | 0 | 2013-10-28-80ef1083-10489-0 |
| 744d73e144be42acc4514c79bc4a7e1fbed3e6fa | Address of donor: 150 Strand, London WC2R 1JA | Overseas visits 80ef1083 | 2013-10-28 | Dawn Primarolo uk.org.publicwhip/member/40124 | Dawn Primarolo uk.org.publicwhip/person/10489 | 1 | 2013-10-28-80ef1083-10489-0 |
| 7f11f40399250856435e84a2d04745c410a4eff4 | Amount of donation (or estimate of the probable value): flights and accommodation for me and my husband, with a total value of £854 | Overseas visits 80ef1083 | 2013-10-28 | Dawn Primarolo uk.org.publicwhip/member/40124 | Dawn Primarolo uk.org.publicwhip/person/10489 | 2 | 2013-10-28-80ef1083-10489-0 |
| ff833d96bc42b6ce3942782cd999cb801409f57e | Destination of visit: Gibraltar | Overseas visits 80ef1083 | 2013-10-28 | Dawn Primarolo uk.org.publicwhip/member/40124 | Dawn Primarolo uk.org.publicwhip/person/10489 | 3 | 2013-10-28-80ef1083-10489-0 |
| 8bb20fbfe8c07f6d7f4864edb2fd9fcbc7036776 | Date of visit: 7-11 September 2012 | Overseas visits 80ef1083 | 2013-10-28 | Dawn Primarolo uk.org.publicwhip/member/40124 | Dawn Primarolo uk.org.publicwhip/person/10489 | 4 | 2013-10-28-80ef1083-10489-0 |
| 7d926693839b4952a4c42983a081e62f31fcd66c | Purpose of visit: visit as part of a parliamentary delegation with the APPG on Gibraltar, to celebrate Gibraltar Day. | Overseas visits 80ef1083 | 2013-10-28 | Dawn Primarolo uk.org.publicwhip/member/40124 | Dawn Primarolo uk.org.publicwhip/person/10489 | 5 | 2013-10-28-80ef1083-10489-0 |
| 56212477718dde21e4f8c03a63514513d3c818a1 | (Registered 7 November 2012) | Overseas visits 80ef1083 | 2013-10-28 | Dawn Primarolo uk.org.publicwhip/member/40124 | Dawn Primarolo uk.org.publicwhip/person/10489 | 6 | 2013-10-28-80ef1083-10489-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");