items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2013-11-11-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 |
|---|---|---|---|---|---|---|---|
| 5cc3ccf145c756631e13aac596cfc5e82ea1666f | Name of donor: HM Government of Gibraltar | Overseas visits 80ef1083 | 2013-11-11 | Dawn Primarolo uk.org.publicwhip/member/40124 | Dawn Primarolo uk.org.publicwhip/person/10489 | 0 | 2013-11-11-80ef1083-10489-0 |
| d06bdbbd8d8af12f1a10e2103ce9c9bbe71e193f | Address of donor: 150 Strand, London WC2R 1JA | Overseas visits 80ef1083 | 2013-11-11 | Dawn Primarolo uk.org.publicwhip/member/40124 | Dawn Primarolo uk.org.publicwhip/person/10489 | 1 | 2013-11-11-80ef1083-10489-0 |
| bfb91e6c82fd4bccdc9aaf96b8140a3b42dbc37c | 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-11-11 | Dawn Primarolo uk.org.publicwhip/member/40124 | Dawn Primarolo uk.org.publicwhip/person/10489 | 2 | 2013-11-11-80ef1083-10489-0 |
| d1030be315b55ec3be570bd2e2dd40abd3d6a6f5 | Destination of visit: Gibraltar | Overseas visits 80ef1083 | 2013-11-11 | Dawn Primarolo uk.org.publicwhip/member/40124 | Dawn Primarolo uk.org.publicwhip/person/10489 | 3 | 2013-11-11-80ef1083-10489-0 |
| 31219fdb6eb4037a07c9f46c6e01fd81f1e44f79 | Date of visit: 7-11 September 2012 | Overseas visits 80ef1083 | 2013-11-11 | Dawn Primarolo uk.org.publicwhip/member/40124 | Dawn Primarolo uk.org.publicwhip/person/10489 | 4 | 2013-11-11-80ef1083-10489-0 |
| d5a9dbfb56775cb774343f6be0a5e50912e32bb0 | Purpose of visit: visit as part of a parliamentary delegation with the APPG on Gibraltar, to celebrate Gibraltar Day. | Overseas visits 80ef1083 | 2013-11-11 | Dawn Primarolo uk.org.publicwhip/member/40124 | Dawn Primarolo uk.org.publicwhip/person/10489 | 5 | 2013-11-11-80ef1083-10489-0 |
| 17daff25ee89d38d338a7b061040fb45419ee428 | (Registered 7 November 2012) | Overseas visits 80ef1083 | 2013-11-11 | Dawn Primarolo uk.org.publicwhip/member/40124 | Dawn Primarolo uk.org.publicwhip/person/10489 | 6 | 2013-11-11-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");