items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-24912-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 |
---|---|---|---|---|---|---|---|
e61bf454fcb452914e344b99df90990ce6a4bff6 | Name of donor: Britania 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-1 |
1f2b217af0bbfa43435ccb8c884f3e000c3a412f | Address of donor: Braye House, Egypt Lane, Farnham Common, Bucks | 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-1 |
282cee5f280962d4fdcbe6ce6699037de7a3fd65 | Amount of donation or nature and value if donation in kind: £1,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-1 |
e504109407f70319eda7a7163b665758553c078b | Date of receipt: 19 February 2014 | 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-1 |
e647f756e65e7f38cc34f68b6e4c83098a57572d | Date of acceptance: 19 February 2014 | 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-1 |
870081847bfa397da4550a4028aa59d40eb25d17 | Donor status: company, registration 2255021 | 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-1 |
dba40a7eb7d37cfbc6c4b14eb03d81f0b1995aec | (Registered 2 June 2014 together with donation of 19 May 2014) | 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-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");