items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-04-12-84642823-10084-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 | 
|---|---|---|---|---|---|---|---|
| 51d776ecf562e92acdc9f79b4979ff753db763f9 | Name of donor: Conde Nast Publications Ltd | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Vincent Cable uk.org.publicwhip/member/1885 | Vincent Cable uk.org.publicwhip/person/10084 | 0 | 2010-04-12-84642823-10084-0 | 
| ce3ae499f3e9d689c875f8bc3fd6621011538273 | Address of donor: Vogue House, Hanover Square, London W1S 1JU. | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Vincent Cable uk.org.publicwhip/member/1885 | Vincent Cable uk.org.publicwhip/person/10084 | 1 | 2010-04-12-84642823-10084-0 | 
| 66e39ab122e9808ed0e7c5b7931d56b09102fccf | Amount of donation or nature and value if donation in kind: estimated value £1500a gift bag sent by GQ magazine after he was nominated for one of their awards but was unable to attend the ceremony on 8 September 2009. The contents were donated to charity. | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Vincent Cable uk.org.publicwhip/member/1885 | Vincent Cable uk.org.publicwhip/person/10084 | 2 | 2010-04-12-84642823-10084-0 | 
| 24e38345f038d6f1db1cf28846f9bfb746a5864d | Date of receipt of donation: 22 September 2009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Vincent Cable uk.org.publicwhip/member/1885 | Vincent Cable uk.org.publicwhip/person/10084 | 3 | 2010-04-12-84642823-10084-0 | 
| 2a7ae8880dd312daac7ea0258ef1af23db4f678c | Date of acceptance of donation: 22 September 2009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Vincent Cable uk.org.publicwhip/member/1885 | Vincent Cable uk.org.publicwhip/person/10084 | 4 | 2010-04-12-84642823-10084-0 | 
| adb7dc533e9aa4322428414f5ccc5b0015b6ce0b | Donor status: company, registration number 00226900 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Vincent Cable uk.org.publicwhip/member/1885 | Vincent Cable uk.org.publicwhip/person/10084 | 5 | 2010-04-12-84642823-10084-0 | 
| 0e3db1b0a9cc98a8dbfe97ddb1e961ee54836898 | (Registered 23 December 2009) | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Vincent Cable uk.org.publicwhip/member/1885 | Vincent Cable uk.org.publicwhip/person/10084 | 6 | 2010-04-12-84642823-10084-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");