items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-24878-7" 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 |
---|---|---|---|---|---|---|---|
7dceac6b1c6e2f8f8e4e29b88b9dce7f237be9d5 | Name of donor: Calverts Carpets 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-7 |
1c323eb6cea26f3c61d2e7d158ad29c578f505ee | Address of donor: 29-33 Westgate, Thirsk YO7 1QR | 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-7 |
3e4215a747f42ab40d1322d3a683362390c42f85 | Amount of donation or nature and value if donation in kind: £13,000 donation towards auction items purchased at a fund raising 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-7 |
e064805787f48ecda82a625e474f74218b7b69f4 | 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-7 |
f3656c1df05571f5362951144312aecefb561672 | Date of acceptance: 30 July 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-7 |
f47feb44308421239ac2544cefbcdd518850f0c7 | Donor status: private limited company, registration 03861858 | 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-7 |
de75cdcb61b99af8722b3fbe4e4e5a24705345ce | (Registered 31 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-7 |
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");