items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
14 rows where record_id = "2014-03-10-84642823-11858-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 |
---|---|---|---|---|---|---|---|
1e6c5309f84ccbdb9210b6497b406bc580843ce9 | Name of donor: This Is Global Ltd | Gifts, benefits and hospitality (UK) 84642823 | 2014-03-10 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 0 | 2014-03-10-84642823-11858-0 |
e0fc0c19df6c9db16f84ca55c684502910264332 | Address of donor: 30 Leicester Square, London WC2H 7LA | Gifts, benefits and hospitality (UK) 84642823 | 2014-03-10 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 1 | 2014-03-10-84642823-11858-0 |
e6d3f48bdbd0175c01c148638e1301d9915a02bd | Amount of donation or nature and value if donation in kind: 4 tickets to Capital FM Summertime Ball with a total value of £1,400 | Gifts, benefits and hospitality (UK) 84642823 | 2014-03-10 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 2 | 2014-03-10-84642823-11858-0 |
ffe739cd6e986eaa7e9de92280a94b6c03e0edc3 | Date of receipt of donation: 9 June 2013 | Gifts, benefits and hospitality (UK) 84642823 | 2014-03-10 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 3 | 2014-03-10-84642823-11858-0 |
307ea5b1deb638dd051d1d64a6505eb68cf571da | Date of acceptance of donation: 9 June 2013 | Gifts, benefits and hospitality (UK) 84642823 | 2014-03-10 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 4 | 2014-03-10-84642823-11858-0 |
8bd1e0b9504f4ab9b3484a88b1d4c3dfca8d8d16 | Company, registration no 06251684 | Gifts, benefits and hospitality (UK) 84642823 | 2014-03-10 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 5 | 2014-03-10-84642823-11858-0 |
e2407dd41944c0fdf1f4e2366471d94f6582ee11 | (Registered 19 June 2013) | Gifts, benefits and hospitality (UK) 84642823 | 2014-03-10 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 6 | 2014-03-10-84642823-11858-0 |
3b2eb3dbdbc1229252271d0159e779bd829f2f36 | Name of donor: This Is Global Ltd | Gifts, benefits and hospitality (UK) 84642823 | 2014-03-10 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 7 | 2014-03-10-84642823-11858-0 |
f9aaa45edf91a22487dc5585bac90b6bb0feb430 | Address of donor : 30 Leicester Square, London WC2H 7LA | Gifts, benefits and hospitality (UK) 84642823 | 2014-03-10 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 8 | 2014-03-10-84642823-11858-0 |
fbd8b6bf5e8d891b5bd2fe2b98245da9828e6f50 | Amount of donation or nature and value if donation in kind: 4 tickets to Capital FM Jingle Bell Ball with a total value of £1,400 | Gifts, benefits and hospitality (UK) 84642823 | 2014-03-10 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 9 | 2014-03-10-84642823-11858-0 |
3180ec95bd30b45485b2b009c853604909640ab2 | Date of receipt of donation: 8 December 2013 | Gifts, benefits and hospitality (UK) 84642823 | 2014-03-10 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 10 | 2014-03-10-84642823-11858-0 |
c1bd0d39c523bb14a4c098572327c5df16d25a20 | Date of acceptance of donation: 8 December 2013 | Gifts, benefits and hospitality (UK) 84642823 | 2014-03-10 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 11 | 2014-03-10-84642823-11858-0 |
7f2bfd376b0a30e508db175c2b668bcccf0cd106 | Donor status: company, registration no 06251684 | Gifts, benefits and hospitality (UK) 84642823 | 2014-03-10 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 12 | 2014-03-10-84642823-11858-0 |
7d031023390a51c1ba9283463fda294dedef92ee | (Registered 19 December 2013) | Gifts, benefits and hospitality (UK) 84642823 | 2014-03-10 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 13 | 2014-03-10-84642823-11858-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");