items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-04-12-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 |
|---|---|---|---|---|---|---|---|
| 1d9d16c71e88f7fe6617185ca3d427b6ff5940d7 | Name of donor: Government of India | Overseas visits 80ef1083 | 2010-04-12 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 0 | 2010-04-12-80ef1083-11174-0 |
| ee76496ca0659ac78eb60fccaa65a8c0d8071b54 | Address of donor: India | Overseas visits 80ef1083 | 2010-04-12 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 1 | 2010-04-12-80ef1083-11174-0 |
| 143768394c209d7b95b6309d9ec9a323cccd4a48 | Amount of donation (or estimate of the probable value): approximately £3000 | Overseas visits 80ef1083 | 2010-04-12 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 2 | 2010-04-12-80ef1083-11174-0 |
| 0f820428b5da54feb8fb145e8372c22647fd5a8b | Destination of visit: Delhi | Overseas visits 80ef1083 | 2010-04-12 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 3 | 2010-04-12-80ef1083-11174-0 |
| fa49aea9dd67df3d555307e3ee5ac6514f9ecb44 | Date of visit: 27 September to 3 October 2009 | Overseas visits 80ef1083 | 2010-04-12 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 4 | 2010-04-12-80ef1083-11174-0 |
| 86fdb82c7adf559a150d2a1e4ee33f3f9a165fe5 | Purpose of visit: to meet with representatives of Indian government, commerce, parliament and security services for briefing on current issues. | Overseas visits 80ef1083 | 2010-04-12 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 5 | 2010-04-12-80ef1083-11174-0 |
| c7beb30dafd7e47f778b2acda05a7aef7108ab60 | (Registered 3 November 2009) | Overseas visits 80ef1083 | 2010-04-12 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 6 | 2010-04-12-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");