items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-24826-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 |
---|---|---|---|---|---|---|---|
99d31a09bc644edd878474b97a9c025dbd0efcbf | Amount of donation or nature and value if donation in kind: £15,000 | Sponsorships 8f616a6e | 2015-03-30 | Andrew Griffiths uk.org.publicwhip/member/40133 | Andrew Griffiths uk.org.publicwhip/person/24826 | 2 | 2015-03-30-8f616a6e-24826-1 |
0eca4f2d8db7660b84a67a78277f3e18c601932c | Sponsorships 8f616a6e | 2015-03-30 | Andrew Griffiths uk.org.publicwhip/member/40133 | Andrew Griffiths uk.org.publicwhip/person/24826 | 5 | 2015-03-30-8f616a6e-24826-1 | |
2c53d32680952fc4ffdd4a3f146432ff0f0bf407 | Name of donor: J C B Research Ltd | Sponsorships 8f616a6e | 2015-03-30 | Andrew Griffiths uk.org.publicwhip/member/40133 | Andrew Griffiths uk.org.publicwhip/person/24826 | 6 | 2015-03-30-8f616a6e-24826-1 |
e8b1382c9528033cdae2e8f4ab1365318d22d424 | Address of donor: Rocester, Staffordshire, ST14 5JP | Sponsorships 8f616a6e | 2015-03-30 | Andrew Griffiths uk.org.publicwhip/member/40133 | Andrew Griffiths uk.org.publicwhip/person/24826 | 7 | 2015-03-30-8f616a6e-24826-1 |
58d6a2aed0686a997f121151867b7010607f13da | Amount of donation or nature and value if donation in kind: £10,000 | Sponsorships 8f616a6e | 2015-03-30 | Andrew Griffiths uk.org.publicwhip/member/40133 | Andrew Griffiths uk.org.publicwhip/person/24826 | 8 | 2015-03-30-8f616a6e-24826-1 |
542fd5b798fd4205e243025fe8394105cbb4c9b5 | Donor status: company, number 00682651 | Sponsorships 8f616a6e | 2015-03-30 | Andrew Griffiths uk.org.publicwhip/member/40133 | Andrew Griffiths uk.org.publicwhip/person/24826 | 9 | 2015-03-30-8f616a6e-24826-1 |
2adb25dbd401c071738a94ce5a6189bbc39fcf7c | (Registered 19 August 2014) | Sponsorships 8f616a6e | 2015-03-30 | Andrew Griffiths uk.org.publicwhip/member/40133 | Andrew Griffiths uk.org.publicwhip/person/24826 | 10 | 2015-03-30-8f616a6e-24826-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");