items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2002-05-14-84642823-10389-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 | 
|---|---|---|---|---|---|---|---|
| 536ef4dcf883073a4442d2786ae25651fc8c02aa | In my position as a member of the Public Policy Advisory Committee of the RAC I receive complimentary membership of the RAC Club at Pall Mall for me, and membership of their breakdown services for me and my husband. (Registered 29 January 1999) | Gifts, benefits and hospitality (UK) 84642823 | 2002-05-14 | Anne McIntosh uk.org.publicwhip/member/1073 | Anne McIntosh uk.org.publicwhip/person/10389 | 0 | 2002-05-14-84642823-10389-0 | 
| 6d450200d723642622b8eae9bf8db81ea3ed1c9f | 8 June 2001, I was the guest of Transco at the Yorkshire International Business Convention at Harewood House, Leeds. (Registered 25 July 2001) | Gifts, benefits and hospitality (UK) 84642823 | 2002-05-14 | Anne McIntosh uk.org.publicwhip/member/1073 | Anne McIntosh uk.org.publicwhip/person/10389 | 1 | 2002-05-14-84642823-10389-0 | 
| 1c18ead3a333dfa809425352d191bae679ecff5d | 29 June 2001, I was the guest of Tyne Tees Television Limited at the Durham v Warwickshire match at Durham County Cricket Club. (Registered 25 July 2001) | Gifts, benefits and hospitality (UK) 84642823 | 2002-05-14 | Anne McIntosh uk.org.publicwhip/member/1073 | Anne McIntosh uk.org.publicwhip/person/10389 | 2 | 2002-05-14-84642823-10389-0 | 
| 93de5492c02608e3884684e0a00fec58472d4b25 | 13 July 2001, visit to York Races as a guest of the All-Party Racing and Bloodstock Industries Group. (Registered 25 July 2001) | Gifts, benefits and hospitality (UK) 84642823 | 2002-05-14 | Anne McIntosh uk.org.publicwhip/member/1073 | Anne McIntosh uk.org.publicwhip/person/10389 | 3 | 2002-05-14-84642823-10389-0 | 
| f758e41537751e610070b0a44b78cbcd46cdc92e | Complimentary membership of the Yorkshire Executive Club. (Registered 18 December 2001) | Gifts, benefits and hospitality (UK) 84642823 | 2002-05-14 | Anne McIntosh uk.org.publicwhip/member/1073 | Anne McIntosh uk.org.publicwhip/person/10389 | 4 | 2002-05-14-84642823-10389-0 | 
| 726ad0f03c0cdff8a004619074e226f33ee4141d | Complimentary car parking pass from Leeds Bradford Airport. (Registered 18 December 2001) | Gifts, benefits and hospitality (UK) 84642823 | 2002-05-14 | Anne McIntosh uk.org.publicwhip/member/1073 | Anne McIntosh uk.org.publicwhip/person/10389 | 5 | 2002-05-14-84642823-10389-0 | 
| bb287a5c237f0047431abaa0953bf367382949a6 | Complimentary car parking pass from Teeside Airport, for use on parliamentary and constituency business. (Registered 18 December 2001) | Gifts, benefits and hospitality (UK) 84642823 | 2002-05-14 | Anne McIntosh uk.org.publicwhip/member/1073 | Anne McIntosh uk.org.publicwhip/person/10389 | 6 | 2002-05-14-84642823-10389-0 | 
| fdf47f4f1bb7326bd8301df06edcbb42b0ca3a2e | Complimentary car parking pass from GNER. (Registered 18 December 2001) | Gifts, benefits and hospitality (UK) 84642823 | 2002-05-14 | Anne McIntosh uk.org.publicwhip/member/1073 | Anne McIntosh uk.org.publicwhip/person/10389 | 7 | 2002-05-14-84642823-10389-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");