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