items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2014-11-24-80ef1083-24749-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 |
---|---|---|---|---|---|---|---|
cb9efa0b2c25294e788b1e99fa3cbe620fc4ba62 | Name of donor: Conservative Friends of Israel | Overseas visits 80ef1083 | 2014-11-24 | Stephen Metcalfe uk.org.publicwhip/member/40540 | Stephen Metcalfe uk.org.publicwhip/person/24749 | 0 | 2014-11-24-80ef1083-24749-0 |
e78487bcc8b9125e3d72952cf9a28e7e60bfd200 | Address of donor: 45B Westbourne Terrace, London W2 3UR | Overseas visits 80ef1083 | 2014-11-24 | Stephen Metcalfe uk.org.publicwhip/member/40540 | Stephen Metcalfe uk.org.publicwhip/person/24749 | 1 | 2014-11-24-80ef1083-24749-0 |
0021e202ac5968d190e294a30f04572604d1bd6a | Amount of donation (or estimate of the probable value): costs of visit; £2,000 | Overseas visits 80ef1083 | 2014-11-24 | Stephen Metcalfe uk.org.publicwhip/member/40540 | Stephen Metcalfe uk.org.publicwhip/person/24749 | 2 | 2014-11-24-80ef1083-24749-0 |
8d7d7daee083c205c7d748a62430653ec37b1d5d | Destination of visit: Israel and the West Bank | Overseas visits 80ef1083 | 2014-11-24 | Stephen Metcalfe uk.org.publicwhip/member/40540 | Stephen Metcalfe uk.org.publicwhip/person/24749 | 3 | 2014-11-24-80ef1083-24749-0 |
9808005461fbb21d410ff73af204a749c0e27847 | Date of visit: 10-15 November 2013 | Overseas visits 80ef1083 | 2014-11-24 | Stephen Metcalfe uk.org.publicwhip/member/40540 | Stephen Metcalfe uk.org.publicwhip/person/24749 | 4 | 2014-11-24-80ef1083-24749-0 |
c00abe0e6bc166dc8427d4ffd62e0f1527ce88dc | Purpose of visit: fact finding political delegation to Israel and the West Bank | Overseas visits 80ef1083 | 2014-11-24 | Stephen Metcalfe uk.org.publicwhip/member/40540 | Stephen Metcalfe uk.org.publicwhip/person/24749 | 5 | 2014-11-24-80ef1083-24749-0 |
c30acb4e83971e11dd604622cf5f6c16f43151e7 | (Registered 3 December 2013) | Overseas visits 80ef1083 | 2014-11-24 | Stephen Metcalfe uk.org.publicwhip/member/40540 | Stephen Metcalfe uk.org.publicwhip/person/24749 | 6 | 2014-11-24-80ef1083-24749-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");