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