home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2005-01-28-80ef1083-10083-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
f4a14fc65bb48335048b9579da70628a34964270 12-15 September 2004, to Washington in my capacity as Co-Chair of the International Taskforce on Climate Change. Costs of accommodation and travel paid for by the promoters of Taskforce. (Registered 20 October 2004) Overseas visits 80ef1083 2005-01-28 Stephen Byers uk.org.publicwhip/member/772 Stephen Byers uk.org.publicwhip/person/10083 0 2005-01-28-80ef1083-10083-0
2d012f48675c7f9da35ae28a6ed50c1b7ef8166b 15-17 November 2004, to Sydney, Australia, to chair a meeting of the International Task Force on Climate Change and to speak at a conference organised by the Government of New South Wales. Cost of travel and part of accommodation paid by the promoters of the Taskforce, other accommodation costs paid by the Government of New South Wales. (Registered 30 November 2004) Overseas visits 80ef1083 2005-01-28 Stephen Byers uk.org.publicwhip/member/772 Stephen Byers uk.org.publicwhip/person/10083 1 2005-01-28-80ef1083-10083-0
84cc807c44d29fa061a63bb4c5864c73a27c9f0f 5-6 December, to New York, to speak at the third annual Clinton Presidential Foundation Forum. Travel and hotel costs paid by the Clinton Foundation. (Registered 8 December 2004) Overseas visits 80ef1083 2005-01-28 Stephen Byers uk.org.publicwhip/member/772 Stephen Byers uk.org.publicwhip/person/10083 2 2005-01-28-80ef1083-10083-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 112.172ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette