items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2004-09-08-80ef1083-10290-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 |
|---|---|---|---|---|---|---|---|
| 5ead7919f568ecd50987dd1a24ea2e0ee49cb78e | 5-9 January 2003, my wife and I were the guests of Saga on a short cruise from Southampton to Casablanca. I made a speech and participated in a Question and Answer session on the trip which was organised by a subsidiary of Saga Group. The cost of our air fares back to England were met by Saga. (Registered 6 November 2003) | Overseas visits 80ef1083 | 2004-09-08 | Michael Howard uk.org.publicwhip/member/974 | Michael Howard uk.org.publicwhip/person/10290 | 0 | 2004-09-08-80ef1083-10290-0 |
| 7ec07a8a7941c7aba84f26ea2494da1f469ec2ef | 18-21 March 2004, to Cancun, Mexico with my wife in order to address a conference organised by News International Ltd; three nights' hotel accommodation and meals, as well as return air fares, were paid for by News International Ltd for both of us. (Registered 30 March 2004) | Overseas visits 80ef1083 | 2004-09-08 | Michael Howard uk.org.publicwhip/member/974 | Michael Howard uk.org.publicwhip/person/10290 | 1 | 2004-09-08-80ef1083-10290-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");