items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2013-08-27-84642823-11791-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 |
|---|---|---|---|---|---|---|---|
| 865675e735bf008b5639b31e2f5e2d7f65a817ba | Name of donor: Land Rover Ltd | Gifts, benefits and hospitality (UK) 84642823 | 2013-08-27 | Jeremy Wright uk.org.publicwhip/member/40339 | Jeremy Wright uk.org.publicwhip/person/11791 | 0 | 2013-08-27-84642823-11791-0 |
| 99867c819475528f4fc2868488d6c5b9eb78cabe | Address of donor: Banbury Rd, Gaydon, CV35 0RR | Gifts, benefits and hospitality (UK) 84642823 | 2013-08-27 | Jeremy Wright uk.org.publicwhip/member/40339 | Jeremy Wright uk.org.publicwhip/person/11791 | 1 | 2013-08-27-84642823-11791-0 |
| f03257ba19fc35c29ab6ef09286e0d1852aff90b | Amount of donation or nature and value if donation in kind: 3 day loan, with a value of £790, of Jaguar XKR from 20 to 23 July 2012 | Gifts, benefits and hospitality (UK) 84642823 | 2013-08-27 | Jeremy Wright uk.org.publicwhip/member/40339 | Jeremy Wright uk.org.publicwhip/person/11791 | 2 | 2013-08-27-84642823-11791-0 |
| c49914980439b9207ec96fa364fa699da9668f6d | Date of receipt of donation: 20 July 2012 | Gifts, benefits and hospitality (UK) 84642823 | 2013-08-27 | Jeremy Wright uk.org.publicwhip/member/40339 | Jeremy Wright uk.org.publicwhip/person/11791 | 3 | 2013-08-27-84642823-11791-0 |
| 1ddbcb49dabaa579827fe89ffa54724c199cecbd | Date of acceptance of donation: 20 July 2012 | Gifts, benefits and hospitality (UK) 84642823 | 2013-08-27 | Jeremy Wright uk.org.publicwhip/member/40339 | Jeremy Wright uk.org.publicwhip/person/11791 | 4 | 2013-08-27-84642823-11791-0 |
| a38f96504124f21d90338af55b4144352d6ce4d9 | Donor status: company, no 4019301 | Gifts, benefits and hospitality (UK) 84642823 | 2013-08-27 | Jeremy Wright uk.org.publicwhip/member/40339 | Jeremy Wright uk.org.publicwhip/person/11791 | 5 | 2013-08-27-84642823-11791-0 |
| dd455f3ce5861565907d258ee9686cf0b04826d2 | (Registered 17 August 2012) | Gifts, benefits and hospitality (UK) 84642823 | 2013-08-27 | Jeremy Wright uk.org.publicwhip/member/40339 | Jeremy Wright uk.org.publicwhip/person/11791 | 6 | 2013-08-27-84642823-11791-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");