items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
9 rows where record_id = "2010-12-20-197c64ab-10775-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 |
---|---|---|---|---|---|---|---|
3f8fd50000a2f4b63a694f4d851c1670bc92c3dd | Payment of £150 by GovNet Communications, St James Building, Oxford Street, Manchester M1 6PP for talk given as part of their Understanding Government Seminar series. Hours: 1 hr. (Registered 22 March 2010) | Remunerated employment, office, profession et 197c64ab | 2010-12-20 | David Cairns uk.org.publicwhip/member/40330 | David Cairns uk.org.publicwhip/person/10775 | 0 | 2010-12-20-197c64ab-10775-0 |
b8bab925955601ae088b53ca8b089b46edb02ccf | 6. Overseas visits | Remunerated employment, office, profession et 197c64ab | 2010-12-20 | David Cairns uk.org.publicwhip/member/40330 | David Cairns uk.org.publicwhip/person/10775 | 1 | 2010-12-20-197c64ab-10775-0 |
2fd8e7eaa8bc47459a25ff0fb2e3919903a9e8c7 | Name of donor: Voluntary Service Overseas | Remunerated employment, office, profession et 197c64ab | 2010-12-20 | David Cairns uk.org.publicwhip/member/40330 | David Cairns uk.org.publicwhip/person/10775 | 2 | 2010-12-20-197c64ab-10775-0 |
23c367804f575e74cda876a44dca84abac315f1b | Address of donor: Carlton House, 27iA Carlton Drive, London SW15 2BS | Remunerated employment, office, profession et 197c64ab | 2010-12-20 | David Cairns uk.org.publicwhip/member/40330 | David Cairns uk.org.publicwhip/person/10775 | 3 | 2010-12-20-197c64ab-10775-0 |
85d9fd26b75c66d0a15c42d20f000100b237ff8a | Amount of donation (or estimate of the probable value): £876, covering international flights, accommodation, visa, transport and subsistence. | Remunerated employment, office, profession et 197c64ab | 2010-12-20 | David Cairns uk.org.publicwhip/member/40330 | David Cairns uk.org.publicwhip/person/10775 | 4 | 2010-12-20-197c64ab-10775-0 |
b07021346cdc3bd2c1f26b403d0beca5b263117e | Destination of visit: Nairobi, Kenya | Remunerated employment, office, profession et 197c64ab | 2010-12-20 | David Cairns uk.org.publicwhip/member/40330 | David Cairns uk.org.publicwhip/person/10775 | 5 | 2010-12-20-197c64ab-10775-0 |
bfe9ee64dbb1cb9083827c1d8086b3c3a8af644e | Date of visit: 14-24 September 2010 | Remunerated employment, office, profession et 197c64ab | 2010-12-20 | David Cairns uk.org.publicwhip/member/40330 | David Cairns uk.org.publicwhip/person/10775 | 6 | 2010-12-20-197c64ab-10775-0 |
00f9e7083e7f3cf4713902cdfc8162eb9db4a931 | Purpose of visit: to participate in VSO’s Parliamentarian Volunteering Scheme | Remunerated employment, office, profession et 197c64ab | 2010-12-20 | David Cairns uk.org.publicwhip/member/40330 | David Cairns uk.org.publicwhip/person/10775 | 7 | 2010-12-20-197c64ab-10775-0 |
910b16d274aa917c6dd9007c21529175b84c6871 | (Registered 13 December 2010) | Remunerated employment, office, profession et 197c64ab | 2010-12-20 | David Cairns uk.org.publicwhip/member/40330 | David Cairns uk.org.publicwhip/person/10775 | 8 | 2010-12-20-197c64ab-10775-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");