items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-80ef1083-10048-1" 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 |
---|---|---|---|---|---|---|---|
acba693f6321dfb7365883a5b8e8683c4448b754 | Name of donor: University of Salford | Overseas visits 80ef1083 | 2015-03-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 0 | 2015-03-09-80ef1083-10048-1 |
2fdb67035718ddd1a4bc5c1d75f7fb419eda6da3 | Address of donor: Faraday House, Salford M5 4WT | Overseas visits 80ef1083 | 2015-03-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 1 | 2015-03-09-80ef1083-10048-1 |
32745b2b8bd38aaabbcf0eee3cb261160e4298a3 | Amount of donation (or estimate of the probable value): Flight costing £335.49 and hotel costing £330; £665.49 in total | Overseas visits 80ef1083 | 2015-03-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 2 | 2015-03-09-80ef1083-10048-1 |
82a7ff2b77808a35b3cd9ea09150f264b5a949b1 | Destination of visit: Isle of Man | Overseas visits 80ef1083 | 2015-03-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 3 | 2015-03-09-80ef1083-10048-1 |
dc9e456dbc3d0de616aba80400a686400b94033d | Date of visit: 10-11 April 2014 | Overseas visits 80ef1083 | 2015-03-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 4 | 2015-03-09-80ef1083-10048-1 |
7b984d4711d5cae86a9bc91dac856f93822fb213 | Purpose of visit: In support of promotion of work of University of Salford | Overseas visits 80ef1083 | 2015-03-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 5 | 2015-03-09-80ef1083-10048-1 |
a19c92b5d913e2aeba187ac72f4e67481b35802f | (Registered 9 June 2014) | Overseas visits 80ef1083 | 2015-03-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 6 | 2015-03-09-80ef1083-10048-1 |
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");