items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where record_id = "2014-08-26-80ef1083-24729-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 |
|---|---|---|---|---|---|---|---|
| c0bea814ccff875776402dd82d75f3d334f8d223 | Name of donor: BASF PLC | Overseas visits 80ef1083 | 2014-08-26 | Gavin Williamson uk.org.publicwhip/member/40553 | Gavin Williamson uk.org.publicwhip/person/24729 | 0 | 2014-08-26-80ef1083-24729-0 |
| 6bab4ec5ae3dedbe0153c04f9986b8be92bd6012 | Address of donor: PO Box 4, Earl Road, Cheadle Hulme, Cheshire SK8 6QG | Overseas visits 80ef1083 | 2014-08-26 | Gavin Williamson uk.org.publicwhip/member/40553 | Gavin Williamson uk.org.publicwhip/person/24729 | 1 | 2014-08-26-80ef1083-24729-0 |
| a2148ab0ebb312f1da58da7513f3d93c1747bf5f | Amount of donation (or estimate of probable value):flights with a value of £318.01, accommodation with a value of £110.97 and hospitality, transfers and other incidentals with a value of £314.97; total £743.95 | Overseas visits 80ef1083 | 2014-08-26 | Gavin Williamson uk.org.publicwhip/member/40553 | Gavin Williamson uk.org.publicwhip/person/24729 | 2 | 2014-08-26-80ef1083-24729-0 |
| 50be324a5be0c381f598064299a9eeaaca337de8 | Destination of visit: Ludwigshafen, Germany | Overseas visits 80ef1083 | 2014-08-26 | Gavin Williamson uk.org.publicwhip/member/40553 | Gavin Williamson uk.org.publicwhip/person/24729 | 3 | 2014-08-26-80ef1083-24729-0 |
| db8553a6e26897dcd5903703d32959f7dca399cf | Date of visit: 23-24 July 2013 | Overseas visits 80ef1083 | 2014-08-26 | Gavin Williamson uk.org.publicwhip/member/40553 | Gavin Williamson uk.org.publicwhip/person/24729 | 4 | 2014-08-26-80ef1083-24729-0 |
| 89f29dac8bad9e05bd0edcf21d5ec92da14dccec | Purpose of visit: Industry and Parliament Trust Industry visit to the BASF complex in Ludwigshafen. (Registered 19 August 2013) | Overseas visits 80ef1083 | 2014-08-26 | Gavin Williamson uk.org.publicwhip/member/40553 | Gavin Williamson uk.org.publicwhip/person/24729 | 5 | 2014-08-26-80ef1083-24729-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");