home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

12 rows where record_id = "2005-01-28-84642823-10290-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
f9be5ea5194a9fe71139bd59b1e078bba4ba510f To facilitate my travel in my capacity as Leader of the Opposition, I have received helicopter travel from the following: Gifts, benefits and hospitality (UK) 84642823 2005-01-28 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 0 2005-01-28-84642823-10290-0
51feb9208a39ab434dc2961992d4261bc78ebb1d JC Bamford Excavators Ltd., Rocester, Staffordshire. Gifts, benefits and hospitality (UK) 84642823 2005-01-28 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 1 2005-01-28-84642823-10290-0
7a2d4c6a5d4e8a6eeeeaefd1d9715fda192285d2 JCB Research Ltd. Rocester. Gifts, benefits and hospitality (UK) 84642823 2005-01-28 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 2 2005-01-28-84642823-10290-0
a2e351cb940253ef3728ab75556b3edb5cd9a0ca Mr. John Scurr, of London. Gifts, benefits and hospitality (UK) 84642823 2005-01-28 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 3 2005-01-28-84642823-10290-0
0d024cd08ef6b27b09b76fd063a78e144acb53c3 Lord Haughey, Chairman, Norbrook Laboratories (GB) Ltd., County Down. Gifts, benefits and hospitality (UK) 84642823 2005-01-28 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 4 2005-01-28-84642823-10290-0
b7a8ac3ea12d0f1a859e1863dba5cbfb43c1b0a8 Johann Eliasch, ECJ Investments, London (use of private plane). Gifts, benefits and hospitality (UK) 84642823 2005-01-28 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 5 2005-01-28-84642823-10290-0
f131a23fc30bc8e22af8d6c7217b0854924a684b Lord Hesketh. Gifts, benefits and hospitality (UK) 84642823 2005-01-28 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 6 2005-01-28-84642823-10290-0
c3d783809f57902c741d2e4bd1fa7df38752b708 Marquess of Milford-Haven. Gifts, benefits and hospitality (UK) 84642823 2005-01-28 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 7 2005-01-28-84642823-10290-0
7ce78685f64a733f8df0a2954c6ab170f0d42ea8 Viking Office Supplies Ltd., Staffordshire. Gifts, benefits and hospitality (UK) 84642823 2005-01-28 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 8 2005-01-28-84642823-10290-0
2386eaaeb1b484158c4abd9dc0b31b185f6518a7 Mr. D. Instance, Sellindge, Ashford (use of private plane). Gifts, benefits and hospitality (UK) 84642823 2005-01-28 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 9 2005-01-28-84642823-10290-0
1fd26750df31b58d635e9a6216601b7907e3600b The details of the travel provided have been provided to the office of the Parliamentary Commissioner for Standards. Gifts, benefits and hospitality (UK) 84642823 2005-01-28 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 10 2005-01-28-84642823-10290-0
caa592d8a9496d5ceec728a5aa64088eaded7bfd Gift of a Christmas hamper from His Majesty the Sultan of Brunei. (Registered 20 January 2005) Gifts, benefits and hospitality (UK) 84642823 2005-01-28 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 11 2005-01-28-84642823-10290-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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");
Powered by Datasette · Queries took 16.941ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette