items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-80ef1083-10213-1" 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 |
|---|---|---|---|---|---|---|---|
| 1ed7c8310ade1968d3f57ad8498071cdfc1c589d | Name of donor: The European Azerbaijani Society | Overseas visits 80ef1083 | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 0 | 2015-03-30-80ef1083-10213-1 |
| 81d0590240235fc61cb39f6fb2383136fc3df2a6 | Address of donor: 15 Queen Anne's Gate, London SW1H 9BU | Overseas visits 80ef1083 | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 1 | 2015-03-30-80ef1083-10213-1 |
| 6552c7ca68178c8b9f0d098b27544071e8d67762 | Amount of donation (or estimate of the probable value): flights £2,320.40 and accommodation 1,259.54 for me and a member of staff; total £3,579.94 | Overseas visits 80ef1083 | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 2 | 2015-03-30-80ef1083-10213-1 |
| 15ee0dc99c7f054d3f34fb53548b3035589e1289 | Destination of visit: Istanbul, Turkey | Overseas visits 80ef1083 | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 3 | 2015-03-30-80ef1083-10213-1 |
| a0fc1fdc9f3590f8f3a1f361e00f880db6b64870 | Date of visit: 1-4 February 2015 | Overseas visits 80ef1083 | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 4 | 2015-03-30-80ef1083-10213-1 |
| 96ec7a9ad570d804c8a1898971968407b6c81ea5 | Purpose of visit: to attend the release of my book ‘Rising Tides’ translation into Turkish. | Overseas visits 80ef1083 | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 5 | 2015-03-30-80ef1083-10213-1 |
| 5ccd7cae607db7c4fd67495a322117dbf9854eb3 | (Registered 4 February 2015) | Overseas visits 80ef1083 | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 6 | 2015-03-30-80ef1083-10213-1 |
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");