items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-03-24-80ef1083-11174-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 |
|---|---|---|---|---|---|---|---|
| 554498d85a12f81fbeb2c9fa8fb521be3cf75840 | Name of donor: Government of India | Overseas visits 80ef1083 | 2010-03-24 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 0 | 2010-03-24-80ef1083-11174-0 |
| 2dfb2796f8eed64dce953d18f4ca0c549957a2ee | Address of donor: India | Overseas visits 80ef1083 | 2010-03-24 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 1 | 2010-03-24-80ef1083-11174-0 |
| 97bd4a8423490b84b3d22f4ded818ad3ea9baca2 | Amount of donation (or estimate of the probable value): approximately £3000 | Overseas visits 80ef1083 | 2010-03-24 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 2 | 2010-03-24-80ef1083-11174-0 |
| 64d399dc3732c22d5058dc7555eb393b8d8a47b7 | Destination of visit: Delhi | Overseas visits 80ef1083 | 2010-03-24 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 3 | 2010-03-24-80ef1083-11174-0 |
| 513a09e2de09013a407810ea61c5a09973430db8 | Date of visit: 27 September to 3 October 2009 | Overseas visits 80ef1083 | 2010-03-24 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 4 | 2010-03-24-80ef1083-11174-0 |
| 807a33cbecf0f9193e1e5c2da8819d6fb05fbf90 | Purpose of visit: to meet with representatives of Indian government, commerce, parliament and security services for briefing on current issues. | Overseas visits 80ef1083 | 2010-03-24 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 5 | 2010-03-24-80ef1083-11174-0 |
| af597710390023d226e97658d94d588536bf9a61 | (Registered 3 November 2009) | Overseas visits 80ef1083 | 2010-03-24 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 6 | 2010-03-24-80ef1083-11174-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");