items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-80ef1083-24918-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 |
|---|---|---|---|---|---|---|---|
| def4eee91be64025506405de2b1e02e69fef9016 | Name of donor: Labour Friends of Israel | Overseas visits 80ef1083 | 2015-03-09 | Gemma Doyle uk.org.publicwhip/member/40649 | Gemma Doyle uk.org.publicwhip/person/24918 | 0 | 2015-03-09-80ef1083-24918-0 |
| c4735b367c16f7cd056ddaec6bd1748ae374620d | Address of donor: BM LFI, London W1N 3XX | Overseas visits 80ef1083 | 2015-03-09 | Gemma Doyle uk.org.publicwhip/member/40649 | Gemma Doyle uk.org.publicwhip/person/24918 | 1 | 2015-03-09-80ef1083-24918-0 |
| a603db726784fed34485467b083a3f9ea288e79a | Amount of donation (or estimate of the probable value): flights, accommodation, food & drink and additional transport, total cost £1,800 | Overseas visits 80ef1083 | 2015-03-09 | Gemma Doyle uk.org.publicwhip/member/40649 | Gemma Doyle uk.org.publicwhip/person/24918 | 2 | 2015-03-09-80ef1083-24918-0 |
| 9e7050192bb568954d485cb667862e9d3e8bcf22 | Destination of visit: Israel and Palestinian Territories | Overseas visits 80ef1083 | 2015-03-09 | Gemma Doyle uk.org.publicwhip/member/40649 | Gemma Doyle uk.org.publicwhip/person/24918 | 3 | 2015-03-09-80ef1083-24918-0 |
| 4c8c6eed7118dd9c7321c8a1662e239e4eae1546 | Date of visit: 29 September - 4 October 2013 | Overseas visits 80ef1083 | 2015-03-09 | Gemma Doyle uk.org.publicwhip/member/40649 | Gemma Doyle uk.org.publicwhip/person/24918 | 4 | 2015-03-09-80ef1083-24918-0 |
| 0540cf769bf5735ba676b0a4df5b24358fd73217 | Purpose of visit: fact-finding visit with a focus on defence and security. | Overseas visits 80ef1083 | 2015-03-09 | Gemma Doyle uk.org.publicwhip/member/40649 | Gemma Doyle uk.org.publicwhip/person/24918 | 5 | 2015-03-09-80ef1083-24918-0 |
| fb377352bcfb4d9e45b1b4baaa024acb19477921 | (Registered 14 April 2014) | Overseas visits 80ef1083 | 2015-03-09 | Gemma Doyle uk.org.publicwhip/member/40649 | Gemma Doyle uk.org.publicwhip/person/24918 | 6 | 2015-03-09-80ef1083-24918-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");