items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-24912-13" 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 |
---|---|---|---|---|---|---|---|
b909245c31fc6a65adbb6be61981f34da9712b4f | Name of donor: LFD Group Ltd | Sponsorships 8f616a6e | 2015-03-30 | Anne-Marie Morris uk.org.publicwhip/member/40426 | Anne Marie Morris uk.org.publicwhip/person/24912 | 0 | 2015-03-30-8f616a6e-24912-13 |
d650bf47881c205c6955532be69d3fbad709d3d3 | Address of donor: Orchard House, Strawberry How Road, Cockermouth CA13 9XQ | Sponsorships 8f616a6e | 2015-03-30 | Anne-Marie Morris uk.org.publicwhip/member/40426 | Anne Marie Morris uk.org.publicwhip/person/24912 | 1 | 2015-03-30-8f616a6e-24912-13 |
d95cc5c11e9694a826be691011f0853caa6ae6d7 | Amount of donation or nature and value if donation in kind: £2,500 | Sponsorships 8f616a6e | 2015-03-30 | Anne-Marie Morris uk.org.publicwhip/member/40426 | Anne Marie Morris uk.org.publicwhip/person/24912 | 2 | 2015-03-30-8f616a6e-24912-13 |
8a62e965c87a8c2e2d48742ff919f88c4a1f8e77 | Date of receipt: 11 February 2015 | Sponsorships 8f616a6e | 2015-03-30 | Anne-Marie Morris uk.org.publicwhip/member/40426 | Anne Marie Morris uk.org.publicwhip/person/24912 | 3 | 2015-03-30-8f616a6e-24912-13 |
cd89a3a97e1e813d6edc006007df568eea561b13 | Date of acceptance: 11 February 2015 | Sponsorships 8f616a6e | 2015-03-30 | Anne-Marie Morris uk.org.publicwhip/member/40426 | Anne Marie Morris uk.org.publicwhip/person/24912 | 4 | 2015-03-30-8f616a6e-24912-13 |
b46ffbbfac899ead41fbfac214018d03b4ec1deb | Donor status: company, registration 5928743 | Sponsorships 8f616a6e | 2015-03-30 | Anne-Marie Morris uk.org.publicwhip/member/40426 | Anne Marie Morris uk.org.publicwhip/person/24912 | 5 | 2015-03-30-8f616a6e-24912-13 |
0a1566ccdc03119907d5265e4e1690423f7ceab1 | (Registered 25 February 2015) | Sponsorships 8f616a6e | 2015-03-30 | Anne-Marie Morris uk.org.publicwhip/member/40426 | Anne Marie Morris uk.org.publicwhip/person/24912 | 6 | 2015-03-30-8f616a6e-24912-13 |
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");