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