home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

14 rows where member_id = "uk.org.publicwhip/member/98" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: item, category_id, date, sort_order, record_id, date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
258888506246a60c97d3c26c5fde15b9087b937c Member of Harris Parliamentary Panel. (£1-£1,000) Remunerated employment, office, profession etc 1f359ece 2001-05-14 Ben Chapman uk.org.publicwhip/member/98 Ben Chapman uk.org.publicwhip/person/10098 0 2001-05-14-1f359ece-10098-0
5319878efb33e2ba27609736f8960452e35fbbf8 20-30 March 2000, to China and Hong Kong; flights paid for by All-Party China Group, costs in China paid for by People's Republic of China, costs in Hong Kong paid for by Special Administrative Region. (Registered 20 March 2000) Overseas visits 80ef1083 2001-05-14 Ben Chapman uk.org.publicwhip/member/98 Ben Chapman uk.org.publicwhip/person/10098 0 2001-05-14-80ef1083-10098-0
8f1aba610099f76d50a7214236f7e03c01ed99ed 5-11 December 2001, to Turkey, accompanied by my wife, as Chair of the All-Party Group for Turkey. Fares and accommodation costs were paid for by the Turkish Government. (Registered 5 March 2001) Overseas visits 80ef1083 2001-05-14 Ben Chapman uk.org.publicwhip/member/98 Ben Chapman uk.org.publicwhip/person/10098 1 2001-05-14-80ef1083-10098-0
a310f928fe851857840078da6dcec6de924d9ce1 Holiday let (flat) in Appleby, Cumbria. Land and Property 4f1e6359 2001-05-14 Ben Chapman uk.org.publicwhip/member/98 Ben Chapman uk.org.publicwhip/person/10098 0 2001-05-14-4f1e6359-10098-0
154671d7e855946a66481cb9753d7823d9de179a Holiday let (cottage) in Appleby, Cumbria. Land and Property 4f1e6359 2001-05-14 Ben Chapman uk.org.publicwhip/member/98 Ben Chapman uk.org.publicwhip/person/10098 1 2001-05-14-4f1e6359-10098-0
3ca1e3545899a24aba654cf437872deb5f2ffb4c Commercial rented property in Manchester and London. Land and Property 4f1e6359 2001-05-14 Ben Chapman uk.org.publicwhip/member/98 Ben Chapman uk.org.publicwhip/person/10098 2 2001-05-14-4f1e6359-10098-0
ae173a71185ee4c75d8ec0a871a57d091f4bf2f0 Commercial rented property in the Wirral. Land and Property 4f1e6359 2001-05-14 Ben Chapman uk.org.publicwhip/member/98 Ben Chapman uk.org.publicwhip/person/10098 3 2001-05-14-4f1e6359-10098-0
eb6632df78c4775d619308650dd44fa6a8dd1f52 Member of Harris Parliamentary Panel. (£1-£1,000) Remunerated employment, office, profession etc 1f359ece 2000-11-10 Ben Chapman uk.org.publicwhip/member/98 Ben Chapman uk.org.publicwhip/person/10098 0 2000-11-10-1f359ece-10098-0
4d5fe787917167c16230399df1b59459941aa0c8 25 February-4 March 1999, to the Falkland Islands on an All-Party visit. All expenses were met by the Falkland Islands Government. (Registered 8 March 1999) Overseas visits 80ef1083 2000-11-10 Ben Chapman uk.org.publicwhip/member/98 Ben Chapman uk.org.publicwhip/person/10098 0 2000-11-10-80ef1083-10098-0
4536a2896995237348898a0623e499988fa99483 20-30 March 2000, to China and Hong Kong; flights paid for by All-Party China Group, costs in China paid for by People's Republic of China, costs in Hong Kong paid for by Special Administrative Region. (Registered 20 March 2000) Overseas visits 80ef1083 2000-11-10 Ben Chapman uk.org.publicwhip/member/98 Ben Chapman uk.org.publicwhip/person/10098 1 2000-11-10-80ef1083-10098-0
344953b01de96eac17d46a26f2578303db328a03 Holiday let (flat) in Appleby, Cumbria. Land and Property 4f1e6359 2000-11-10 Ben Chapman uk.org.publicwhip/member/98 Ben Chapman uk.org.publicwhip/person/10098 0 2000-11-10-4f1e6359-10098-0
00452002b761127a67087650a80b7154b7b42ce3 Holiday let (cottage) in Appleby, Cumbria. Land and Property 4f1e6359 2000-11-10 Ben Chapman uk.org.publicwhip/member/98 Ben Chapman uk.org.publicwhip/person/10098 1 2000-11-10-4f1e6359-10098-0
383fbe86c13f5a1b29373d8569608919e398739d Commercial rented property in Manchester and London. Land and Property 4f1e6359 2000-11-10 Ben Chapman uk.org.publicwhip/member/98 Ben Chapman uk.org.publicwhip/person/10098 2 2000-11-10-4f1e6359-10098-0
1c82c68771f07abb5e2a2763066ab8c1a19ce444 Commercial rented property in the Wirral. Land and Property 4f1e6359 2000-11-10 Ben Chapman uk.org.publicwhip/member/98 Ben Chapman uk.org.publicwhip/person/10098 3 2000-11-10-4f1e6359-10098-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 21.122ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette