items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2010-01-06-84642823-10574-0" 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 |
---|---|---|---|---|---|---|---|
eabf9f257c1101365d327e32449693f4f49d6bf6 | 5 July 2008, two tickets for my wife and I to attend the Ladies' Wimbledon Final provided by Johan Eliasch. (Registered 4 July 2008) | Gifts, benefits and hospitality (UK) 84642823 | 2010-01-06 | Jack Straw uk.org.publicwhip/member/1423 | Jack Straw uk.org.publicwhip/person/10574 | 0 | 2010-01-06-84642823-10574-0 |
0c0fbf96a94af5839ac437926378ac7ed91a999b | In April 2004 I received a donation from Canatxx as a contribution to the costs of a dinner held in my constituency to celebrate my 25 years as Member of Parliament for Blackburn. (Registered 9 December 2008) | Gifts, benefits and hospitality (UK) 84642823 | 2010-01-06 | Jack Straw uk.org.publicwhip/member/1423 | Jack Straw uk.org.publicwhip/person/10574 | 1 | 2010-01-06-84642823-10574-0 |
38ba0806fb66def9fe6ec356c4fecdb73b43bffb | Space available upgrade for self and wife, on British Airways Mumbai/London flight, from World Traveller Plus to Club World, 7 January 2009. (Registered 22 January 2009) | Gifts, benefits and hospitality (UK) 84642823 | 2010-01-06 | Jack Straw uk.org.publicwhip/member/1423 | Jack Straw uk.org.publicwhip/person/10574 | 2 | 2010-01-06-84642823-10574-0 |
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");