items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2013-09-30-80ef1083-24785-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 |
---|---|---|---|---|---|---|---|
43e42c7df57b6aece0b44027fdc696228414ac49 | Name of donor: Governor of Bryansk | Overseas visits 80ef1083 | 2013-09-30 | Harriett Baldwin uk.org.publicwhip/member/40654 | Harriett Baldwin uk.org.publicwhip/person/24785 | 0 | 2013-09-30-80ef1083-24785-0 |
19e884f6b22dfaca9ef01119bd51990edb3b6377 | Address of donor: Region 33, Prospect Lenina, Bryansk, Russia | Overseas visits 80ef1083 | 2013-09-30 | Harriett Baldwin uk.org.publicwhip/member/40654 | Harriett Baldwin uk.org.publicwhip/person/24785 | 1 | 2013-09-30-80ef1083-24785-0 |
13598bc2fe2fbe9afb5d1de69ee62d6083891bf9 | Amount of donation (or estimate of the probable value): Three nights’ accommodation in the Governor’s guest house and transport to and from Moscow, with an estimated value of £600-£660. We also received hospitality from a range of agricultural companies and the agricultural academy. | Overseas visits 80ef1083 | 2013-09-30 | Harriett Baldwin uk.org.publicwhip/member/40654 | Harriett Baldwin uk.org.publicwhip/person/24785 | 2 | 2013-09-30-80ef1083-24785-0 |
a97936362cb0fb66b873fae48bc99c48071b5482 | Destination of visit: Moscow and Bryansk | Overseas visits 80ef1083 | 2013-09-30 | Harriett Baldwin uk.org.publicwhip/member/40654 | Harriett Baldwin uk.org.publicwhip/person/24785 | 3 | 2013-09-30-80ef1083-24785-0 |
5e504deb990c0f7660f62fa428edd5cfba5db0f1 | Date of visit: 20-23 August 2012 | Overseas visits 80ef1083 | 2013-09-30 | Harriett Baldwin uk.org.publicwhip/member/40654 | Harriett Baldwin uk.org.publicwhip/person/24785 | 4 | 2013-09-30-80ef1083-24785-0 |
494b25bfbaf90ebb593fd629d6be664768760f35 | Purpose of visit: visit with UK Chief Vet and agricultural representatives to promote UK-Russian agricultural trade | Overseas visits 80ef1083 | 2013-09-30 | Harriett Baldwin uk.org.publicwhip/member/40654 | Harriett Baldwin uk.org.publicwhip/person/24785 | 5 | 2013-09-30-80ef1083-24785-0 |
290b5fe0836044e534a63b54cfee7ecd4a077931 | (Registered 13 September 2012) | Overseas visits 80ef1083 | 2013-09-30 | Harriett Baldwin uk.org.publicwhip/member/40654 | Harriett Baldwin uk.org.publicwhip/person/24785 | 6 | 2013-09-30-80ef1083-24785-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");