items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2014-11-10-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 |
|---|---|---|---|---|---|---|---|
| 2699d97d6243c2c2518cd82ba4073fc4f0a61eed | Name of donor: Australia Israel Cultural Exchange | Overseas visits 80ef1083 | 2014-11-10 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 0 | 2014-11-10-80ef1083-10388-0 |
| 9f0db7fc5d2e12d3e20144a57ea0c64928cd2c2e | Address of donor: Suite 836, 1 Queens Road, Melbourne VIC 3004, Australia | Overseas visits 80ef1083 | 2014-11-10 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 1 | 2014-11-10-80ef1083-10388-0 |
| cd794899f40011b66a8da15e140df2ea052b28d7 | Amount of donation (or estimate of the probable value): £1,586.56 | Overseas visits 80ef1083 | 2014-11-10 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 2 | 2014-11-10-80ef1083-10388-0 |
| 489afcb40c8ad9092fb2f21c6649da708b6750d6 | Destination of visit: Israel | Overseas visits 80ef1083 | 2014-11-10 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 3 | 2014-11-10-80ef1083-10388-0 |
| 8669ae3e1de7d3dca1b818c076c5a4feea5f21a7 | Date of visit: 25-29 July 2014 | Overseas visits 80ef1083 | 2014-11-10 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 4 | 2014-11-10-80ef1083-10388-0 |
| 8ee001cd0393a9669bb6b125620f4e9f0465f5b4 | 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 | 2014-11-10 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 5 | 2014-11-10-80ef1083-10388-0 |
| 3303d539892dc700a1d6c867b0d7331524a14628 | (Registered 10 September 2014) | Overseas visits 80ef1083 | 2014-11-10 | Anne McGuire uk.org.publicwhip/member/40577 | Anne McGuire uk.org.publicwhip/person/10388 | 6 | 2014-11-10-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");