items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-80ef1083-10388-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 |
|---|---|---|---|---|---|---|---|
| 2394621fb40fa09d06e35e80215a32e28d83c983 | Name of donor: Australia Israel Cultural Exchange | Overseas visits 80ef1083 | 2015-03-30 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 0 | 2015-03-30-80ef1083-10388-0 |
| e0034a0da0edb629f2b7150128311235531698cb | Address of donor: Suite 836, 1 Queens Road, Melbourne VIC 3004, Australia | Overseas visits 80ef1083 | 2015-03-30 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 1 | 2015-03-30-80ef1083-10388-0 |
| 90676589eaededbaa4a12ffa0173ee7c33ff2b97 | Amount of donation (or estimate of the probable value): £1,586.56 | Overseas visits 80ef1083 | 2015-03-30 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 2 | 2015-03-30-80ef1083-10388-0 |
| e9d2d03d4b65203ed2a7041435001e70213bf9f1 | Destination of visit: Israel | Overseas visits 80ef1083 | 2015-03-30 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 3 | 2015-03-30-80ef1083-10388-0 |
| 92705b9fe90e3626ef74b5cbb08f865061a454b3 | Date of visit: 25-29 July 2014 | Overseas visits 80ef1083 | 2015-03-30 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 4 | 2015-03-30-80ef1083-10388-0 |
| 03875e4222f600d5d0b4c6cdca53c4b097248181 | Purpose of visit: participation in the Australia Israel UK Leadership Dialogue. This included discussions on the Middle East peace process and security in the region. | Overseas visits 80ef1083 | 2015-03-30 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 5 | 2015-03-30-80ef1083-10388-0 |
| 21a6bedaf74f0a32052faf39c96ae3d8c4be5a2a | (Registered 10 September 2014) | Overseas visits 80ef1083 | 2015-03-30 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 6 | 2015-03-30-80ef1083-10388-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");