items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-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 |
---|---|---|---|---|---|---|---|
d6561e9a95c986a8d6bfeddb9c3334dd1374f673 | Name of donor: University of Salford | Overseas visits 80ef1083 | 2015-02-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 0 | 2015-02-09-80ef1083-10048-1 |
5dbcef20ef8460b9a633890ea338d854b0d3cff2 | Address of donor: Faraday House, Salford M5 4WT | Overseas visits 80ef1083 | 2015-02-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 1 | 2015-02-09-80ef1083-10048-1 |
9a1758161fe4f996e53cd5a9d0090d2e80eb810d | 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-02-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 2 | 2015-02-09-80ef1083-10048-1 |
8a53a2b08440ee11c02dc2e9056ee433dfb84947 | Destination of visit: Isle of Man | Overseas visits 80ef1083 | 2015-02-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 3 | 2015-02-09-80ef1083-10048-1 |
3dbc7c3b09d14a0ef6f7be405ea90b75357e360b | Date of visit: 10-11 April 2014 | Overseas visits 80ef1083 | 2015-02-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 4 | 2015-02-09-80ef1083-10048-1 |
22f74fd7ecd6a964117c25574ab3f681e3aaf235 | Purpose of visit: In support of promotion of work of University of Salford | Overseas visits 80ef1083 | 2015-02-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 5 | 2015-02-09-80ef1083-10048-1 |
801d27251a6bb8a2537f0425a6b4d9759c7a83fc | (Registered 9 June 2014) | Overseas visits 80ef1083 | 2015-02-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 6 | 2015-02-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");