items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-24878-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 |
---|---|---|---|---|---|---|---|
a28d186a925b1fbde89c1a715f400191eee76dc1 | Name of donor: What Group Ltd | Sponsorships 8f616a6e | 2015-03-30 | Nigel Adams uk.org.publicwhip/member/40523 | Nigel Adams uk.org.publicwhip/person/24878 | 0 | 2015-03-30-8f616a6e-24878-3 |
b65d95be1fa5e36e3777d07bef789b7a99151d29 | Address of donor: Apollo House, Eboracum Way, York YO31 7RE | Sponsorships 8f616a6e | 2015-03-30 | Nigel Adams uk.org.publicwhip/member/40523 | Nigel Adams uk.org.publicwhip/person/24878 | 1 | 2015-03-30-8f616a6e-24878-3 |
48c0708c436c312fd3bb6d799baccaef915c50be | Amount of donation or nature and value if donation in kind: £4,000 donation towards tickets for fund raising event and auction items purchased at the event. | Sponsorships 8f616a6e | 2015-03-30 | Nigel Adams uk.org.publicwhip/member/40523 | Nigel Adams uk.org.publicwhip/person/24878 | 2 | 2015-03-30-8f616a6e-24878-3 |
90288a404a647c88401e5cbb2883750170636e0c | Date of receipt: 27 June 2014 | Sponsorships 8f616a6e | 2015-03-30 | Nigel Adams uk.org.publicwhip/member/40523 | Nigel Adams uk.org.publicwhip/person/24878 | 3 | 2015-03-30-8f616a6e-24878-3 |
edf6c6f2e6d4a2291f14aa2f57c697f66b2ece95 | Date of acceptance: 28 June 2014 | Sponsorships 8f616a6e | 2015-03-30 | Nigel Adams uk.org.publicwhip/member/40523 | Nigel Adams uk.org.publicwhip/person/24878 | 4 | 2015-03-30-8f616a6e-24878-3 |
4b644431195db9d2cf7cd29044cde038b254d70a | Donor status: company, registration 06686870 | Sponsorships 8f616a6e | 2015-03-30 | Nigel Adams uk.org.publicwhip/member/40523 | Nigel Adams uk.org.publicwhip/person/24878 | 5 | 2015-03-30-8f616a6e-24878-3 |
9d454f42bd996b04f50dad101484cfb3cfdff135 | (Registered 9 July 2014) | Sponsorships 8f616a6e | 2015-03-30 | Nigel Adams uk.org.publicwhip/member/40523 | Nigel Adams uk.org.publicwhip/person/24878 | 6 | 2015-03-30-8f616a6e-24878-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");