items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-04-12-84642823-10465-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 |
|---|---|---|---|---|---|---|---|
| 520f33d05427ffa8bf1f0e1af32da2f999d96826 | Name of donor: Caravan Club Ltd | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Lembit Öpik uk.org.publicwhip/member/1720 | Lembit Öpik uk.org.publicwhip/person/10465 | 0 | 2010-04-12-84642823-10465-0 |
| d30504c56ea6e9b92724d541cd495d0fdc7e07f3 | Address of donor : East Grinstead House, East Grinstead, West Sussex RH19 1UA | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Lembit Öpik uk.org.publicwhip/member/1720 | Lembit Öpik uk.org.publicwhip/person/10465 | 1 | 2010-04-12-84642823-10465-0 |
| 2174a26223865eada6a6eca7018622686b5fe5c1 | Amount of donation or nature and value if donation in kind: loan of motor home during CLA Game Fair at Belvoir Castle, Leicestershire, 23-27 July 2009; approximate value £660 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Lembit Öpik uk.org.publicwhip/member/1720 | Lembit Öpik uk.org.publicwhip/person/10465 | 2 | 2010-04-12-84642823-10465-0 |
| 8fcd75a44034d5e5699d63e266a053e6f82bfa73 | Date of receipt of donation: 23 July 2009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Lembit Öpik uk.org.publicwhip/member/1720 | Lembit Öpik uk.org.publicwhip/person/10465 | 3 | 2010-04-12-84642823-10465-0 |
| f1be357c6be4105852bb17918529744c757a023d | Date of acceptance of donation: 23 July 2009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Lembit Öpik uk.org.publicwhip/member/1720 | Lembit Öpik uk.org.publicwhip/person/10465 | 4 | 2010-04-12-84642823-10465-0 |
| a5b5318c61405784147b3e011cfa386427a0f3e5 | Donor status: company, registration number 646027 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Lembit Öpik uk.org.publicwhip/member/1720 | Lembit Öpik uk.org.publicwhip/person/10465 | 5 | 2010-04-12-84642823-10465-0 |
| 2ec5cb0178b1020036d43368563791717f024248 | (Registered 2 February 2010) | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Lembit Öpik uk.org.publicwhip/member/1720 | Lembit Öpik uk.org.publicwhip/person/10465 | 6 | 2010-04-12-84642823-10465-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");