items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-10001-3" 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 |
---|---|---|---|---|---|---|---|
1e98d71ab1cb5281fe6265651c7c60a8627126b5 | Name of donor: BM Creative Management Ltd | Sponsorships 8f616a6e | 2015-03-30 | Diane Abbott uk.org.publicwhip/member/40289 | Diane Abbott uk.org.publicwhip/person/10001 | 0 | 2015-03-30-8f616a6e-10001-3 |
a81b33853d1da5b5d87f5abd1884829a99108705 | Address of donor: 4th Floor, Aldwych House, 81 Aldwych, London WC2B 4HN | Sponsorships 8f616a6e | 2015-03-30 | Diane Abbott uk.org.publicwhip/member/40289 | Diane Abbott uk.org.publicwhip/person/10001 | 1 | 2015-03-30-8f616a6e-10001-3 |
00b334e52dbb3af8992b3f62ebc380832e572a8a | Amount of donation or nature and value if donation in kind: £10,000 | Sponsorships 8f616a6e | 2015-03-30 | Diane Abbott uk.org.publicwhip/member/40289 | Diane Abbott uk.org.publicwhip/person/10001 | 2 | 2015-03-30-8f616a6e-10001-3 |
101307b7a1d692172191828aad300d3ad5c7ac02 | Date of receipt: 9 July 2014 | Sponsorships 8f616a6e | 2015-03-30 | Diane Abbott uk.org.publicwhip/member/40289 | Diane Abbott uk.org.publicwhip/person/10001 | 3 | 2015-03-30-8f616a6e-10001-3 |
f9acd07dcdf89da41eac5fe298dd158e125495e0 | Date of acceptance: 9 July 2014 | Sponsorships 8f616a6e | 2015-03-30 | Diane Abbott uk.org.publicwhip/member/40289 | Diane Abbott uk.org.publicwhip/person/10001 | 4 | 2015-03-30-8f616a6e-10001-3 |
dbb5f7f5ed38d085f9f8f970acc333b07aa986fb | Donor status: company, registration 05635995 | Sponsorships 8f616a6e | 2015-03-30 | Diane Abbott uk.org.publicwhip/member/40289 | Diane Abbott uk.org.publicwhip/person/10001 | 5 | 2015-03-30-8f616a6e-10001-3 |
e0a2ce4d0cdd2782e9c5418ce7ec3afd92cedbda | (Registered 1 August 2014) | Sponsorships 8f616a6e | 2015-03-30 | Diane Abbott uk.org.publicwhip/member/40289 | Diane Abbott uk.org.publicwhip/person/10001 | 6 | 2015-03-30-8f616a6e-10001-3 |
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");