items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-03-10-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 |
|---|---|---|---|---|---|---|---|
| bb90a62194734faa8d7f22f5b1909656051a43d8 | Name of donor: Government of India | Overseas visits 80ef1083 | 2010-03-10 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 0 | 2010-03-10-80ef1083-11174-0 |
| 4d07efbf6d2f08c44472c823c00dd1b01ae07d99 | Address of donor: India | Overseas visits 80ef1083 | 2010-03-10 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 1 | 2010-03-10-80ef1083-11174-0 |
| f94e3c6061b84cc67270a5725e40a2b9f8335e38 | Amount of donation (or estimate of the probable value): approximately £3000 | Overseas visits 80ef1083 | 2010-03-10 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 2 | 2010-03-10-80ef1083-11174-0 |
| c5bd09cf59c9028db85a8e2720408796a3545cbc | Destination of visit: Delhi | Overseas visits 80ef1083 | 2010-03-10 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 3 | 2010-03-10-80ef1083-11174-0 |
| c3037a047575619d8991afe0e2ab2b338914aa54 | Date of visit: 27 September to 3 October 2009 | Overseas visits 80ef1083 | 2010-03-10 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 4 | 2010-03-10-80ef1083-11174-0 |
| fd8106578f6ddbfc0618c975a96c2bc863904c84 | 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-10 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 5 | 2010-03-10-80ef1083-11174-0 |
| d35c3ed4a23417f11d3c9039919f3ca9622b2936 | (Registered 3 November 2009) | Overseas visits 80ef1083 | 2010-03-10 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 6 | 2010-03-10-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");