items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-80ef1083-10453-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 |
---|---|---|---|---|---|---|---|
fa9434a76b406281f18e073eacbd7f89433fcbd0 | Name of donor: World Vision UK | Overseas visits 80ef1083 | 2015-03-30 | Jim Murphy uk.org.publicwhip/member/40231 | Jim Murphy uk.org.publicwhip/person/10453 | 0 | 2015-03-30-80ef1083-10453-0 |
567d0cfb2a21432acfe36308257cdd83db9d486e | Address of donor: Opal Drive, Fox Milne, Milton Keynes, MK15 0ZR | Overseas visits 80ef1083 | 2015-03-30 | Jim Murphy uk.org.publicwhip/member/40231 | Jim Murphy uk.org.publicwhip/person/10453 | 1 | 2015-03-30-80ef1083-10453-0 |
318e15d73e2cc6189737bdf861c7773f9ca32e15 | Amount of donation (or estimate of the probable value): Total of £1677.38 for myself and a staff member, consisting of air travel at £1,121.10, taxis costing £20.33, accommodation and food costing £535.95 (accommodation £447.95) | Overseas visits 80ef1083 | 2015-03-30 | Jim Murphy uk.org.publicwhip/member/40231 | Jim Murphy uk.org.publicwhip/person/10453 | 2 | 2015-03-30-80ef1083-10453-0 |
a23a4eb6df341e90af2c41257d6dcb8ba1a742a8 | Destination of visit: Lebanon and Jordan | Overseas visits 80ef1083 | 2015-03-30 | Jim Murphy uk.org.publicwhip/member/40231 | Jim Murphy uk.org.publicwhip/person/10453 | 3 | 2015-03-30-80ef1083-10453-0 |
98c915f8cb140589062192daa7755424395f1ad8 | Date of visit: 12-16 March 2014 | Overseas visits 80ef1083 | 2015-03-30 | Jim Murphy uk.org.publicwhip/member/40231 | Jim Murphy uk.org.publicwhip/person/10453 | 4 | 2015-03-30-80ef1083-10453-0 |
83d3c636b2b7b5b854bce9683976d405886110c6 | Purpose of visit: As Shadow Secretary of State for International Development, to assess the humanitarian situation resulting from the Syrian crisis, understand the plight of Syrian refugees and the communities hosting them and to see the work of the charity. | Overseas visits 80ef1083 | 2015-03-30 | Jim Murphy uk.org.publicwhip/member/40231 | Jim Murphy uk.org.publicwhip/person/10453 | 5 | 2015-03-30-80ef1083-10453-0 |
85a084291a9777eee44e4d955573034b92b94f3b | (Registered 11 April 2014) | Overseas visits 80ef1083 | 2015-03-30 | Jim Murphy uk.org.publicwhip/member/40231 | Jim Murphy uk.org.publicwhip/person/10453 | 6 | 2015-03-30-80ef1083-10453-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");