items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2002-05-14-84642823-10058-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 |
---|---|---|---|---|---|---|---|
d6230929c59c82e44670e8b8c9e03543d650b7b2 | Media, sporting, musical, dramatic and cultural invitations as MP, former Minister and occasionally as a wife. | Gifts, benefits and hospitality (UK) 84642823 | 2002-05-14 | Virginia Bottomley uk.org.publicwhip/member/745 | Virginia Bottomley uk.org.publicwhip/person/10058 | 0 | 2002-05-14-84642823-10058-0 |
bad1f5ece910c753adcec573e22e3b1320d4e76f | 15 September 2001, use of uncancellable return tickets to USA allowed to secretary and her daughter from Odgers Ray and Berndtson. (Registered 11 October 2001) | Gifts, benefits and hospitality (UK) 84642823 | 2002-05-14 | Virginia Bottomley uk.org.publicwhip/member/745 | Virginia Bottomley uk.org.publicwhip/person/10058 | 1 | 2002-05-14-84642823-10058-0 |
434f37e2f001f8fb07fbb044e884424732ff1d03 | 21 January 2002, attended the tribute and dinner with Luciano Pavarotti at Covent Garden as guests of Tina and Tim Benn. (Registered 25 January 2002) | Gifts, benefits and hospitality (UK) 84642823 | 2002-05-14 | Virginia Bottomley uk.org.publicwhip/member/745 | Virginia Bottomley uk.org.publicwhip/person/10058 | 2 | 2002-05-14-84642823-10058-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");