items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where record_id = "2014-07-28-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 |
|---|---|---|---|---|---|---|---|
| 2d3e8759062627524bfe6ee2a0876217976293e0 | Name of donor: BASF PLC | Overseas visits 80ef1083 | 2014-07-28 | Gavin Williamson uk.org.publicwhip/member/40553 | Gavin Williamson uk.org.publicwhip/person/24729 | 0 | 2014-07-28-80ef1083-24729-0 |
| ec6a35f6f13a927e7594eaba8b095cb4775ba31f | Address of donor: PO Box 4, Earl Road, Cheadle Hulme, Cheshire SK8 6QG | Overseas visits 80ef1083 | 2014-07-28 | Gavin Williamson uk.org.publicwhip/member/40553 | Gavin Williamson uk.org.publicwhip/person/24729 | 1 | 2014-07-28-80ef1083-24729-0 |
| 36c92896a6f76b648fd625ffc41b91d58259b8f6 | 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-07-28 | Gavin Williamson uk.org.publicwhip/member/40553 | Gavin Williamson uk.org.publicwhip/person/24729 | 2 | 2014-07-28-80ef1083-24729-0 |
| 797d9f5924a756a6e19d519319f4815c4623bf9c | Destination of visit: Ludwigshafen, Germany | Overseas visits 80ef1083 | 2014-07-28 | Gavin Williamson uk.org.publicwhip/member/40553 | Gavin Williamson uk.org.publicwhip/person/24729 | 3 | 2014-07-28-80ef1083-24729-0 |
| 032035449af428d9169788219b0aeacfcaa1a733 | Date of visit: 23-24 July 2013 | Overseas visits 80ef1083 | 2014-07-28 | Gavin Williamson uk.org.publicwhip/member/40553 | Gavin Williamson uk.org.publicwhip/person/24729 | 4 | 2014-07-28-80ef1083-24729-0 |
| cdc42fdcfe7e97f2c3c12e98907696df8586c68f | Purpose of visit: Industry and Parliament Trust Industry visit to the BASF complex in Ludwigshafen. (Registered 19 August 2013) | Overseas visits 80ef1083 | 2014-07-28 | Gavin Williamson uk.org.publicwhip/member/40553 | Gavin Williamson uk.org.publicwhip/person/24729 | 5 | 2014-07-28-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");