items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2010-03-24-80ef1083-10241-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 |
|---|---|---|---|---|---|---|---|
| c6a0d4ae9e2c6e8c94d837ef335bdc3878b68c10 | 6-8 May 2009, to Italy, to attend Transatlantic Council on Migration at Bellagio. Travel and accommodation paid by Transatlantic Council on Migration. (Registered 14 May 2009) | Overseas visits 80ef1083 | 2010-03-24 | Damian Green uk.org.publicwhip/member/1379 | Damian Green uk.org.publicwhip/person/10241 | 0 | 2010-03-24-80ef1083-10241-0 |
| fcddd4bda3e5fa274b33ce71742c5206a24a3775 | Name of donor: John Smith Memorial Trust | Overseas visits 80ef1083 | 2010-03-24 | Damian Green uk.org.publicwhip/member/1379 | Damian Green uk.org.publicwhip/person/10241 | 1 | 2010-03-24-80ef1083-10241-0 |
| f448843d03ab80015511c4b91e09374bccb03c52 | Address of donor: 3rd Floor, Tulip House, 70 Borough High Street, London SE1 1XF. | Overseas visits 80ef1083 | 2010-03-24 | Damian Green uk.org.publicwhip/member/1379 | Damian Green uk.org.publicwhip/person/10241 | 2 | 2010-03-24-80ef1083-10241-0 |
| eaab21d8f0f2fd4af70036817d6f00580db34ceb | Amount of donation (or estimate of the probable value): £1563.50 | Overseas visits 80ef1083 | 2010-03-24 | Damian Green uk.org.publicwhip/member/1379 | Damian Green uk.org.publicwhip/person/10241 | 3 | 2010-03-24-80ef1083-10241-0 |
| df7928af25fa059d614273b2ccc35971421fe9a7 | Destination of visit: Azerbaijan | Overseas visits 80ef1083 | 2010-03-24 | Damian Green uk.org.publicwhip/member/1379 | Damian Green uk.org.publicwhip/person/10241 | 4 | 2010-03-24-80ef1083-10241-0 |
| f734e0d85e5396b1396cf62c99d749f1e3f54cea | Date of visit: 14-17 September 2009 | Overseas visits 80ef1083 | 2010-03-24 | Damian Green uk.org.publicwhip/member/1379 | Damian Green uk.org.publicwhip/person/10241 | 5 | 2010-03-24-80ef1083-10241-0 |
| 22adc7a7586c45f3c1ebe983e8d9e9c86b35a65e | Purpose of visit: to promote the work of the John Smith Memorial Trust, encourage applications for the 2010 Fellowship Programme, and meet with Fellows. | Overseas visits 80ef1083 | 2010-03-24 | Damian Green uk.org.publicwhip/member/1379 | Damian Green uk.org.publicwhip/person/10241 | 6 | 2010-03-24-80ef1083-10241-0 |
| 1ca56d24a95d66d5f681e3d83238028efa2e0b26 | (Registered 1 October 2009) | Overseas visits 80ef1083 | 2010-03-24 | Damian Green uk.org.publicwhip/member/1379 | Damian Green uk.org.publicwhip/person/10241 | 7 | 2010-03-24-80ef1083-10241-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");