items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2016-10-31-891eb863-10477-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 |
|---|---|---|---|---|---|---|---|
| e33b046cd256a775c140e0807258d3abafce776d | Name of donor: The PCAA Foundation Address of donor: PO Box 4015, London W1A 6NH Amount of donation (or estimate of the probable value): flights and hotel; value £500 Destination of visit: Paris Date of visit: 8-9 October 2015 Purpose of visit: delegation of MPs with the APPG Against Anti-Semitism to discuss the rise in anti-semitic incidents across Europe and debate best practice in dealing with these issues. (Registered 05 November 2015) | Visits outside the UK 891eb863 | 2016-10-31 | Eric Pickles uk.org.publicwhip/person/10477 | 0 | 2016-10-31-891eb863-10477-0 | |
| 5cfe825bed4a443ee3c968990ad76572a2a9bc2e | Name of donor: (1) Australia Israel Cultural Exchange Limited (2) Conservative Friends of Israel Address of donor: (1) Suite 836, Level 8, 1 Queens Road, Melbourne, 3004 VIC, Australia (2) PO Box 72288, London, SW1P 9LB Amount of donation (or estimate of the probable value): (1) flights, accommodation, food and Internal travel;£1,500 (2) accommodation (one night), internal travel (bus to Knesset) and food (one night); £700 Destination of visit: Israel Date of visit: 11- 16 December 2015 Purpose of visit: Tripartite Australia Israel UK Leadership Dialogue conference. (Registered 19 January 2016) | Visits outside the UK 891eb863 | 2016-10-31 | Eric Pickles uk.org.publicwhip/person/10477 | 1 | 2016-10-31-891eb863-10477-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");