items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
9 rows where record_id = "2011-09-28-80ef1083-10630-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 |
|---|---|---|---|---|---|---|---|
| a5cd93d9b412815aa577c6b8922d70001d4dd27c | Name of donor: Association of European Parliamentarians with Africa | Overseas visits 80ef1083 | 2011-09-28 | Alan Whitehead uk.org.publicwhip/member/40564 | Alan Whitehead uk.org.publicwhip/person/10630 | 0 | 2011-09-28-80ef1083-10630-0 |
| d759f4ecbbefd30725f7c100d60c023f37825c13 | Address of donor: Prins Hendrikkade 48, 1012 AC Amsterdam, The Netherlands | Overseas visits 80ef1083 | 2011-09-28 | Alan Whitehead uk.org.publicwhip/member/40564 | Alan Whitehead uk.org.publicwhip/person/10630 | 1 | 2011-09-28-80ef1083-10630-0 |
| a5616d5b28fc74db4cfa1f15dc3a70de955e7d89 | Amount of donation (or estimate of the probable value): £900 | Overseas visits 80ef1083 | 2011-09-28 | Alan Whitehead uk.org.publicwhip/member/40564 | Alan Whitehead uk.org.publicwhip/person/10630 | 2 | 2011-09-28-80ef1083-10630-0 |
| e2245296c4e065151ec5d323c85bc24e267ebfbd | Destination of visit: South African Parliament, Cape Town, South Africa | Overseas visits 80ef1083 | 2011-09-28 | Alan Whitehead uk.org.publicwhip/member/40564 | Alan Whitehead uk.org.publicwhip/person/10630 | 3 | 2011-09-28-80ef1083-10630-0 |
| 7ff9bf16a4c759a99f285e8d0110debaf5420bff | Date of visit: 1-4 September 2010 | Overseas visits 80ef1083 | 2011-09-28 | Alan Whitehead uk.org.publicwhip/member/40564 | Alan Whitehead uk.org.publicwhip/person/10630 | 4 | 2011-09-28-80ef1083-10630-0 |
| b150712387a26ca5e309d64638a530a411e6a65f | Purpose of visit: to attend climate change conference with South African Parliamentarians | Overseas visits 80ef1083 | 2011-09-28 | Alan Whitehead uk.org.publicwhip/member/40564 | Alan Whitehead uk.org.publicwhip/person/10630 | 5 | 2011-09-28-80ef1083-10630-0 |
| f836f0ac7f8eb1ab3dfcd7807bf5b03a8f0f41ee | (Registered 10 November 2010) | Overseas visits 80ef1083 | 2011-09-28 | Alan Whitehead uk.org.publicwhip/member/40564 | Alan Whitehead uk.org.publicwhip/person/10630 | 6 | 2011-09-28-80ef1083-10630-0 |
| e470dedeaf46d9af7e1adef507b08586b7188cd0 | 8. Land and Property | Overseas visits 80ef1083 | 2011-09-28 | Alan Whitehead uk.org.publicwhip/member/40564 | Alan Whitehead uk.org.publicwhip/person/10630 | 7 | 2011-09-28-80ef1083-10630-0 |
| f69ee6c35c3c14eb0b85d5827432bd5638e14d06 | Flat inhabited by my father in Southampton. | Overseas visits 80ef1083 | 2011-09-28 | Alan Whitehead uk.org.publicwhip/member/40564 | Alan Whitehead uk.org.publicwhip/person/10630 | 8 | 2011-09-28-80ef1083-10630-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");