items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-09-80ef1083-11190-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 |
|---|---|---|---|---|---|---|---|
| cd1ed9220fb4cb30ab0fca4118cf20b400464f52 | Name of donor: Falcon and Associates | Overseas visits 80ef1083 | 2015-02-09 | Hugh Robertson uk.org.publicwhip/member/40257 | Hugh Robertson uk.org.publicwhip/person/11190 | 0 | 2015-02-09-80ef1083-11190-0 |
| cd24809ae040c15fc088dcef5ddde7cf154fa725 | Address of donor: Dubai International Financial Centre, Dubai | Overseas visits 80ef1083 | 2015-02-09 | Hugh Robertson uk.org.publicwhip/member/40257 | Hugh Robertson uk.org.publicwhip/person/11190 | 1 | 2015-02-09-80ef1083-11190-0 |
| 6cdbc66a5ae6dcad051d891e45733c329f7a0fa0 | Amount of donation (or estimate of the probable value): return flights and accommodation, not purchased on the open market, but which would have had a value of over £1,500 if so purchased | Overseas visits 80ef1083 | 2015-02-09 | Hugh Robertson uk.org.publicwhip/member/40257 | Hugh Robertson uk.org.publicwhip/person/11190 | 2 | 2015-02-09-80ef1083-11190-0 |
| 310a1ada3aae891b14cb0977731813cfd5005872 | Destination of visit: Dubai | Overseas visits 80ef1083 | 2015-02-09 | Hugh Robertson uk.org.publicwhip/member/40257 | Hugh Robertson uk.org.publicwhip/person/11190 | 3 | 2015-02-09-80ef1083-11190-0 |
| f77c84fcca66e784f29a0aebb1767a6633482e54 | Date of visit: 7-8 December 2014 | Overseas visits 80ef1083 | 2015-02-09 | Hugh Robertson uk.org.publicwhip/member/40257 | Hugh Robertson uk.org.publicwhip/person/11190 | 4 | 2015-02-09-80ef1083-11190-0 |
| d51f8a4de84a3f463d5fbe39530517709d224fdf | Purpose of visit: to attend the 5th anniversary celebrations of the formation of Falcon and Associates | Overseas visits 80ef1083 | 2015-02-09 | Hugh Robertson uk.org.publicwhip/member/40257 | Hugh Robertson uk.org.publicwhip/person/11190 | 5 | 2015-02-09-80ef1083-11190-0 |
| d10e11bc36985a495ce6fe0ba0839c4c51059b7f | (Registered 19 December 2014) | Overseas visits 80ef1083 | 2015-02-09 | Hugh Robertson uk.org.publicwhip/member/40257 | Hugh Robertson uk.org.publicwhip/person/11190 | 6 | 2015-02-09-80ef1083-11190-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");