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