items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2015-03-09-8f616a6e-10084-4" 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 |
---|---|---|---|---|---|---|---|
4066e93a564417b8858b5c485519a483f60bc5a9 | Name of donor: Lord Loomba | Sponsorships 8f616a6e | 2015-03-09 | Vincent Cable uk.org.publicwhip/member/40618 | Vincent Cable uk.org.publicwhip/person/10084 | 0 | 2015-03-09-8f616a6e-10084-4 |
cf1183a297c608462e55dc3f354a4fdcf751f5cb | Address of donor: private | Sponsorships 8f616a6e | 2015-03-09 | Vincent Cable uk.org.publicwhip/member/40618 | Vincent Cable uk.org.publicwhip/person/10084 | 1 | 2015-03-09-8f616a6e-10084-4 |
67b637614571a103d5c3abc87a4997592c82aa34 | Amount of donation or nature and value if donation in kind: £2,450 | Sponsorships 8f616a6e | 2015-03-09 | Vincent Cable uk.org.publicwhip/member/40618 | Vincent Cable uk.org.publicwhip/person/10084 | 2 | 2015-03-09-8f616a6e-10084-4 |
6c7f0b1923ba348853fd9b008776fe19ad1223f1 | Donor status: individual | Sponsorships 8f616a6e | 2015-03-09 | Vincent Cable uk.org.publicwhip/member/40618 | Vincent Cable uk.org.publicwhip/person/10084 | 3 | 2015-03-09-8f616a6e-10084-4 |
faacf440e8e94af6417794027fea849a2fefea9e | (Registered 13 June 2014) | Sponsorships 8f616a6e | 2015-03-09 | Vincent Cable uk.org.publicwhip/member/40618 | Vincent Cable uk.org.publicwhip/person/10084 | 4 | 2015-03-09-8f616a6e-10084-4 |
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");