items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-01-26-80ef1083-10074-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 |
|---|---|---|---|---|---|---|---|
| 2ce329cbfe354173492b34add371d57811c1399e | Name of donor: The European Azerbaijan Society | Overseas visits 80ef1083 | 2015-01-26 | Malcolm Bruce uk.org.publicwhip/member/40280 | Malcolm Bruce uk.org.publicwhip/person/10074 | 0 | 2015-01-26-80ef1083-10074-0 |
| 3b8bb70b820cea357905e771144d738079642f39 | Address of donor: 15 Queen Anne’s Gate, London SW1H 9BU | Overseas visits 80ef1083 | 2015-01-26 | Malcolm Bruce uk.org.publicwhip/member/40280 | Malcolm Bruce uk.org.publicwhip/person/10074 | 1 | 2015-01-26-80ef1083-10074-0 |
| 7ab81a888aaca8dc866497d474570dec52219a59 | Amount of donation (or estimate of the probable value): £2,423, comprising £1,943 for flights and £480 for 4 nights at a hotel | Overseas visits 80ef1083 | 2015-01-26 | Malcolm Bruce uk.org.publicwhip/member/40280 | Malcolm Bruce uk.org.publicwhip/person/10074 | 2 | 2015-01-26-80ef1083-10074-0 |
| 1772116953504cf6bc0a17a437381de199b3b57c | Destination of visit: Baku, Azerbaijan | Overseas visits 80ef1083 | 2015-01-26 | Malcolm Bruce uk.org.publicwhip/member/40280 | Malcolm Bruce uk.org.publicwhip/person/10074 | 3 | 2015-01-26-80ef1083-10074-0 |
| fd5eced27e5f43d35cd8be16ee2ebc4bf47a15c1 | Date of visit: 26 May to 29 May 2014 | Overseas visits 80ef1083 | 2015-01-26 | Malcolm Bruce uk.org.publicwhip/member/40280 | Malcolm Bruce uk.org.publicwhip/person/10074 | 4 | 2015-01-26-80ef1083-10074-0 |
| f24830be218b5f1fa56dcceaac5a15669ad69c26 | Purpose of visit: to meet with political and parliamentary figures including the President of the Republic, ministers, the British Ambassador, local public service centres, representatives of international organisations and human rights groups. | Overseas visits 80ef1083 | 2015-01-26 | Malcolm Bruce uk.org.publicwhip/member/40280 | Malcolm Bruce uk.org.publicwhip/person/10074 | 5 | 2015-01-26-80ef1083-10074-0 |
| b34725c4190306ae5882f683dbf77619e634d5d0 | (Registered 4 July 2014) | Overseas visits 80ef1083 | 2015-01-26 | Malcolm Bruce uk.org.publicwhip/member/40280 | Malcolm Bruce uk.org.publicwhip/person/10074 | 6 | 2015-01-26-80ef1083-10074-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");