items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-01-06-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 |
|---|---|---|---|---|---|---|---|
| 9ab045a7e7427b8ad6ecc24ceb3d7fe826815c23 | Name of donor: Government of India | Overseas visits 80ef1083 | 2010-01-06 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 0 | 2010-01-06-80ef1083-11174-0 |
| 913eec9e97aac12c7955656e02c49929c69d3cea | Address of donor: India | Overseas visits 80ef1083 | 2010-01-06 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 1 | 2010-01-06-80ef1083-11174-0 |
| 0c18dfa42bcf255bfc16bf9a53af826dd4cb0944 | Amount of donation (or estimate of the probable value): approximately £3000 | Overseas visits 80ef1083 | 2010-01-06 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 2 | 2010-01-06-80ef1083-11174-0 |
| 6b9fdcdf22d18a5a88148a79ed67ec80c5d1a061 | Destination of visit: Delhi | Overseas visits 80ef1083 | 2010-01-06 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 3 | 2010-01-06-80ef1083-11174-0 |
| 61ac52f893fcb62a13c6d413114e6cf7e0972f92 | Date of visit: 27 September to 3 October 2009 | Overseas visits 80ef1083 | 2010-01-06 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 4 | 2010-01-06-80ef1083-11174-0 |
| 69d0f8f3c47e4f26ebb011a6d46088afde5c2bcd | Purpose of visit: to meet with representatives of Indian government, commerce, parliament and security services for briefing on current issues. | Overseas visits 80ef1083 | 2010-01-06 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 5 | 2010-01-06-80ef1083-11174-0 |
| 49c72b5182562ece05d86ec42fe495eb153529e8 | (Registered 3 November 2009) | Overseas visits 80ef1083 | 2010-01-06 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 6 | 2010-01-06-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");