items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-80ef1083-11093-3" 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 |
|---|---|---|---|---|---|---|---|
| 55f89f4c4aa71670346712aa708f0a335bc03599 | Name of donor: Inter-parliamentary Coalition for Combating Antisemitism (ICCA) Foundation | Overseas visits 80ef1083 | 2015-03-09 | John Mann uk.org.publicwhip/member/40061 | John Mann uk.org.publicwhip/person/11093 | 0 | 2015-03-09-80ef1083-11093-3 |
| e6d708bdd41696521dbb5e21c42507e0f3ad3fbc | Address of donor: PO Box 4015, London W1A 6NH | Overseas visits 80ef1083 | 2015-03-09 | John Mann uk.org.publicwhip/member/40061 | John Mann uk.org.publicwhip/person/11093 | 1 | 2015-03-09-80ef1083-11093-3 |
| 106152ab7c739320641d5a62195b9588bc79baf6 | Amount of donation (or estimate of the probable value): travel and accommodation, £4,063 | Overseas visits 80ef1083 | 2015-03-09 | John Mann uk.org.publicwhip/member/40061 | John Mann uk.org.publicwhip/person/11093 | 2 | 2015-03-09-80ef1083-11093-3 |
| 2d8abb78c3bf0cbc14984c54ee6eb5409cb2c8b8 | Destination of visit: San Francisco, USA | Overseas visits 80ef1083 | 2015-03-09 | John Mann uk.org.publicwhip/member/40061 | John Mann uk.org.publicwhip/person/11093 | 3 | 2015-03-09-80ef1083-11093-3 |
| 96225a5e5eac64a7dbe2bc9bf6f20105cf942049 | Date of visit: 16-17 September 2014 | Overseas visits 80ef1083 | 2015-03-09 | John Mann uk.org.publicwhip/member/40061 | John Mann uk.org.publicwhip/person/11093 | 4 | 2015-03-09-80ef1083-11093-3 |
| c40f36374c6803084c4f8a32ece2bf3f6b2c90ab | Purpose of visit: to attend meeting on internet hate crime at Google HQ. | Overseas visits 80ef1083 | 2015-03-09 | John Mann uk.org.publicwhip/member/40061 | John Mann uk.org.publicwhip/person/11093 | 5 | 2015-03-09-80ef1083-11093-3 |
| d22d75bd96d7b12a02ae2bdbfc9488425b4e1677 | (Registered 7 October 2014) | Overseas visits 80ef1083 | 2015-03-09 | John Mann uk.org.publicwhip/member/40061 | John Mann uk.org.publicwhip/person/11093 | 6 | 2015-03-09-80ef1083-11093-3 |
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");