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